You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/release_notes.rst
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,22 @@
2
2
Release Notes
3
3
=============
4
4
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.
0 commit comments