v.3.27.0
·
2351 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_keys
andclient.get_data_rows_for_global_keys
- Assign global keys to a data row with
- Project Creation
- Introduces
Project.queue_mode
as an optional parameter when creating projects
- Introduces
MEAToMALPredictionImport
class- This allows users to use predictions stored in Models for MAL
Task.wait_till_done
now 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_matrix
andconfusion_matrix
causing FPs and FNs to be capped at 1 when there were no matching annotations