Skip to content

Releases: Labelbox/labelbox-python

v.3.23.1

08 Jun 23:08
516f137
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Version 3.20.1 (2022-05-02)

Updated

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

v.3.20.0

28 Apr 16:54
838fe1c
Compare
Choose a tag to compare

Version 3.20.0 (2022-04-27)

Added

  • Batches in a project can be retrieved with project.batches()
  • Batch.remove_queued_data_rows() to cancel remaining data rows in batch
  • Batch.export_data_rows() which returns DataRows for a batch
  • Deprecation warning for python 3.6

Updated

  • NDJsonConverter now supports Video bounding box annotations.
    • Note: Currently does not support nested classifications.
    • Note: Converting an export into Labelbox annotation types, and back to export will result in only keyframe annotations. This is to support correct import format.

v.3.19.1

14 Apr 21:41
90c22ee
Compare
Choose a tag to compare

Version 3.19.1 (2022-04-14)

Fix

  • create_data_rows and create_data_rows_sync now provides a mimetype for the data row upload file
  • Orgs that only allow DA uploads were getting errors when using these functions

v.3.19.0

12 Apr 19:55
c6f2554
Compare
Choose a tag to compare

Version 3.19.0 (2022-04-12)

Added

  • Added Tool object type RASTER_SEGMENTATION for Video and DICOM ontologies

v.3.18.0

07 Apr 15:04
45efbe5
Compare
Choose a tag to compare

Version 3.18.0 (2022-04-07)

Added

  • Added beta support for exporting labels from model_runs
  • LBV1Converter now supports data_split key
  • Classification objects now include scope key

v.3.17.2

28 Mar 23:20
7a80776
Compare
Choose a tag to compare

Version 3.17.2 (2022-03-28)

Fix

  • Project.upsert_instructions now works properly for new projects.