File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 2
2
Release Notes
3
3
=============
4
4
5
+ 2.10.0
6
+ ------
7
+ Release date: January 24, 2024
8
+
9
+ * Improved the progress bar to use the percentage completed of workflow request instead of hardcoded steps.
10
+ * Used the service default for ``WEB_CONCURRENCY `` for model deployment.
11
+ * Fixed the bug with zipping the model artifacts directory when ``TMPRDIR `` is provided.
12
+ * Improved the ``watch() `` method for model deployment to keep streaming logs when the deployment is finished.
13
+ * Changed the default log type of watch to both access logs and predict logs.
14
+ * Changed the target directory to ``artifact_dir `` instead of temp directory when saving the model artifacts.
15
+ * Fixed the mount file system pre-check to check for duplicate ``dest ``.
16
+ * Fixed duplicate logs in the model deployment consolidated logs.
17
+ * Added support for the optional downloading of artifacts in ``GenericModel `` using a ``download_artifact() `` method.
18
+ * Set the Data Science service endpoint through the environment variable in ``OCIDataScienceMixin ``.
19
+ * Made reloading the model to environment as optional at the time of invoking ``GenericModel.from_id() ``.
20
+ * Mandated the Python version in ``GenericModel.prepare() `` when it can't be resolved.
21
+ * Added a print out of the model deployment OCID in the notebook cell when ``deploy() `` is called.
22
+
5
23
2.9.1
6
24
-----
7
25
Release date: December 6, 2023
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ build-backend = "flit_core.buildapi"
19
19
20
20
# Required
21
21
name = " oracle_ads" # the install (PyPI) name; name for local build in [tool.flit.module] section below
22
- version = " 2.9.1 "
22
+ version = " 2.10.0 "
23
23
24
24
# Optional
25
25
description = " Oracle Accelerated Data Science SDK"
You can’t perform that action at this time.
0 commit comments