Skip to content

v.3.16.0

Compare
Choose a tag to compare
@jtsodapop jtsodapop released this 14 Mar 21:11
afb6f8c

Version 3.16.0 (2022-03-14)

Added

  • Ability to fetch a model run with client.get_model_run()
  • Ability to fetch labels from a model run with model_run.export_labels()
    • Note: this is only Experimental. To use, client param enable_experimental should
      be set to true
  • Ability to delete an attachment

Fix

  • Logger level is no longer set to INFO

Updated

  • Deprecation: Creating Dropdowns will no longer be supported after 2022-03-31
    • This includes creating/adding Dropdowns to an ontology
    • This includes creating/adding Dropdown Annotation Type
    • For the same functionality, use Radio
    • This will not affect existing Dropdowns