Skip to content

Commit 030824b

Browse files
authored
ADS release v2.10.0 (#542)
1 parent df064fd commit 030824b

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

docs/source/release_notes.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22
Release 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+
523
2.9.1
624
-----
725
Release date: December 6, 2023

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ build-backend = "flit_core.buildapi"
1919

2020
# Required
2121
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"
2323

2424
# Optional
2525
description = "Oracle Accelerated Data Science SDK"

0 commit comments

Comments
 (0)