May 9, 2022

Release notes

App

Added

  • You now have the ability to see thumbnails and previews for our newer geospatial formats of NITF and COGs. This will make it easier for you to find the most relevant Data Rows to label.
  • In the Geospatial editor, you can now "freehand" draw Polygon shapes and use the pen/erase tool to create Polygon shapes.
  • You can now create relationships between annotations in the Image editor. This allows you to create training data on relationships between objects in an image, like associating machinery to its operator on a worksite or relating the nose, tail, and wing objects on a plane. For more information, see [Image annotation relationships (open beta)](https://docs.labelbox.com/docs/image-annotations#relationship-beta
  • Task queues are now available in closed beta. This new feature allows you to create custom review tasks, e.g., for assets containing a particular annotation, created by a particular labeler, etc. to optimize for efficiency in their QA process. To request early access to this feature, reach out to [email protected].
  • The Conversational text editor is now in open beta and available for all customers in pro, trial, enterprise, and education tiers. For more information, see Conversational text (beta)

Updated

  • We launched a new and improved version of our Catalog. See our Catalog docs to learn more.
  • A new project overview has been launched to all tiers except Pro and Enterprise tiers.

Python SDK

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

Version 3.20.1 (2022-05-02)

Updated

  • Ontology Classification scope field is only set for top level classifications

Version 3.20.0 (2022-04-27)

Added

  • Batches in a project can be retrieved with project.batches()
  • Added Batch.remove_queued_data_rows() to cancel remaining data rows in batch
  • Added Batch.export_data_rows() which returns DataRows for a batch

Updated

  • NDJsonConverter now supports Video bounding box annotations.
    • Note: Currently does not support nested classifications.
    • Note: Converting an export into Labelbox annotation types, and back to export will result in only keyframe annotations. This is to support the correct import format.

Fixed

  • batch.project() now works

Version 3.19.1 (2022-04-14)

Fixed

  • create_data_rows and create_data_rows_sync now uploads the file with a mimetype
  • Orgs that only allow DA uploads were getting errors when using these functions

Version 3.19.0 (2022-04-12)

Added

  • Added Tool object type RASTER_SEGMENTATION for Video and DICOM ontologies

Version 3.18.0 (2022-04-07)

Added

  • Added beta support for exporting labels from model_runs
  • LBV1Converter now supports data_split key
  • Classification objects now include scope key

Fixed

  • Updated notebooks