Skip to content

Commit

Permalink
ADS release 2.8.11 (#380)
Browse files Browse the repository at this point in the history
  • Loading branch information
liudmylaru authored Oct 18, 2023
1 parent c12ffd9 commit c6a3a2b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit c6a3a2b

Please sign in to comment.