Skip to content

Commit 2bd9cbe

Browse files
authored
Bumps the ADS version to 2.13.0 (#1070)
2 parents d50c68e + 161b6f3 commit 2bd9cbe

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

Diff for: docs/source/release_notes.rst

+9-2
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,23 @@
22
Release Notes
33
=============
44

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+
512
2.12.11
613
-------
7-
Release date: Feb 5th, 2024
14+
Release date: Feb 5th, 2025
815

916
* Fixed bug while loading model configuration in AI Quick Actions.
1017

1118

1219
2.12.10
1320
-------
14-
Release date: Feb 5th, 2024
21+
Release date: Feb 5th, 2025
1522

1623
* Support inference container URI to be edited for unverified models in AI Quick Actions.
1724
* Logging improvements for all CRUD operations in AI Quick Actions.

Diff for: pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ build-backend = "flit_core.buildapi"
2121

2222
# Required
2323
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"
2525

2626
# Optional
2727
description = "Oracle Accelerated Data Science SDK"
@@ -64,7 +64,7 @@ dependencies = [
6464
"jinja2>=2.11.2",
6565
"matplotlib>=3.1.3,<=3.8.4",
6666
"numpy>=1.19.2,<2.0.0",
67-
"oci>=2.125.3",
67+
"oci>=2.144.1",
6868
"ocifs>=1.1.3",
6969
"pandas>1.2.1; python_version<'3.9'", # starting pandas v2.1.0 requires-python = '>=3.9'
7070
"pandas>=2.2.0; python_version>='3.9'",

0 commit comments

Comments
 (0)