v.3.27.0
·
2449 commits
to develop
since this release
Version 3.27.0 (2022-09-12)
Added
- Global Keys for data rows
- Assign global keys to a data row with
client.assign_global_keys_to_data_rows - Get data rows using global keys with
client.get_data_row_ids_for_global_keysandclient.get_data_rows_for_global_keys
- Assign global keys to a data row with
- Project Creation
- Introduces
Project.queue_modeas an optional parameter when creating projects
- Introduces
MEAToMALPredictionImportclass- This allows users to use predictions stored in Models for MAL
Task.wait_till_donenow shows a warning if task has failed
Changed
- Increase scalar metric value limit to 100m
- Added deprecation warnings when updating project
queue_mode
Fixed
- Fix bug in
feature_confusion_matrixandconfusion_matrixcausing FPs and FNs to be capped at 1 when there were no matching annotations