Skip to content

Commit 6b5121d

Browse files
authored
Bumps ADS version to 2.13.7 (#1156)
1 parent 43a4b68 commit 6b5121d

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

Diff for: docs/source/release_notes.rst

+8-1
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,20 @@
22
Release Notes
33
=============
44

5+
2.13.7
6+
-------
7+
Release date: April 14, 2025
8+
9+
* AI Quick Actions: Removing OSS bucket config dependency.
10+
* Fixed a bug in the ADSDataset type inference logic. Resolved an issue where the dataset incorrectly identified column types during automatic type discovery.
11+
12+
513
2.13.6
614
-------
715
Release date: April 7, 2025
816

917
* Fixed PII operator report generator script to use the latest code from ``report-creator``.
1018
* AI Quick Actions: Enhance the container family validation for multi-model deployment.
11-
* AI Quick Actions: Removing OSS bucket config dependency.
1219

1320

1421
2.13.5

Diff for: 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.6"
24+
version = "2.13.7"
2525

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

0 commit comments

Comments
 (0)