diff --git a/RELEASE.md b/RELEASE.md index fbcf6f435d762e748f2ceb6e9c2e74c8f37ef1b4..7b7bcebaa4fe9d62f6ff8d0587a90137d9ed3363 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,5 +1,24 @@ ## MindInsight +# Release 0.7.0-beta + +## Major Features and Improvements +* Optimize node name display in computation graph. +* MindSpore Profiler supports network training with GPU operators. +* MindWizard generates classic network scripts according to user preference. +* Web UI supports language internationalization, including both Chinese and English. + +## Bugfixes +* Optimize UI page initialization to handle timeout requests. [!503](https://gitee.com/mindspore/mindinsight/pulls/503) +* Fix the line break problem when the profiling file number is too long. [532](https://gitee.com/mindspore/mindinsight/pulls/532) + +## Thanks to our Contributors +Thanks goes to these wonderful people: + +Congli Gao, Weifeng Huang, Zhenzhong Kou, Hongzhang Li, Longfei Li, Yongxiong Liang, Chongming Liu, Pengting Luo, Yanming Miao, Gongchang Ou, Yongxiu Qu, Hui Pan, Luyu Qiu, Junyan Qin, Kai Wen, Weining Wang, Yue Wang, Zhuanke Wu, Yifan Xia, Lihua Ye, Weibiao Yu, Ximiao Yu, Yunshu Zhang, Ting Zhao, Jianfeng Zhu, Ning Ma, Yihui Zhang, Shuide Wang, Hong Sheng, Lin Pan, Ran Mo. + +Contributions of any kind are welcome! + # Release 0.6.0-beta ## Major Features and Improvements diff --git a/mindinsight/_version.py b/mindinsight/_version.py index 15ed6bca54a9f847212706d4a387c72faabe053b..411e5f1d62251ca50339d82c59f201459b326687 100644 --- a/mindinsight/_version.py +++ b/mindinsight/_version.py @@ -14,4 +14,4 @@ # ============================================================================ """Mindinsight version module.""" -VERSION = '0.6.0' +VERSION = '0.7.0'