We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5616f90 + a5586db commit 1b5bbd1Copy full SHA for 1b5bbd1
docs/source/release_notes.rst
@@ -2,6 +2,14 @@
2
Release Notes
3
=============
4
5
+2.13.4
6
+-------
7
+Release date: March 27, 2025
8
+
9
+* Added compatibility with Python 3.12.
10
+* Forecast Operator: Introduced auto-select fallback to AutoMLX for faster approximate mode execution.
11
12
13
2.13.3
14
-------
15
Release date: March 21, 2025
pyproject.toml
@@ -21,7 +21,7 @@ build-backend = "flit_core.buildapi"
21
22
# Required
23
name = "oracle_ads" # the install (PyPI) name; name for local build in [tool.flit.module] section below
24
-version = "2.13.3"
+version = "2.13.4"
25
26
# Optional
27
description = "Oracle Accelerated Data Science SDK"
0 commit comments