Skip to content

Releases: Labelbox/labelbox-python

Release v.3.71.0

28 May 23:04
ca83c51
Compare
Choose a tag to compare

Added

  • project.get_overview() to be able to retrieve project details (#1615)
  • project.clone() to be able to clone projects (#1624)
  • Support for Rye 0.34 (#1625)
  • Requirements.lock, Requirements-dev.lock to latest depdenencies (#1625)
  • ExportTask.get_buffered_stream to replace ExportTask.get_stream (#1628)

Fixed

  • ExportTask.result / ExportTask.errors parsing content incorrectly (#1628)
  • Lack of exceptions related to updating model config (#1634)

Release v.3.70.0

28 May 20:34
d860edf
Compare
Choose a tag to compare

Added

  • Added chat model evaluation support
    • client.create_model_config()
    • ModelConfig project_model_configs()
    • ModelConfig add_model_config()
    • ModelConfig delete_project_model_config()
    • ProjectModelConfig delete()
    • client.create_model_evaluation_project()
  • Update existing methods to support chat model evaluation project
    • client.create_ontology()
    • client.create_ontology_from_feature_schemas()
  • Coco deprecation message

Fixed

  • Fixed error reporting for client.create_project()
  • Do not retry http 422 errors

Notebooks

  • Send_to_annotate_from_catalog functionalities outside Foundry

Fixed in Notebooks

  • Fixed meta notebook
  • Modified queue_management.ipynb to remove some parameters
  • Update_huggingface.ipynb
  • Corrected_HF.ipynb

Release v.3.69.1

01 May 23:59
ed66437
Compare
Choose a tag to compare

Changelog

Version 3.69.1 (2024-05-01)

Fixed

  • Fixed a bug with certain types of content not being returned as a result of ExportTask.result or ExportTask.errors

Release v.3.69.0

25 Apr 19:44
3ef39c7
Compare
Choose a tag to compare

Version 3.69.0 (2024-04-25)

Added

  • Support to export embeddings from the SDK

Fixed

  • Used OpenCV's headless library in replacement of OpenCV's default library

Release v.3.68.0

17 Apr 17:54
806d951
Compare
Choose a tag to compare

Version 3.68.0 (2024-04-16)

Added

  • Added support for embeddings.
  • Introduced the use of 'rye' as a package manager for SDK contributors.
  • Implemented a unified 'create' method for AnnotationImport, MEAPredictionImport, and MALPredictionImport.
  • Enhanced annotation upload functionality to accept data row IDs, global keys, or external IDs directly for labelbox.data.annotation_types.label

Fixed

  • Ensure items in dataset.upsert_data_rows are not empty
  • Streamable export fix to report export_v2 errors as list of dictionaries, compatible with older releases
  • Export fix to allow multi-line json

Release v.3.67.0

05 Apr 18:48
54e34f3
Compare
Choose a tag to compare

Version 3.67.0 (2024-04-05)

Added

  • Added SECURITY.md file
  • Made export_v2 methods use streamable backend
  • Added support for custom embeddings to dataset create data row(s) methods
  • Added ability to upsert data rows via dataset.upsert_data_rows() method
  • Added AssetAttachment with an ability to update() and delete()

Updated

  • Added check for 5000 labels per annotation per data row

Fixed

  • Errors and Failed data rows are included in the task.result for dataset.create_data_rows()
  • Fixed 500 error handling and reporting

Notebooks

  • Updated import notebook for image data
  • Added attachment PDF example, removed requirements around text_layer_url
  • Included the get_catalog() method to the export notebook
  • Added workflow status filter to export_data notebook for projects
  • Send predictions to a project demo
  • Removed model diagnostic notebooks

v3.66.0

20 Mar 21:35
3a9238d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.65...v.3.66.0

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