diff --git a/docs/source/release_notes.rst b/docs/source/release_notes.rst index df444b4ee..c19891726 100644 --- a/docs/source/release_notes.rst +++ b/docs/source/release_notes.rst @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 876a486c2..6f99c9a11 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"