Skip to content

Commit e2c6351

Browse files
authored
Tc 23836/release note (#96)
2 parents b46a8b7 + 27822c1 commit e2c6351

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

docs/source/release_notes.rst

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

5+
2.8.2
6+
-----
7+
Release date: March 2, 2023
8+
9+
* Remove support for Python 3.7.
10+
* Improved the DataScienceMode.create() to support timeout argument and auto extract region from the signer and signer config.
11+
* Support Jupyter Notebook as ``entrypoint`` when defining Data Science jobs with ``PythonRuntime`` and ``GitPythonRuntime``.
12+
* Support environment variable substitution in Data Science job names and output URI.
13+
* Support JSON serialization of list/dictionary when assigning them as Data Science jobs environment variables.
14+
* Support saving the notebook to output URI even if the job run failed when running a Data Science job using ``NotebookRuntime``.
15+
* Added ``job.build()`` method to Data Science job to load default values from environment.
16+
* Added ``DataScienceJob.fast_launch_shapes()`` method to list fast launch shapes available for Data Science job.
17+
* Added :doc:`HuggingFacePipelineModel <./user_guide/model_registration/frameworks/huggingfacemodel>` class to support prepare, save, deploy and predict for HuggingFace pipelines.
18+
* Updated Data Science job run YAML representation to include configurations inherited from the job.
19+
* Fixed custom conda environment not showing in Data Science Job YAML specification.
20+
* Fixed an issue where model saving was failing in notebook session without ipywidgets installed.
21+
* Fixed "Unknown archive format" error in ads.jobs.PythonRuntime, when the source code folder name ends with "zip". List of supported archive files are: "zip", "tar.gz", "tar" and "tgz".
22+
523
2.8.1
624
-----
725
Release date: February 16, 2023

0 commit comments

Comments
 (0)