Releases: Labelbox/labelbox-python
Releases · Labelbox/labelbox-python
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
v.3.19.0
v.3.18.0
v.3.17.2
3.17.1
v.3.17.0
v.3.16.0
Version 3.16.0 (2022-03-14)
Added
- Ability to fetch a model run with
client.get_model_run()
- Ability to fetch labels from a model run with
model_run.export_labels()
- Note: this is only Experimental. To use, client param
enable_experimental
should
be set to true
- Note: this is only Experimental. To use, client param
- Ability to delete an attachment
Fix
- Logger level is no longer set to INFO
Updated
- Deprecation: Creating Dropdowns will no longer be supported after 2022-03-31
- This includes creating/adding Dropdowns to an ontology
- This includes creating/adding Dropdown Annotation Type
- For the same functionality, use Radio
- This will not affect existing Dropdowns
v.3.15.0
Version 3.15.0 (2022-02-28)
Added
- Extras folder which contains useful applications using the sdk
- Addition of ResourceTag at the Organization and Project level
- Updates to the example notebooks
Fix
- EPSGTransformer now properly transforms Polygon to Polygon
- VideoData string representation now properly shows VideoData