Skip to content

Commit 166c1fc

Browse files
authored
ADS release notes v2.8.5 (#203)
1 parent a2b6437 commit 166c1fc

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

ads/ads_version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "2.8.4"
2+
"version": "2.8.5"
33
}

docs/source/release_notes.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
Release Notes
33
=============
44

5+
2.8.5
6+
-----
7+
Release date: May 17, 2023
8+
9+
* Added support for ``key_content`` attribute in ``ads.set_auth()`` for the API KEY authentication.
10+
* Fixed bug in :py:class:`~ads.evaluations.statistical_metrics.ModelEvaluator` when it returned incorrect ROC AUC characteristics.
11+
* Fixed bug in ``ADSDataset.suggest_recommendations()`` API, when it returned an error if the target wasn't specified.
12+
* Fixed bug in ``ADSDataset.auto_transform()`` API, when an incorrect sampling was suggested for imbalanced data.
13+
514
2.8.4
615
-----
716
Release date: May 5, 2023

docs/source/user_guide/cli/quickstart.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Install ADS CLI
1111
* Linux/Mac (Intel CPU)
1212
* For Mac on M series - Experimental.
1313
* For Windows: Use `Windows Subsystem for Linux (WSL) <https://learn.microsoft.com/windows/wsl/about>`_
14-
* python >=3.7, <3.10
14+
* python >=3.8, <=3.10
1515

1616
``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.
1717

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"gitpython>=3.1.2",
2424
"matplotlib>=3.1.3",
2525
"numpy>=1.19.2",
26-
"oci>=2.96.0",
26+
"oci>=2.102.0",
2727
"ocifs>=1.1.3",
2828
"pandas>1.2.1,<1.6",
2929
"python_jsonschema_objects>=0.3.13",

0 commit comments

Comments
 (0)