Skip to content

Releases: Labelbox/labelbox-python

v.3.48.0

14 Jun 19:08
d921b3d
Compare
Choose a tag to compare

Changelog

Version 3.48.0 (2023-06-13)

Added

  • Support for ISO format to exports V2 date filters
  • Support to specify confidence for all free-text annotations

Changed

  • Removed backports library and replaced it with python dateutil package to parse iso strings

Notebooks

  • Added predictions to model run example
  • Added notebook to run yolov8 and sam on video and upload to LB
  • Updated google colab notebooks to reflect raster segmentation tool being released on 6/13
  • Updated radio NDJSON annotations format to support confidence
  • Added confidence to all free-text annotations (ndjson)
  • Fixed issues with cv2 library rooting from the Geospatial notebook used a png map with a signed URL with an expired token

v.3.47.1

25 May 06:16
be9e47e
Compare
Choose a tag to compare

Version 3.47.1 (2023-05-24)

Fixed

  • Loading of the ndjson parser when optional [data] libraries (geojson etc.) are not installed

v.3.47.0

23 May 21:56
9640da1
Compare
Choose a tag to compare

Version 3.47.0 (2023-05-23)

Added

  • Support for interpolated frames to export v2

Changed

  • Removed ndjson library and replaced it with a custom ndjson parser

Notebooks

  • Removed confidence scores in annotations - video notebook
  • Removed raster seg masks from video prediction
  • Added export v2 example
  • Added SAM and Labelbox connector notebook

v.3.46.0

03 May 22:30
1b45c8c
Compare
Choose a tag to compare

Version 3.46.0 (2023-05-03)

Added

  • Global key support to DataRow Metadata bulk_upsert() function

Notebooks

  • Removed dataset based projects from project setup notebook
  • Updated all links to annotation import and prediction notebooks in examples README

v.3.45.0

27 Apr 21:10
9826e31
Compare
Choose a tag to compare

Version 3.45.0 (2023-04-27)

Changed

  • Reduce threshold for async batch creation to 1000 data rows

Notebooks

  • Added subclassifications to ontology notebook
  • Added conversational and pdf predictions notebooks

v.3.44.0

27 Apr 01:11
9631e4e
Compare
Choose a tag to compare

Version 3.44.0 (2023-04-26)

Added

  • predictions param for optionally exporting predictions in model run export v2
  • Limits on model_run_ids and project_ids on catalog export v2 params
  • WORKFLOW_ACTION webhook topic
  • Added data_row_ids filter for dataset and project export v2

Fixed

  • ISO timestamp parsing for datetime metadata
  • Docstring typo for client.delete_feature_schema_from_ontology()

Notebooks

  • Removed mention of embeddings metadata fields
  • Fixed broken colab link on examples/extras/classification-confusion-matrix.ipynb
  • Added free text classification example to video annotation import notebook
  • Updated prediction_upload notebooks with Annotation Type examples

v.3.43.0

06 Apr 04:08
5b71ae1
Compare
Choose a tag to compare

Version 3.43.0 (2023-04-05)

Added

  • Nested object classifications to VideoObjectAnnotation
  • Relationship Annotation Types
  • Added project_ids and model_run_ids to params in all export_v2 functions

Fixed

  • VideoMaskAnnotation annotation import

Notebooks

  • Added DICOM annotation import notebook
  • Added audio annotation import notebook
  • Added HTML annotation import notebook
  • Added relationship examples to annotation import notebooks
  • Added global video classification example
  • Added nested classification examples
  • Added video mask example
  • Added global key and LPOs to queue management notebook

v.3.42.0

22 Mar 23:12
e89f990
Compare
Choose a tag to compare

Added

  • Message based classifications with annotation types for conversations
  • Video and raster segmentation annotation types
  • Global key support to ConversationEntity, DocumentEntity and DicomSegments
  • DICOM polyline annotation type
  • Confidence attribute to classification annotations

Changed

  • Increased metadata string size limit to 4096 chars
  • Removed deletedDataRowGlobalKey from get_data_row_ids_for_global_keys()

Fixed

  • Annotation data type coercion by Pydantic
  • Error message when end point coordinates are smaller than start point coordinates
  • Some typos in error messages

Notebooks

  • Refactored video notebook to include annotation types
  • Replaced data row ids with global keys in notebooks
  • Replaced create_data_row with create_data_rows in notebooks

v.3.41.0

15 Mar 23:50
f656d6b
Compare
Choose a tag to compare

Version 3.41.0 (2023-03-15)

Added

  • New data classes for creating labels: AudioData, ConversationData, DicomData, DocumentData, HTMLData
  • New DocumentEntity annotation type class
  • New parameter last_activity_end to Project.export_labels()

Notebooks

  • Updated annotation_import/pdf.ipynb with example use of DocumentEntity class

v.3.40.1

10 Mar 22:32
ed01489
Compare
Choose a tag to compare

Version 3.40.1 (2023-03-10)

Fixed

  • Fixed issue where calling create_batch() on exported data rows wasn't working