Skip to content

#nojira Add v6.8 as a heading in changelog #1960

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 20, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions libs/labelbox/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
* Provide support to cancel tasks ([#1957](https://github.com/Labelbox/labelbox-python/pull/1957))
* Added support for AUDIO attachment type ([#1956](https://github.com/Labelbox/labelbox-python/pull/1956))

Version 6.8.0 (2025-02-20)
### Added Support for Source Ontology Names in Relationships
# 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
## Added search by name for `get_catalog_slice`
## Added `get_catalog_slices` to get all slices

# Version 6.7.0 (2025-02-06)
## Added
Expand Down
Loading