Skip to content

Releases: Labelbox/labelbox-python

Release v.3.63.0

19 Feb 21:21
549568a
Compare
Choose a tag to compare

Version 3.63.0 (2024-02-19)

Added

  • Ability for users to install and use sdk with pydantic v.2.* while still maintaining support for pydantic v1.*
  • ModelRun export() and export_v2() add model_run_details to support splits

Notebooks

  • Add composite mask notebook

Release v.3.62.0

13 Feb 00:42
2b90aea
Compare
Choose a tag to compare

Version 3.62.0 (2024-02-12)

Added

  • Support custom metrics for predictions (all applicable annotation classes)
  • FoundryClient.run_app Add data_row identifier validation for running foundry app
  • Client.get_error_status_code Default to 500 error if a server error is unparseable instead of throwing an exception

Updated

  • DataRowMetadata, DataRowMetadataBatchResponse, _UpsertBatchDataRowMetadata Make data_row_id and global_key optional in all schema types

Fixed

  • ExportTask.__str__ Fix returned type in ExportTask instance representation

Removed

  • Project.upsert_review_queue

Notebooks

  • Update notebooks to new export methods
  • Add model slice notebook
  • Added support for annotation import with img bytes
  • Update user prompts for huggingface colab

Release v.3.61.2

29 Jan 20:04
93750f1
Compare
Choose a tag to compare

Version 3.61.2 (2024-01-29)

Added

  • ModelSlice.get_data_row_identifiers for Foundry data rows

Fixed

  • ModelSlice.get_data_row_identifiers scoping by model run id

Release v.3.61.1

26 Jan 04:17
f14ce3b
Compare
Choose a tag to compare
  • Removed export API limit (5000)

Release v.3.61.0

23 Jan 05:38
6700fd4
Compare
Choose a tag to compare

Added

  • ModelSlice.get_data_row_identifiers
    • Fetches all data row ids and global keys for the model slice
    • NOTE Foundry model slices are note supported yet

Updated

  • Updated exports v1 deprecation date to April 30th, 2024
  • Remove streamable param from export_v2 methods

v.3.60.0

17 Jan 20:57
e8c927a
Compare
Choose a tag to compare

Added

  • Get resource tags from a project
  • Method to CatalogSlice to get data row identifiers (both uids and global keys)
  • Added deprecation notice for the upsert_review_queue method in project

Notebooks

  • Update notebook for Project move_data_rows_to_task_queue
  • Added notebook for model foundry
  • Added notebook for migrating from Exports V1 to V2

Release v.3.59.0

05 Jan 21:27
ddf2658
Compare
Choose a tag to compare

Version 3.59.0 (2024-01-05)

Added

  • Support set_labeling_parameter_overrides for global keys
  • Support bulk_delete of data row metadata for global keys
  • Support bulk_export of data row metadata for global keys

Fixed

  • Stop overwriting class annotations on prediction upload
  • Prevent users from uploading video annotations over the API limit (5000)
  • Make description optional for foundry app

Notebooks

  • Update notebooks for Project set_labeling_parameter_overrides add support for global keys

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)