Skip to content

Version 3.8.0

Compare
Choose a tag to compare
@msokoloff1 msokoloff1 released this 22 Oct 13:26
fb25784

Version 3.8.0 (2021-10-22)

Added

  • ModelRun.upsert_data_rows()
    • Add data rows to a model run without also attaching labels
  • OperationNotAllowedException
    • raised when users hit resource limits or are not allowed to use a particular operation

Updated

  • ModelRun.upsert_labels()
    • Blocks until the upsert job is complete. Error messages have been improved
  • Organization.invite_user() and Organization.invite_limit() are no longer experimental
  • AnnotationGroup was renamed to ModelRunDataRow
  • ModelRun.delete_annotation_groups() was renamed to ModelRun.delete_model_run_data_rows()
  • ModelRun.annotation_groups() was renamed to ModelRun.model_run_data_rows()

Fix

  • DataRowMetadataField no longer relies on pydantic for field validation and coercion
    • This prevents unintended type coercions from occurring