diff --git a/docs/source/release_notes.rst b/docs/source/release_notes.rst index 70ef1ba61..bbdcdb5e8 100644 --- a/docs/source/release_notes.rst +++ b/docs/source/release_notes.rst @@ -2,6 +2,15 @@ Release Notes ============= +2.8.11 +------ +Release date: October 18, 2023 + +* Added support to mount file systems in Data Science notebook sessions and jobs. +* Added support to cancel all job runs in the ADS ``api`` and ``opctl`` commands. +* Updated ``ads.set_auth()`` to use both ``config`` and ``signer`` when provided. +* Fixed a bug when initializing distributed training artifacts with "Ray" framework. + 2.8.10 ------ Release date: September 27, 2023 diff --git a/pyproject.toml b/pyproject.toml index 0f337f229..175953c4f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ build-backend = "flit_core.buildapi" # Required name = "oracle_ads" # the install (PyPI) name; name for local build in [tool.flit.module] section below -version = "2.8.10" +version = "2.8.11" # Optional description = "Oracle Accelerated Data Science SDK" @@ -62,7 +62,7 @@ dependencies = [ "jinja2>=2.11.2", "matplotlib>=3.1.3", "numpy>=1.19.2", - "oci>=2.104.3", + "oci>=2.113.0", "ocifs>=1.1.3", "pandas>1.2.1,<2.1", "psutil>=5.7.2",