May 3, 2023

Release notes

App

  • When creating a video ontology via the UI or SDK, you can now add free-form text classifications at the global level.
  • We released a new version of our export format, Export v2. Export v2 gives you more granular control over your data exports, allows you to include more data fields in your exports, and has overall better performance (read this guide for more details). You can now export from Labelbox in three ways:
  • Labelers will be shown their next task in the labeling queue within 100ms.
  • The width on the left toolbar in the editor is now adjustable.
  • You can now use Catalog to classify a large amount of data in just a few clicks. Do this by curating a subset of data and then classifying them all simultaneously. To learn more, read bulk classification.
  • You can now use common undo and redo keyboard shortcuts for raster masks in the DICOM editor. This is supported for masks created within an active session. To learn more, see our shortcuts page.
  • The new Updates section in the app brings all communications related to a project into a single place. The Updates tab is designed to reduce the need for manually gathering information from disparate sources. To learn more, see Updates.
  • Free-tier users are now restricted to 10,000 LBUs.
  • Labelers can now view, update, and delete other users' labels in addition to their own. This makes the workflows feature on par with the legacy delete and requeue workaround. To learn more, see Rework in workflows.

Deprecations

  • We will sunset the export v1 format by the end of 2023.

Python SDK

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

Version 3.46.0 (2023-05-03)

Added

  • Global key support to DataRow Metadata bulk_upsert() function

Notebooks

  • Removed dataset-based projects from project setup notebook
  • Updated all links to annotation import and prediction notebooks in examples README

Version 3.45.0 (2023-04-27)

Changed

  • Reduce threshold for async batch creation to 1000 data rows

Notebooks

  • Added subclassifications to ontology notebook
  • Added conversational and pdf predictions notebooks

Version 3.44.0 (2023-04-26)

Added

  • predictions param for optionally exporting predictions in model run export v2
  • Limits on model_run_ids and project_ids on catalog export v2 params
  • WORKFLOW_ACTION webhook topic
  • Added data_row_ids filter for dataset and project export v2

Fixed

  • ISO timestamp parsing for datetime metadata
  • Docstring typo for client.delete_feature_schema_from_ontology()

Notebooks

  • Removed mention of embeddings metadata fields
  • Fixed broken colab link on examples/extras/classification-confusion-matrix.ipynb
  • Added free text classification example to video annotation import notebook
  • Updated prediction_upload notebooks with Annotation Type examples

Version 3.43.0 (2023-04-05)

Added

  • Nested object classifications to VideoObjectAnnotation
  • Relationship Annotation Types
  • Added project_ids and model_run_ids to params in all export_v2 functions

Fixed

  • VideoMaskAnnotation annotation import

Notebooks

  • Added DICOM annotation import notebook
  • Added audio annotation import notebook
  • Added HTML annotation import notebook
  • Added relationship examples to annotation import notebooks
  • Added global video classification example
  • Added nested classification examples
  • Added video mask example
  • Added global key and LPOs to queue management notebook