Releases: Labelbox/labelbox-python
Releases · Labelbox/labelbox-python
v.3.23.1
Version 3.23.1 (2022-06-08)
Added
Task
objects now have the following properties:errors
- fetch information about why the task failedresult
- 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
Version 3.22.1 (2022-05-23)
Updated
- Renamed
custom_metadata
tometadata_fields
in DataRow
v.3.22.0
Version 3.22.0 (2022-05-20)
Added
Dataset.create_data_row()
andDataset.create_data_rows()
now uploads metadata to data row- Added
media_attributes
andmetadata
toBaseData
Updated
- Removed
iou
from classification metrics
v.3.21.0
Version 3.21.0 (2022-05-12)
Added
- Projects can be created with a
media_type
- Added
media_type
attribute toProject
- New
MediaType
enumeration
Fix
- Added back the mimetype to datarow bulk uploads for orgs that require delegated access
v.3.20.1
v.3.20.0
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 batchBatch.export_data_rows()
which returnsDataRow
s 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
Version 3.19.1 (2022-04-14)
Fix
create_data_rows
andcreate_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