Skip to content

Commit c6a3a2b

Browse files
authored
ADS release 2.8.11 (#380)
1 parent c12ffd9 commit c6a3a2b

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

docs/source/release_notes.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
Release Notes
33
=============
44

5+
2.8.11
6+
------
7+
Release date: October 18, 2023
8+
9+
* Added support to mount file systems in Data Science notebook sessions and jobs.
10+
* Added support to cancel all job runs in the ADS ``api`` and ``opctl`` commands.
11+
* Updated ``ads.set_auth()`` to use both ``config`` and ``signer`` when provided.
12+
* Fixed a bug when initializing distributed training artifacts with "Ray" framework.
13+
514
2.8.10
615
------
716
Release date: September 27, 2023

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ build-backend = "flit_core.buildapi"
1919

2020
# Required
2121
name = "oracle_ads" # the install (PyPI) name; name for local build in [tool.flit.module] section below
22-
version = "2.8.10"
22+
version = "2.8.11"
2323

2424
# Optional
2525
description = "Oracle Accelerated Data Science SDK"
@@ -62,7 +62,7 @@ dependencies = [
6262
"jinja2>=2.11.2",
6363
"matplotlib>=3.1.3",
6464
"numpy>=1.19.2",
65-
"oci>=2.104.3",
65+
"oci>=2.113.0",
6666
"ocifs>=1.1.3",
6767
"pandas>1.2.1,<2.1",
6868
"psutil>=5.7.2",

0 commit comments

Comments
 (0)