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 22Release 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+ 
5142.8.10
615------ 
716Release date: September 27, 2023
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ build-backend = "flit_core.buildapi"
1919
2020#  Required
2121name  = " 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
2525description  = " 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"  ,
                                 You can’t perform that action at this time. 
               
                  
0 commit comments