Skip to content

Releases: Labelbox/labelbox-python

v.3.25.0

20 Jul 19:26
6b5955d

Choose a tag to compare

Version 3.25.0 (2022-07-20)

Added

  • Importing annotations with model assisted labeling or label imports using ontology object names instead of schemaId now possible
    • In Python dictionaries, you can now use schemaId key or name key for all tools, classifications, options
  • Labelbox's Annotation Types now support model assisted labeling or label imports using ontology object names
  • Export metadata when using the following methods:
    • Batch.export_data_rows(include_metadata=True)
    • Dataset.export_data_rows(include_metadata=True)
    • Project.export_queued_data_rows(include_metadata=True)
  • VideoObjectAnnotation has segment_index to group video annotations into video segments

Removed

  • Project.video_label_generator. Use Project.label_generator instead.

Updated

  • Model Runs now support unassigned splits
  • Dataset.create_data_rows now has the following limits:
    • 150,000 rows per upload without metadata
    • 30,000 rows per upload with metadata

v.3.24.1

07 Jul 18:42
b687f8e

Choose a tag to compare

Version 3.24.1 (2022-07-07)

Updated

  • Added refresh_ontology() as part of create/update/delete metadata schema functions

v.3.24.0

07 Jul 00:28
ac786f8

Choose a tag to compare

Version 3.24.0 (2022-07-06)

Added

  • DataRowMetadataOntology class now has functions to create/update/delete metadata schema
    • create_schema - Create custom metadata schema
    • update_schema - Update name of custom metadata schema
    • update_enum_options - Update name of an Enum option for an Enum custom metadata schema
    • delete_schema - Delete custom metadata schema
  • ModelRun class now has assign_data_rows_to_split function, which can assign a DataSplit to a list of DataRows
  • Dataset.create_data_rows() can bulk import conversationalData

v.3.23.3

23 Jun 17:29
93aad9f

Choose a tag to compare

Version 3.23.3 (2022-06-23)

Fix

  • Import for numpy has been adjusted to work with numpy v.1.23.0

v.3.23.2

22 Jun 20:17
bdf6c35

Choose a tag to compare

Version 3.23.2 (2022-06-15)

Added

  • Data Row object now has a new field, metadata, which returns metadata associated with data row as a list of DataRowMetadataField
    • Note: When importing Data Rows with metadata, use the existing field, metadata_fields

v.3.23.1

08 Jun 23:08
516f137

Choose a tag to compare

Version 3.23.1 (2022-06-08)

Added

  • Task objects now have the following properties:
    • errors - fetch information about why the task failed
    • result - fetch the result of the task
    • These are currently only compatible with data row import tasks.
  • Officially added support for python 3.9

v.3.22.1

23 May 21:27
52b7b20

Choose a tag to compare

Version 3.22.1 (2022-05-23)

Updated

  • Renamed custom_metadata to metadata_fields in DataRow

v.3.22.0

20 May 20:07
99b764b

Choose a tag to compare

Version 3.22.0 (2022-05-20)

Added

  • Dataset.create_data_row() and Dataset.create_data_rows() now uploads metadata to data row
  • Added media_attributes and metadata to BaseData

Updated

  • Removed iou from classification metrics

v.3.21.0

12 May 13:05
356faaa

Choose a tag to compare

Version 3.21.0 (2022-05-12)

Added

  • Projects can be created with a media_type
  • Added media_type attribute to Project
  • New MediaType enumeration

Fix

  • Added back the mimetype to datarow bulk uploads for orgs that require delegated access

v.3.20.1

02 May 14:51
c0d5064

Choose a tag to compare

Version 3.20.1 (2022-05-02)

Updated

  • Ontology Classification scope field is only set for top level classifications