File tree 2 files changed +23
-1
lines changed
2 files changed +23
-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
+ * Allow user to watch fine-tuning job run logs in AI Quick Actions when using CLI mode.
15
+ * Load base model configuration files by default for verified models in AI Quick Actions.
16
+ * Added a framework to support embedding onnx models.
17
+ * Added headers parameters for ADS Langchain.
18
+ * Addition of ``SessionLogger `` and ``MetricLogger `` AutoGen loggers for logging and reporting.
19
+ * Support for a centralized and reusable client for interacting with OCI Model Deployment.
20
+ * Bug fix for ADS telemetry logging.
21
+ * Set defaults for optional parameters in ChatOCIModelDeploymentVLLM.
22
+ * Real-Time What-If Analysis with Model Catalog and Model Deployment Integration.
23
+ * Support for AutoMLx internal explainability mode.
24
+ * Standardize outputs & report for single-series forecasts without target_category_columns.
25
+
26
+
5
27
2.12.9
6
28
-------
7
29
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