Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@
Release Notes
=============

2.12.10
-------
Release date: Feb 5th, 2024

* Support inference container URI to be edited for unverified models in AI Quick Actions.
* Logging improvements for all CRUD operations in AI Quick Actions.
* Expand allowable parameters for fine-tuning operation in AI Quick Actions.
* Allow local model cache delete while registering models in AI Quick Actions.
* Add validation flag ``ignore-model-artifact-check`` to ignore ``config.json`` check while registering model in AI Quick Actions.
* Allow user to watch fine-tuning job run logs in AI Quick Actions when using CLI mode.
* Load base model configuration files by default for verified models in AI Quick Actions.
* Added a framework to support embedding onnx models.
* Added headers parameters for ADS Langchain.
* Addition of ``SessionLogger`` and ``MetricLogger`` AutoGen loggers for logging and reporting.
* Support for a centralized and reusable client for interacting with OCI Model Deployment.
* Bug fix for ADS telemetry logging.
* Set defaults for optional parameters in ChatOCIModelDeploymentVLLM.
* Real-Time What-If Analysis with Model Catalog and Model Deployment Integration.
* Support for AutoMLx internal explainability mode.
* Standardize outputs & report for single-series forecasts without target_category_columns.


2.12.9
-------
Release date: December 18, 2024
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ build-backend = "flit_core.buildapi"

# Required
name = "oracle_ads" # the install (PyPI) name; name for local build in [tool.flit.module] section below
version = "2.12.9"
version = "2.12.10"

# Optional
description = "Oracle Accelerated Data Science SDK"
Expand Down