Skip to content

Releases: Labelbox/labelbox-python

Release v.6.5.0

03 Jan 21:25
0482921
Compare
Choose a tag to compare

Version 6.5.0 (2025-01-03)

Added

  • Support include predictions in catalog exports(#1935)

Release v.6.4.0

19 Dec 18:36
8581e98
Compare
Choose a tag to compare

Version 6.4.0 (2024-12-19)

  • Add feature schema attributes to support auto ocr tool in ontologies(#1930)
  • Move to task queue task id to be optional with default as None for better type support (#1929)

Release 6.3.0

13 Dec 01:05
97bd850
Compare
Choose a tag to compare

Version 6.3.0 (2024-12-12)

Added

  • Group member upload(#1924)
  • Group member export(#1925)

Note

  • The Invite class no longer returns the invite ID (uid).

Release v.6.2.0

26 Nov 23:12
3af4500
Compare
Choose a tag to compare

Version 6.2.0 (2024-11-26)

Added

  • Prompt Issue ontology support(#1917), (#1891)
  • Fact Checking ontology support(#1883)
  • Get mal import functions to replace old BulkImportRequest class(#1909)
  • Deprecation warning to wait_until_done methods(#1913)
  • Deprecation warning to get_data_row_ids(#1912)

Fixed

  • Optimization to relationship code (#1920)
  • Relationship label bug(#1918)
  • Import lb-client exceptions for labelbox(#1916)
  • get_roles return type: Dict[str, Role] (instead of List[Role])(#1904)
  • Adjusted deprecation message to new standard(#1908)
  • Support for Client enable_experimental(#1905)

Removed

Release v.6.1.0

12 Nov 23:09
feaf687
Compare
Choose a tag to compare

Version 6.1.0 (2024-11-12)

Added

Fixed

  • Use valid lbox.exception in client IAMIntegration validation(#1887)
  • Improve SDK method name detection for Datadog dashboard(#1880)
  • Limit labeling front end visibility and mentions of a custom editor(#1877)
  • Remove all unused python imports(#1876)
  • Remove bulk import request from readthedocs(#1881)

Release v.6.0.1

30 Oct 19:13
Compare
Choose a tag to compare

Version 6.0.1 (2024-10-30)

Fixed

  • Updated labelbox.exception to lbox.exception for IAMIntegration check(#1887)

Release v.6.0.0

15 Oct 18:34
454ea1f
Compare
Choose a tag to compare

Version 6.0.0 (2024-10-15)

Added

  • Deprecation messages to all export_v2 methods(#1865)
  • Logic to extract sdk method to pass to datadog dashboard(#1865)
  • Graphql client as a separate component lbox.request_client(#1834)

Updated

  • Minimum requirement numpy version from 1.24 to 1.25 and cleaned up _TypedArray validations(#1845)
  • Refactored client create_project inputs to be named parameters, not kwargs(#1844)
  • Fixed pydantic v2 deprecation warnings(#1838)
  • Remove experimental from UserGroup(#1840)
  • Improved labeling service error reporting(#1836)
  • Switched to ruff linter(#1822)

Fixed

  • Labeling dashboard serialization (#1870)
  • Handling of global key in ModelEvaluationTemplate(#1869)

Removed

  • Various deprecated classes, methods and attributes(#1853)
    • QueueMode for project
    • LabelGenerator assign_feature_schema_ids
    • Label assign_feature_schema_ids
    • AttachmentType attachment_type TEXT
    • DataRowMetadata bulk_delete deletes paramerter - support for string for data row ids or global keys, use UniqueId or GlobalKey class instead
    • Dataset create_data_rows_sync. Use create_data_rows instead
    • Slice get_data_row_ids. Use get_data_row_identifiers instead
  • More deprecations(#1852)
    • LabelingParameterOverrideInput remove instance of DataRow as a type of input
    • Project _update_queue_mode, get_queue_mode
  • Support for Python 3.8(#1847)
  • Project setup(#1843)
  • Deprecated get stream - related classes from ExportTask(#1839)
    • JsonConverter, JsonConverterOutput, FileConverter, FileConverterOutput
  • Project setup_editor(#1841)
  • Label *Data* classes as Label data attribute. Use GenericDataRowData
    • NOTE MaskData was NOT removed
  • COCO package(#1820)
  • NDJsonConverter deserialize(#1818)
  • BulkImportRequest package(#1821), including
    • BulkImportRequest
    • BulkImportRequestState
    • Project upload_annotations
    • Project bulk_import_requests

Release v.5.2.1

10 Oct 00:37
a75c402
Compare
Choose a tag to compare

Version 5.2.1 (2024-10-09)

Fixed

  • Exporter encoding

Release v.5.2.0

09 Oct 17:23
b0127cf
Compare
Choose a tag to compare

Version 5.2.0 (2024-10-09)

Fixed

  • Support data row / batch for live mmc projects(#1856)

Release v.5.1.0

27 Sep 19:14
2d2def2
Compare
Choose a tag to compare

Version 5.1.0 (2024-09-27)

Fixed

  • Support self-signed SSL certs(#1811)
  • Rectangle units now correctly support percent inputs(#1848)