March 2, 2022

Release notes

App

Added

  • The new project tagging functionality helps you to organize your projects and retrieve them intuitively and efficiently.
  • Project admins can now filter their exports to include the most relevant labels based on createdAt date. This is valuable if you have large projects that have 100,000+ labels and have struggled in the past to get exports in a short amount of time.
  • Alternative layers are now fully supported with GeoTIFF/NITF/COG files in the Editor.

Removed

  • Labels tab has been removed for all Free + EDU users. Please use the Data Rows tab instead.

Future

  • The Labels tab will be removed for Enterprise, Pro, and Starter customers on March 14, 2022.
  • On March 31, 2022, you will no longer be able to add new Dropdown classifications to an ontology. This change applies to all customers.

Python SDK

Our latest version of the Python SDK is v3.15.0. See our full changelong in Github for more details on what was added recently.

Version 3.15.0 (2022-02-28)

Added

  • Extras folder which contains useful applications using the sdk
  • Addition of ResourceTag at the Organization and Project level
  • Updates to the example notebooks

Fix

  • EPSGTransformer now properly transforms Polygon to Polygon
  • VideoData string representation now properly shows VideoData

Version 3.14.0 (2022-02-10)

Added

  • Updated metrics for classifications to be per-answer

Version 3.13.0 (2022-02-07)

Added

  • Added from_shapely method to create annotation types from Shapely objects
  • Added start and end filter on the following methods
  • Project.export_labels()
  • Project.label_generator()
  • Project.video_label_generator()
  • Improved type hinting

Future

  • On March 31, 2022, the following functionalities will be removed:
    • Ability to create the Dropdown Annotation Type
    • Ability to upload new Dropdown classifications to an ontology via the SDK