You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: libs/labelbox/CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,16 @@
1
1
# Changelog
2
+
Version 6.8.0 (2025-02-20)
3
+
### Added Support for Source Ontology Names in Relationships
4
+
5
+
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.
6
+
7
+
Key changes:
8
+
- Added optional `source_ontology_name` field to `Relationship` class
9
+
- Made `source` field optional
10
+
- Added validation to ensure either `source` or `source_ontology_name` is provided, but not both
11
+
### Added search by name for `get_catalog_slice`
12
+
### Added `get_catalog_slices` to get all slices
13
+
2
14
# Version 6.7.0 (2025-02-06)
3
15
## Added
4
16
* MAL support for pdf relationships (beta)([#1932](https://github.com/Labelbox/labelbox-python/pull/1932))
0 commit comments