Skip to content

Commit eb882fc

Browse files
release ads v2.12.10
1 parent 0cc2b58 commit eb882fc

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

docs/source/release_notes.rst

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

5+
2.12.10
6+
-------
7+
Release date: Feb 5th, 2024
8+
9+
* Support inference container URI to be edited for unverified models in AI Quick Actions.
10+
* Logging improvements for all CRUD operations in AI Quick Actions.
11+
* Expand allowable parameters for fine-tuning operation in AI Quick Actions.
12+
* Allow local model cache delete while registering models in AI Quick Actions.
13+
* Add validation flag ``ignore-model-artifact-check`` to ignore ``config.json`` check while registering model in AI Quick Actions.
14+
* Added a framework to support embedding onnx models.
15+
* Added headers parameters for ADS Langchain.
16+
* Addition of ``SessionLogger`` and ``MetricLogger`` AutoGen loggers for logging and reporting.
17+
* Support for a centralized and reusable client for interacting with OCI Model Deployment.
18+
* Bug fix for ADS telemetry logging.
19+
* Set defaults for optional parameters in ChatOCIModelDeploymentVLLM.
20+
* Real-Time What-If Analysis with Model Catalog and Model Deployment Integration.
21+
* Support for AutoMLx internal explainability mode.
22+
* Standardize outputs & report for single-series forecasts without target_category_columns.
23+
24+
525
2.12.9
626
-------
727
Release date: December 18, 2024

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.12.9"
24+
version = "2.12.10"
2525

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

0 commit comments

Comments
 (0)