Skip to content

Commit

Permalink
ADS release notes v2.8.5 (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
liudmylaru authored May 17, 2023
1 parent a2b6437 commit 166c1fc
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ads/ads_version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "2.8.4"
"version": "2.8.5"
}
9 changes: 9 additions & 0 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
Release Notes
=============

2.8.5
-----
Release date: May 17, 2023

* Added support for ``key_content`` attribute in ``ads.set_auth()`` for the API KEY authentication.
* Fixed bug in :py:class:`~ads.evaluations.statistical_metrics.ModelEvaluator` when it returned incorrect ROC AUC characteristics.
* Fixed bug in ``ADSDataset.suggest_recommendations()`` API, when it returned an error if the target wasn't specified.
* Fixed bug in ``ADSDataset.auto_transform()`` API, when an incorrect sampling was suggested for imbalanced data.

2.8.4
-----
Release date: May 5, 2023
Expand Down
2 changes: 1 addition & 1 deletion docs/source/user_guide/cli/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Install ADS CLI
* Linux/Mac (Intel CPU)
* For Mac on M series - Experimental.
* For Windows: Use `Windows Subsystem for Linux (WSL) <https://learn.microsoft.com/windows/wsl/about>`_
* python >=3.7, <3.10
* python >=3.8, <=3.10

``ads`` cli provides a command line interface to Jobs API related features. Set up your development environment, build docker images compliant with Notebook session and Data Science Jobs, build and publish conda pack locally, start distributed training, etc.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"gitpython>=3.1.2",
"matplotlib>=3.1.3",
"numpy>=1.19.2",
"oci>=2.96.0",
"oci>=2.102.0",
"ocifs>=1.1.3",
"pandas>1.2.1,<1.6",
"python_jsonschema_objects>=0.3.13",
Expand Down

0 comments on commit 166c1fc

Please sign in to comment.