From 17a3fc241dfc0fdf861bc8dbccb9d9826a09f4c1 Mon Sep 17 00:00:00 2001 From: fangwenyi Date: Fri, 24 Feb 2023 18:33:03 +0800 Subject: [PATCH] update releasenotes --- RELEASE.md | 20 ++++++++++++++++++++ RELEASE_CN.md | 20 ++++++++++++++++++++ 2 files changed, 40 insertions(+) diff --git a/RELEASE.md b/RELEASE.md index 5e5f7c75b2a..813519cdc31 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -118,6 +118,26 @@ AGroupofProbiotocs, anzhengqi, askmiao, baihuawei, baiyangfan, bai-yangfan, bing Contributions of any kind are welcome! +## MindSpore 1.10.1 Release Notes + +### Bug fixes + +- Fixed the issue that the specified axis is not considered in logsumexp anti-overflow processing +- Fixed the compilation dependency of proto file +- Fixed the issue that the print operator printing result is not normal +- Fixed the issue that the equal operator is out of range +- Fixed the problem that when function wrapped by @jit,the cell id is not correct +- Fixed the GNN scenario data type verification error +- Fixed the problem that the dataset.map multi-process degenerates into threads + +### Contributors + +Thanks goes to these wonderful people: + +archer2049, caifubi, chenfei_mindspore, gaoshuanglong, Greatpan, guozhijian, huoxinyou, Kxiong, lanzhineng, lijunbin, liubuyu, liuchuting, luochao60, lyqlola, nomindcarry, TuDouNi, xiaotianci, xupan, yangshuo, yefeng, YingtongHu, yuchaojie, zhoufeng, ZPaC, 刘勇琪, 吕昱峰, 王禹程, 于振华. + +Contributions of any kind are welcome! + ## MindSpore 1.10.0 Release Notes ### Major Features and Improvements diff --git a/RELEASE_CN.md b/RELEASE_CN.md index 89da564ad0e..9b5d3ee3686 100644 --- a/RELEASE_CN.md +++ b/RELEASE_CN.md @@ -116,6 +116,26 @@ AGroupofProbiotocs, anzhengqi, askmiao, baihuawei, baiyangfan, bai-yangfan, bing 欢迎以任何形式对项目提供贡献! +## MindSpore 1.10.1 Release Notes + +### 问题修复 + +- 修复logsumexp防溢出处理中未考虑指定axis的问题 +- 修复proto文件的编译依赖问题 +- 修复print算子打印结果不正常的问题 +- 修复equal算子越界问题 +- 修复函数被@jit修饰后,导致的cell_id解析不正确的问题 +- 修复GNN场景数据类型校验错误 +- 修复Dataset map多进程退化成线程的问题 + +### 贡献者 + +感谢以下人员做出的贡献: + +archer2049, caifubi, chenfei_mindspore, gaoshuanglong, Greatpan, guozhijian, huoxinyou, Kxiong, lanzhineng, lijunbin, liubuyu, liuchuting, luochao60, lyqlola, nomindcarry, TuDouNi, xiaotianci, xupan, yangshuo, yefeng, YingtongHu, yuchaojie, zhoufeng, ZPaC, 刘勇琪, 吕昱峰, 王禹程, 于振华. + +欢迎以任何形式对项目提供贡献! + ## MindSpore 1.10.0 Release Notes ### 主要特性和增强