forked from mindspore-Ecosystem/mindspore
!49373 update releasenotes
Merge pull request !49373 from fangwenyi/code_docs_master
This commit is contained in:
commit
57dc8b7810
20
RELEASE.md
20
RELEASE.md
|
@ -119,6 +119,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
|
||||
|
|
|
@ -117,6 +117,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
|
||||
|
||||
### 主要特性和增强
|
||||
|
|
Loading…
Reference in New Issue