Skip to content

Commit 894627e

Browse files
ADS Release v2.13.9 (#1189)
2 parents 6a5b118 + 9c81cd5 commit 894627e

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

docs/source/release_notes.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22
Release Notes
33
=============
44

5+
2.13.9
6+
-------
7+
Release date: May 19, 2025
8+
9+
* Additional precision support in ForecastOperator.
10+
* AI Quick Actions: Use defined-metadata to include configuration for fine-tuned models.
11+
* AI Quick Actions: Support for embedding models in a multi model deployment.
12+
* AI Quick Actions: Fixed a bug in multi-model deployment to use model artifact json directly instead of accessing service bucket when creating a new grouped model.
13+
* AI Quick Actions telemetry improvements and enhancement to use threadpool instead of creating unbounded number of threads for telemetry.
14+
* AI Quick Actions: Support for ``list`` API for compute capacity reservations to onboard Bring-your-own-reservations (BYOR).
15+
* AI Quick Actions: Fixed a bug which now allows multiple parameters for deployment parameters.
16+
* AI Quick Actions: Enhances the model deployment logic for vLLM architecture version.
17+
* AI Quick Actions: Enhances functionality to retrieve deployment configuration for fine-tuned models.
18+
19+
520
2.13.8
621
-------
722
Release date: April 15, 2025

pyproject.toml

Lines changed: 1 addition & 1 deletion
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.8"
24+
version = "2.13.9"
2525

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

0 commit comments

Comments
 (0)