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 1c6b6bab4..abe477a8f 100644 --- a/libs/labelbox/CHANGELOG.md +++ b/libs/labelbox/CHANGELOG.md @@ -1,4 +1,23 @@ # 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 +* 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)) +* 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)) 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 (