Skip to content

Commit c7d3b3d

Browse files
authored
Bumps the ADS version to 2.13.1 (#1114)
2 parents 12ae858 + b49f170 commit c7d3b3d

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

Diff for: docs/source/release_notes.rst

+24
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,30 @@
22
Release Notes
33
=============
44

5+
2.13.1
6+
-------
7+
Release date: March 13th, 2025
8+
9+
10+
* Upgraded OCI SDK to ``v2.148.0`` for improved compatibility and performance.
11+
* Added support to launch the **AI Quick Actions API server** from anywhere using:
12+
13+
.. code-block:: bash
14+
15+
python -m ads.aqua.server
16+
17+
* Introduced ``HttpxOCIAuth`` class, enabling HTTPX clients to sign requests using **OCI signers**, ensuring compatibility with **OCI Model Deployment services and LLM models**.
18+
* **Forecast Operator:**
19+
20+
* Optimized the **auto-select** feature to prevent redundant data re-saving during cross-validation.
21+
* Implemented **AutoMLx Global Explainer** for enhanced model interpretability.
22+
23+
* **Bug Fixes:**
24+
25+
* Fixed the Python 3.11 Compatibility. Replaced the deprecated ``cgi.parse_header`` function with a custom **pure-Python implementation** for parsing ``Content-Disposition`` headers.
26+
* Resolved a **recursion issue** that occurred when creating a new model with the latest **OCI SDK version**.
27+
28+
529
2.13.0
630
-------
731
Release date: Feb 14th, 2025

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.0"
24+
version = "2.13.1"
2525

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

0 commit comments

Comments
 (0)