File tree 2 files changed +11
-4
lines changed
2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 2
2
Release Notes
3
3
=============
4
4
5
+ 2.13.0
6
+ -------
7
+ Release date: Feb 14th, 2025
8
+
9
+ * Fixed bug in DataScienceModel defined metadata where non-predefined metadata keys caused errors.
10
+
11
+
5
12
2.12.11
6
13
-------
7
- Release date: Feb 5th, 2024
14
+ Release date: Feb 5th, 2025
8
15
9
16
* Fixed bug while loading model configuration in AI Quick Actions.
10
17
11
18
12
19
2.12.10
13
20
-------
14
- Release date: Feb 5th, 2024
21
+ Release date: Feb 5th, 2025
15
22
16
23
* Support inference container URI to be edited for unverified models in AI Quick Actions.
17
24
* Logging improvements for all CRUD operations in AI Quick Actions.
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ build-backend = "flit_core.buildapi"
21
21
22
22
# Required
23
23
name = " oracle_ads" # the install (PyPI) name; name for local build in [tool.flit.module] section below
24
- version = " 2.12.11 "
24
+ version = " 2.13.0 "
25
25
26
26
# Optional
27
27
description = " Oracle Accelerated Data Science SDK"
@@ -64,7 +64,7 @@ dependencies = [
64
64
" jinja2>=2.11.2" ,
65
65
" matplotlib>=3.1.3,<=3.8.4" ,
66
66
" numpy>=1.19.2,<2.0.0" ,
67
- " oci>=2.125.3 " ,
67
+ " oci>=2.144.1 " ,
68
68
" ocifs>=1.1.3" ,
69
69
" pandas>1.2.1; python_version<'3.9'" , # starting pandas v2.1.0 requires-python = '>=3.9'
70
70
" pandas>=2.2.0; python_version>='3.9'" ,
You can’t perform that action at this time.
0 commit comments