Skip to content

Version 3.11.0

Compare
Choose a tag to compare
@msokoloff1 msokoloff1 released this 16 Dec 19:11
2259e01

Version 3.11.0 (2021-12-15)

Fix

  • Dataset.create_data_rows() now accepts any iterable of data row creation parameters instead of requiring a list
  • project.upsert_instructions()
    • Now only supports pdfs since that is required by the editor
    • There was a bug that could cause this function to modify the project ontology

Removed

  • DataRowMetadataSchema.id use DataRowMetadataSchema.uid instead
  • ModelRun.delete_annotation_groups() use ModelRun.delete_model_run_data_rows() instead
  • ModelRun.annotation_groups() use ModelRun.model_run_data_rows() instead