Skip to content

Releases: Labelbox/labelbox-python

v.3.58.1

16 Dec 00:41
eebd88e
Compare
Choose a tag to compare

Version 3.58.1 (2023-12-15)

Added

  • Support to export all projects and all model runs to export_v2 for a dataset and a slice

Notebooks

  • Update exports v2 notebook to include methods that return ExportTask

v.3.58.0

11 Dec 22:37
8ec4bca
Compare
Choose a tag to compare

Version 3.58.0 (2023-12-11)

Added

  • ontology_id to the model app instantiation
  • LLM data generation label types
  • run_foundry_app to support running model foundry apps
  • Two methods for sending data rows to any workflow task in a project, that can also include predictions from a model run, or annotations from a different project

Fixed

  • Documentation index for identifiables

Removed

  • Project.datasets and Datasets.projects methods as they have been deprecated

Notebooks

  • Added note books for Human labeling(GT/MAL/MEA) + data generation (GT/MAL)
  • Remove relationship annotations from text and conversational imports

v.3.57.0

01 Dec 01:43
79bf767
Compare
Choose a tag to compare

Version 3.57.0 (2023-11-30)

Added

  • Global key support for Project move_data_rows_to_task_queue
  • Project name required for project creation

Notebooks

  • Updates to Image and Video notebook format
  • Added additional byte array examples for Image/Video import and Image prediction import notebook
  • Added a new LLM folder for new LLM import (MAL/MEA/Ground truth)

v.3.56.0

21 Nov 18:50
9cf2cb0
Compare
Choose a tag to compare

Version 3.56.0 (2023-11-21)

Added

  • Support for importing raster video masks from image bytes as a source
  • Add new ExportTask class to handle streaming of exports

Fixed

  • Check for empty fields during webhook creation

Notebooks

  • Updates to use bytes array for masks (video, image), and add examples of multiple notations per frame (video)

Release v.3.55.0

06 Nov 22:46
31b79da
Compare
Choose a tag to compare

Version 3.55.0 (2023-11-06)

Fixed

  • Fix the instantiation of failed_data_row_ids in Batch. This fix will address the issue with the create_batch method for more than 1,000 data rows.
  • Improve Python type hints for the data_rows() method in the Dataset.
  • Fix the DataRowMetadataOntology method bulk_export() to properly export global key(s).
  • In the DataRowMetadataOntology method update_enum_option, provide a more descriptive error message when the enum option is not valid.

v.3.54.1

17 Oct 22:45
9a8b9f7
Compare
Choose a tag to compare

Version 3.54.1 (2023-10-17)

Notebooks

  • Revised the notebooks to update outdated examples when using client.create_project() to create a project

Release v.3.54.0

11 Oct 17:01
6a34aeb
Compare
Choose a tag to compare

Added

  • Add exports v1 deprecation warning
  • Create method in SDK to modify LPO priorities in bulk

Removed

  • Remove backoff library

Release v.3.53.0

04 Oct 16:08
ddb8063
Compare
Choose a tag to compare

Version 3.53.0 (2023-10-03)

Added

  • Remove LPO deprecation warning and allow greater range of priority values
  • Add an sdk method to get data row by global key
  • Disallow invalid quality modes during create_project
  • Python 3.10 support
  • Change return of dataset.create_data_rows() to Task
  • Add new header to capture python version
  • Updated examples to match latest updates to SDK

v.3.52.0

24 Aug 18:34
aac3ae7
Compare
Choose a tag to compare

Version 3.52.0 (2023-08-24)

Added

  • Added methods to create multiple batches for a project from a list of data rows or from a dataset

v.3.51.0

15 Aug 18:59
21d72c9
Compare
Choose a tag to compare

Version 3.51.0 (2023-08-14)

Added

  • Added global keys to export v2 filters for project, dataset and DataRow
  • Added workflow task status filtering for export v2

Notebooks

  • Removed labels notebook, since almost all of the relevant methods in the notebook were not compatible with workflow paradigm.
  • Updated project.ipynb to use batches not datasets