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 22Release Notes
33=============
44
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+
5232.9.1
624-----
725Release date: December 6, 2023
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ build-backend = "flit_core.buildapi"
1919
2020# Required
2121name = " 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 "
2323
2424# Optional
2525description = " Oracle Accelerated Data Science SDK"
You can’t perform that action at this time.
0 commit comments