From 70706eba4e6723b5647cbd20f02c218568bbbcf8 Mon Sep 17 00:00:00 2001 From: J-shang <33053116+J-shang@users.noreply.github.com> Date: Fri, 18 Feb 2022 17:14:27 +0800 Subject: [PATCH] update release note (#4563) --- README.md | 2 +- README_zh_CN.md | 2 +- docs/en_US/Release.rst | 9 +++++++++ docs/en_US/conf.py | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0195c7058c..0a6714c091 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ The tool manages automated machine learning (AutoML) experiments, **dispatches a ## **What's NEW!**   -* **New release**: [v2.6 is available](https://github.com/microsoft/nni/releases/tag/v2.6) - _released on Jan-19-2022_ +* **New release**: [v2.6.1 is available](https://github.com/microsoft/nni/releases/tag/v2.6.1) - _released on Feb-18-2022_ * **New demo available**: [Youtube entry](https://www.youtube.com/channel/UCKcafm6861B2mnYhPbZHavw) | [Bilibili 入口](https://space.bilibili.com/1649051673) - _last updated on May-26-2021_ * **New webinar**: [Introducing Retiarii: A deep learning exploratory-training framework on NNI](https://note.microsoft.com/MSR-Webinar-Retiarii-Registration-Live.html) - _scheduled on June-24-2021_ * **New community channel**: [Discussions](https://github.com/microsoft/nni/discussions) diff --git a/README_zh_CN.md b/README_zh_CN.md index 9e551c8ef5..21e93c1d91 100644 --- a/README_zh_CN.md +++ b/README_zh_CN.md @@ -21,7 +21,7 @@ NNI 管理自动机器学习 (AutoML) 的 Experiment,**调度运行**由调优 ## **最新消息!**  [](#nni-released-reminder) -* **最新版本**:[v2.6 已发布](https://github.com/microsoft/nni/releases/tag/v2.6) - *2022年1月19日* +* **最新版本**:[v2.6.1 已发布](https://github.com/microsoft/nni/releases/tag/v2.6.1) - *2022年2月18日* * **最新视频 demo**:[Youtube 入口](https://www.youtube.com/channel/UCKcafm6861B2mnYhPbZHavw) | [Bilibili 入口](https://space.bilibili.com/1649051673) - *上次更新:2021年5月26日* * **最新网络研讨会**: [介绍Retiarii:NNI 上的深度学习探索性训练框架](https://note.microsoft.com/MSR-Webinar-Retiarii-Registration-Live.html) - *2021年6月24日* * **最新互动渠道**: [Discussions](https://github.com/microsoft/nni/discussions) diff --git a/docs/en_US/Release.rst b/docs/en_US/Release.rst index 1bb467f745..405c337133 100644 --- a/docs/en_US/Release.rst +++ b/docs/en_US/Release.rst @@ -5,6 +5,15 @@ Change Log ========== +Release 2.6.1 - 2/18/2022 +------------------------- + +Bug Fixes +^^^^^^^^^ + +* Fix a bug that new TPE does not support dict metrics. +* Fix a bug that missing comma. (Thanks to @mrshu) + Release 2.6 - 1/19/2022 ----------------------- diff --git a/docs/en_US/conf.py b/docs/en_US/conf.py index 9dade5d21f..73538ab559 100644 --- a/docs/en_US/conf.py +++ b/docs/en_US/conf.py @@ -27,7 +27,7 @@ # The short X.Y version version = '' # The full version, including alpha/beta/rc tags -release = 'v2.6' +release = 'v2.6.1' # -- General configuration ---------------------------------------------------