Skip to content

Commit bb86b6e

Browse files
authored
ADS release v2.8.6 (#230)
1 parent babe5ff commit bb86b6e

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
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.5"
2+
"version": "2.8.6"
33
}

docs/source/release_notes.rst

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

5+
2.8.6
6+
-----
7+
Release date: June 13, 2023
8+
9+
* Resolved an issue in ``ads opctl build-image job-local`` when the build of ``job-local`` would get stuck. Updated the Python version to 3.8 in the base environment of the ``job-local`` image.
10+
* Fixed a bug that prevented the support of defined tags for Data Science job runs.
11+
* Fixed a bug in the ``entryscript.sh`` of ``ads opctl`` that attempted to create a temporary folder in the ``/var/folders`` directory.
12+
* Added support for defined tags in the Data Flow application and application run.
13+
* Deprecated the old :py:class:`~ads.model.ModelDeploymentProperties` and :py:class:`~ads.model.ModelDeployer` classes, and their corresponding APIs.
14+
* Enabled the uploading of large size model artifacts for the :py:class:`~ads.model.ModelDeployment` class.
15+
* Implemented validation for shape name and shape configuration details in Data Science jobs and Data Flow applications.
16+
* Added the capability to create ``ADSDataset`` using the Pandas accessor.
17+
* Made ``Docker`` dependency optional for ``ads opctl run``.
18+
* Provided a prebuilt watch command for monitoring Data Science jobs with ``ads opctl``.
19+
* Eliminated the legacy ``ads.dataflow`` package from ADS.
20+
521
2.8.5
622
-----
723
Release date: May 17, 2023

0 commit comments

Comments
 (0)