Skip to content

Releases: Labelbox/labelbox-python

v3.65.0

05 Mar 20:34
e7eea5f
Compare
Choose a tag to compare

Version 3.65.0 (2024-03-05)

Notes

  • Rerelease of 3.64.0

v.3.64.0

01 Mar 20:49
affc812
Compare
Choose a tag to compare

Version 3.64.0 (2024-02-29)

Added

  • Catalog schema class. Catalog exports can now be made without creating a slice first

Removed

  • Review related WebhookDataSource topics

Notebooks

  • Added get_catalog notebook
  • Update custom metrics notebook
  • Update notebooks for video and image annotation import

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