Releases: Labelbox/labelbox-python
Releases · Labelbox/labelbox-python
v7.3.0
27 Oct 16:56
Compare
Sorry, something went wrong.
No results found
Version 7.3.0 (2025-10-27)
Added
Add support for Audio Temporal Annotations (#2013 )
v7.2.0
03 Sep 21:38
Compare
Sorry, something went wrong.
No results found
Version 7.2.0 (2025-08-28)
Updated
DataRowMetadata: Remove enforcement of character limit (#2010 )
v7.1.2
14 Aug 17:11
Compare
Sorry, something went wrong.
No results found
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
09 Jul 18:28
Compare
Sorry, something went wrong.
No results found
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
08 Jul 16:53
Compare
Sorry, something went wrong.
No results found
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
17 Jun 18:12
Compare
Sorry, something went wrong.
No results found
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
04 Apr 15:09
Compare
Sorry, something went wrong.
No results found
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
18 Mar 15:57
Compare
Sorry, something went wrong.
No results found
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
20 Feb 17:12
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Version 6.7.0 (2025-02-06)
Added
MAL support for pdf relationships (beta)(#1932 )
Allow setting read_only for relationships (beta)(#1950 )