!12163 add release not for optimizer ops change

From: @wangnan39
Reviewed-by: @kingxian,@zhunaipan
Signed-off-by: @kingxian
This commit is contained in:
mindspore-ci-bot 2021-02-05 16:46:15 +08:00 committed by Gitee
commit 68ebe3d425
1 changed files with 14 additions and 0 deletions

View File

@ -1,3 +1,17 @@
# MindSpore 1.2.0 Release Notes
## MindSpore
### API Change
#### Backwards Incompatible Change
##### Python API
###### `ops.ApplyFtrl`, `ops.ApplyMomentum`, `ops.ApplyRMSProp`, `ops.ApplyCenteredRMSProp` change the output on Ascend backend from multiple to a single. ([!11895](https://gitee.com/mindspore/mindspore/pulls/11895))
Previously the number of outputs of these operator is different on different backends. To unify their definition we change their output on Ascend backend from multiple to a single.
# MindSpore 1.1.1 Release Notes
## MindSpore