Releases: Labelbox/labelbox-python
Releases · Labelbox/labelbox-python
v7.2.0
Version 7.2.0 (2025-08-28)
Updated
- DataRowMetadata: Remove enforcement of character limit (#2010)
v7.1.2
Version 7.1.2 (2025-08-14)
Fixed
- Project Setup: Remove project setup complete restriction (#2003)
- API key creation: fix support of role with a space in the name (#2003)
- Workflow cloning: Fix validation for some nodes (#2005)
v7.1.1
Version 7.1.1 (2025-07-09)
Fixed
reset_to_initial_nodes()
and clone_workflow_from()
will not update initial node IDs anymore (#1999)
v7.1.0
Version 7.1.0 (2025-07-08)
Added
- Add the ability to specify relationship constraints (#1992)
Fixed
- Minor fixes to CRUD operations when specifying user groups (#1993)
v7.0.0
Version 7.0.0 (2025-06-17)
Added
- Add support for Likert scale (#1980)
- Add creation of IAM integrations (#1976)
- Add workflow management (#1975)
- Add model app ID to model run creation and return it (#1973)
- Add support for project ontology change (#1972)
- Remove
mypy
from dependencies (#1968)
Updated
- BREAKING CHANGE
UserGroup
no longer supports the users
field - it's been replaced by the members
field.
- Update
UserGroup
to fix project membership (#1986)
Fixed
ApiKey.created_by
now correctly displays the user
for old API keys (#1967)
v.6.10.0
Version 6.10.0 (2025-04-04)
Added
- API keys Management: (#1961)
- Get invitations: (#1962)
- Add tasks to organization and TaskStatus to filter tasks: (#1958)
v.6.9.0
Version 6.9.0 (2025-03-17)
Added
- Provide support to cancel tasks (#1957)
- Added support for AUDIO attachment type (#1956)
v.6.8.0
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
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
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)