Skip to content

Commit 04808f7

Browse files
authored
Release note for 2.13.3 (#1132)
2 parents 70c6853 + 47a744b commit 04808f7

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

docs/source/release_notes.rst

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

5+
2.13.3
6+
-------
7+
Release date: March 21, 2025
8+
9+
* Fixed defined tag permission issue when creating AI Quick Action fine-tuning and evaluation.
10+
11+
512
2.13.2
613
-------
7-
Release date: March 14th, 2025
14+
Release date: March 14, 2025
815

916
* Fixed bug in DataScienceModel defined metadata.
1017

1118

1219
2.13.1
1320
-------
14-
Release date: March 13th, 2025
21+
Release date: March 13, 2025
1522

1623

1724
* Upgraded OCI SDK to ``v2.148.0`` for improved compatibility and performance.
@@ -35,21 +42,21 @@ Release date: March 13th, 2025
3542

3643
2.13.0
3744
-------
38-
Release date: Feb 14th, 2025
45+
Release date: Feb 14, 2025
3946

4047
* Fixed bug in DataScienceModel defined metadata where non-predefined metadata keys caused errors.
4148

4249

4350
2.12.11
4451
-------
45-
Release date: Feb 5th, 2025
52+
Release date: Feb 5, 2025
4653

4754
* Fixed bug while loading model configuration in AI Quick Actions.
4855

4956

5057
2.12.10
5158
-------
52-
Release date: Feb 5th, 2025
59+
Release date: Feb 5, 2025
5360

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

pyproject.toml

+1-1
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.13.2"
24+
version = "2.13.3"
2525

2626
# Optional
2727
description = "Oracle Accelerated Data Science SDK"

0 commit comments

Comments
 (0)