Skip to content

Releases: Labelbox/labelbox-python

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.

3.17.1

25 Mar 18:42
f15b28c
Compare
Choose a tag to compare

Version 3.17.1 (2022-03-25)

Updated

  • Remove unused rasterio dependency

v.3.17.0

23 Mar 16:05
0b897e7
Compare
Choose a tag to compare

Version 3.17.0 (2022-03-23)

Added

  • Create batches from the SDK (Beta). Learn more about batches
  • Support for precision and recall metrics on Entity annotations

Fix

  • client.create_project type hint added for its return type

Updated

  • Removed batch MVP code

v.3.16.0

14 Mar 21:11
afb6f8c
Compare
Choose a tag to compare

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
  • 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

28 Feb 14:02
750eda2
Compare
Choose a tag to compare

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

v.3.14.0

10 Feb 22:14
3a2d5e8
Compare
Choose a tag to compare

Version 3.14.0 (2022-02-10)

Added

  • Updated metrics for classifications to be per-answer