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
+4-4
Original file line number
Diff line number
Diff line change
@@ -4,17 +4,17 @@
4
4
* Provide support to cancel tasks ([#1957](https://github.com/Labelbox/labelbox-python/pull/1957))
5
5
* Added support for AUDIO attachment type ([#1956](https://github.com/Labelbox/labelbox-python/pull/1956))
6
6
7
-
Version 6.8.0 (2025-02-20)
8
-
###Added Support for Source Ontology Names in Relationships
7
+
# Version 6.8.0 (2025-02-20)
8
+
## Added Support for Source Ontology Names in Relationships
9
9
10
10
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.
11
11
12
12
Key changes:
13
13
- Added optional `source_ontology_name` field to `Relationship` class
14
14
- Made `source` field optional
15
15
- Added validation to ensure either `source` or `source_ontology_name` is provided, but not both
0 commit comments