Skip to content

v.3.27.0

Compare
Choose a tag to compare
@kkim-labelbox kkim-labelbox released this 14 Sep 04:52
· 2351 commits to develop since this release
59db41b

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 and client.get_data_rows_for_global_keys
  • Project Creation
    • Introduces Project.queue_mode as an optional parameter when creating projects
  • 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 and confusion_matrix causing FPs and FNs to be capped at 1 when there were no matching annotations