From 184d8caeed112567e59cad265e57a1c286fa97eb Mon Sep 17 00:00:00 2001 From: "wangnan39@huawei.com" Date: Fri, 5 Feb 2021 11:08:23 +0800 Subject: [PATCH] add release not for optimizer ops change --- RELEASE.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/RELEASE.md b/RELEASE.md index b66f24afeff..4140dff60ea 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -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