Skip to content

Commit

Permalink
ADS release v2.10.0 (#542)
Browse files Browse the repository at this point in the history
  • Loading branch information
liudmylaru authored Jan 24, 2024
1 parent df064fd commit 030824b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@
Release Notes
=============

2.10.0
------
Release date: January 24, 2024

* Improved the progress bar to use the percentage completed of workflow request instead of hardcoded steps.
* Used the service default for ``WEB_CONCURRENCY`` for model deployment.
* Fixed the bug with zipping the model artifacts directory when ``TMPRDIR`` is provided.
* Improved the ``watch()`` method for model deployment to keep streaming logs when the deployment is finished.
* Changed the default log type of watch to both access logs and predict logs.
* Changed the target directory to ``artifact_dir`` instead of temp directory when saving the model artifacts.
* Fixed the mount file system pre-check to check for duplicate ``dest``.
* Fixed duplicate logs in the model deployment consolidated logs.
* Added support for the optional downloading of artifacts in ``GenericModel`` using a ``download_artifact()`` method.
* Set the Data Science service endpoint through the environment variable in ``OCIDataScienceMixin``.
* Made reloading the model to environment as optional at the time of invoking ``GenericModel.from_id()``.
* Mandated the Python version in ``GenericModel.prepare()`` when it can't be resolved.
* Added a print out of the model deployment OCID in the notebook cell when ``deploy()`` is called.

2.9.1
-----
Release date: December 6, 2023
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ build-backend = "flit_core.buildapi"

# Required
name = "oracle_ads" # the install (PyPI) name; name for local build in [tool.flit.module] section below
version = "2.9.1"
version = "2.10.0"

# Optional
description = "Oracle Accelerated Data Science SDK"
Expand Down

0 comments on commit 030824b

Please sign in to comment.