We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents efeb197 + 2e824e2 commit 3c34e8dCopy full SHA for 3c34e8d
docs/source/release_notes.rst
@@ -2,6 +2,15 @@
2
Release Notes
3
=============
4
5
+
6
+2.8.0
7
+-----
8
+Release date: January 25, 2023
9
10
+* Added support for the :doc:`machine learning pipelines <./user_guide/pipeline/index>` feature.
11
+* Fixed a bug in ``fetch_training_code_details()``. When git commit is empty string, set it as None to avoid service error.
12
+* Fixed a bug in ``fetch_training_code_details()``. Use the folder of ``training_script_path`` as the artifact directory, instead of ``.``.
13
14
2.7.3
15
-----
16
Release date: January 18, 2023
docs/source/user_guide/pipeline/index.rst
@@ -5,7 +5,7 @@ Pipeline
########
-.. versionadded:: 2.7.0
+.. versionadded:: 2.8.0
.. toctree::
:maxdepth: 1
0 commit comments