File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 2
2
Release Notes
3
3
=============
4
4
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
+
5
14
2.8.10
6
15
------
7
16
Release date: September 27, 2023
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ build-backend = "flit_core.buildapi"
19
19
20
20
# Required
21
21
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 "
23
23
24
24
# Optional
25
25
description = " Oracle Accelerated Data Science SDK"
@@ -62,7 +62,7 @@ dependencies = [
62
62
" jinja2>=2.11.2" ,
63
63
" matplotlib>=3.1.3" ,
64
64
" numpy>=1.19.2" ,
65
- " oci>=2.104.3 " ,
65
+ " oci>=2.113.0 " ,
66
66
" ocifs>=1.1.3" ,
67
67
" pandas>1.2.1,<2.1" ,
68
68
" psutil>=5.7.2" ,
You can’t perform that action at this time.
0 commit comments