From fd966873c9da05838eeb6e6e5fe8abee2d67ff44 Mon Sep 17 00:00:00 2001 From: pkuliuliu Date: Wed, 24 Mar 2021 15:54:49 +0800 Subject: [PATCH] Update Release Notes to 1.2.0 --- RELEASE.md | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/RELEASE.md b/RELEASE.md index e63495c..bec0938 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,3 +1,44 @@ +# MindSpore 1.2.0 Release Notes + +## MindArmour + +### Contributors + +Thanks goes to these wonderful people: + +han.yin + +### Major Features and Improvements + +#### Privacy + +* [STABLE]Tailored-based privacy protection technology (Pynative) +* [STABLE]Model Inversion. Reverse analysis technology of privacy information + +### API Change + +#### Backwards Incompatible Change + +##### C++ API + +[Modify] ... +[Add] ... +[Delete] ... + +##### Java API + +[Add] ... + +#### Deprecations + +##### C++ API + +##### Java API + +### Bug fixes + +[BUGFIX] ... + # MindArmour 1.1.0 Release Notes ## MindArmour