File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 2
2
Release Notes
3
3
=============
4
4
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
+
5
25
2.12.9
6
26
-------
7
27
Release date: December 18, 2024
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ build-backend = "flit_core.buildapi"
21
21
22
22
# Required
23
23
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 "
25
25
26
26
# Optional
27
27
description = " Oracle Accelerated Data Science SDK"
You can’t perform that action at this time.
0 commit comments