From 7a0b427c54041ec99712364f26f0ffbe792c230c Mon Sep 17 00:00:00 2001 From: Val Brodsky Date: Tue, 26 Nov 2024 14:24:13 -0800 Subject: [PATCH 1/2] Update CHANGELOG --- libs/labelbox/CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/libs/labelbox/CHANGELOG.md b/libs/labelbox/CHANGELOG.md index 1c6b6bab4..b81bec975 100644 --- a/libs/labelbox/CHANGELOG.md +++ b/libs/labelbox/CHANGELOG.md @@ -1,4 +1,22 @@ # Changelog +# Version 6.2.0 (2024-11-26) +## Added +* Prompt Issue ontology support([#1917](https://github.com/Labelbox/labelbox-python/pull/1917)), ([#1891](https://github.com/Labelbox/labelbox-python/pull/1891)) +* Fact Checking ontology support([#1883](https://github.com/Labelbox/labelbox-python/pull/1883)) +* Get mal import functions to replace old BulkImportRequest class([#1909](https://github.com/Labelbox/labelbox-python/pull/1909)) +* Deprecation warning to wait_until_done methods([#1913](https://github.com/Labelbox/labelbox-python/pull/1913)) +* Deprecation warning to get_data_row_ids([#1912](https://github.com/Labelbox/labelbox-python/pull/1912)) + +## Fixed +* Relationship label bug([#1918](https://github.com/Labelbox/labelbox-python/pull/1918)) +* Import lb-client exceptions for labelbox([#1916](https://github.com/Labelbox/labelbox-python/pull/1916)) +* get_roles return type: Dict[str, Role] (instead of List[Role])([#1904](https://github.com/Labelbox/labelbox-python/pull/1904)) +* Adjusted deprecation message to new standard([#1908](https://github.com/Labelbox/labelbox-python/pull/1908)) +* Support for Client enable_experimental([#1905](https://github.com/Labelbox/labelbox-python/pull/1905)) + +## Removed +* Support for Dicom([#1902](https://github.com/Labelbox/labelbox-python/pull/1902)), ([#1903](https://github.com/Labelbox/labelbox-python/pull/1903)) + # Version 6.1.0 (2024-11-12) ## Added * Support for step reasoning ontology tool([#1894](https://github.com/Labelbox/labelbox-python/pull/1894), [#1882](https://github.com/Labelbox/labelbox-python/pull/1882), [#1879](https://github.com/Labelbox/labelbox-python/pull/1879)) From eb25ea7039edd2e4239996166f3560342509da43 Mon Sep 17 00:00:00 2001 From: Val Brodsky Date: Tue, 26 Nov 2024 14:27:01 -0800 Subject: [PATCH 2/2] Bumped versions --- docs/conf.py | 2 +- libs/labelbox/CHANGELOG.md | 1 + libs/labelbox/pyproject.toml | 2 +- libs/labelbox/src/labelbox/__init__.py | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index a5a60f86c..1a28e549f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -16,7 +16,7 @@ project = 'Python SDK reference' copyright = '2024, Labelbox' author = 'Labelbox' -release = '6.1.0' +release = '6.2.0' # -- General configuration --------------------------------------------------- diff --git a/libs/labelbox/CHANGELOG.md b/libs/labelbox/CHANGELOG.md index b81bec975..abe477a8f 100644 --- a/libs/labelbox/CHANGELOG.md +++ b/libs/labelbox/CHANGELOG.md @@ -8,6 +8,7 @@ * Deprecation warning to get_data_row_ids([#1912](https://github.com/Labelbox/labelbox-python/pull/1912)) ## Fixed +* Optimization to relationship code ([#1920](https://github.com/Labelbox/labelbox-python/pull/1920)) * Relationship label bug([#1918](https://github.com/Labelbox/labelbox-python/pull/1918)) * Import lb-client exceptions for labelbox([#1916](https://github.com/Labelbox/labelbox-python/pull/1916)) * get_roles return type: Dict[str, Role] (instead of List[Role])([#1904](https://github.com/Labelbox/labelbox-python/pull/1904)) diff --git a/libs/labelbox/pyproject.toml b/libs/labelbox/pyproject.toml index aafddade5..a4280fac0 100644 --- a/libs/labelbox/pyproject.toml +++ b/libs/labelbox/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "labelbox" -version = "6.1.0" +version = "6.2.0" description = "Labelbox Python API" authors = [{ name = "Labelbox", email = "engineering@labelbox.com" }] dependencies = [ diff --git a/libs/labelbox/src/labelbox/__init__.py b/libs/labelbox/src/labelbox/__init__.py index c9cf35fcd..db5641432 100644 --- a/libs/labelbox/src/labelbox/__init__.py +++ b/libs/labelbox/src/labelbox/__init__.py @@ -1,6 +1,6 @@ name = "labelbox" -__version__ = "6.1.0" +__version__ = "6.2.0" from labelbox.client import Client from labelbox.schema.annotation_import import (