Skip to content

Releases: Labelbox/labelbox-python

v.6.8.0

20 Feb 17:12
42d4456
Compare
Choose a tag to compare

Version 6.8.0 (2025-02-20)

Added Support for Source Ontology Names in Relationships

Added the ability to specify relationships using source_ontology_name instead of a concrete source annotation. This enhancement is particularly useful for PDF document annotations where you can create relationships referencing ontology classes directly.

Key changes:

  • Added optional source_ontology_name field to Relationship class
  • Made source field optional
  • Added validation to ensure either source or source_ontology_name is provided, but not both

Added search by name for get_catalog_slice

Added get_catalog_slices to get all slices

v.6.7.0

06 Feb 17:28
156eda2
Compare
Choose a tag to compare

Version 6.7.0 (2025-02-06)

Added

  • MAL support for pdf relationships (beta)(#1932)
  • Allow setting read_only for relationships (beta)(#1950)

Release v.6.6.0

15 Jan 22:58
f67788f
Compare
Choose a tag to compare

Version 6.6.0 (2025-01-14)

Added

  • Support for python 3.13(#1940)
    • Note minimum numpy version that supports python 3.13 is 2.1
  • Include predictions in slice export(#1939)

Fixed

  • GraphQL upload SSL configuration(#1937)

Release v.3.78.2

15 Jan 19:22
9b86233
Compare
Choose a tag to compare

Version 3.78.2 (2025-01-15)

Fixed

  • Exporter encoding
    • NOTE: backported from v.5.2.1

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)