forked from OSSInnovation/mindspore
update RELEASE.md template.
This commit is contained in:
parent
a3aac7bf79
commit
863269fa65
95
RELEASE.md
95
RELEASE.md
|
@ -1,17 +1,26 @@
|
||||||
# MindSpore x.x.x Release Notes
|
# MindSpore 1.1.0 Release Notes
|
||||||
|
|
||||||
## MindSpore
|
## MindSpore
|
||||||
|
|
||||||
### Major Features and Improvements
|
### Major Features and Improvements
|
||||||
|
#### NewModels
|
||||||
|
* [STABLE/BETA/DEMO] XXXX (Ascend/GPU/CPU)
|
||||||
|
#### FrontEnd
|
||||||
|
* [STABLE/BETA/DEMO] XXXX (Ascend/GPU/CPU)
|
||||||
|
#### Auto Parallel
|
||||||
|
* [STABLE/BETA/DEMO] XXXX (Ascend/GPU/CPU)
|
||||||
|
#### Executor
|
||||||
|
* [STABLE/BETA/DEMO] XXXX (Ascend/GPU/CPU)
|
||||||
|
#### MDP
|
||||||
|
* [STABLE/BETA/DEMO] XXXX (Ascend/GPU/CPU)
|
||||||
|
#### DataSet
|
||||||
|
* [STABLE/BETA/DEMO] XXXX (Ascend/GPU/CPU)
|
||||||
|
#### Profiling & Debugger
|
||||||
|
* [STABLE/BETA/DEMO] XXXX (Ascend/GPU/CPU)
|
||||||
|
### API Change
|
||||||
|
#### Backwards Incompatible Change
|
||||||
|
##### Python API
|
||||||
|
|
||||||
### Backwards Incompatible Change
|
###### `API name` xxx ([!id](PR_link))
|
||||||
|
|
||||||
#### Python API
|
|
||||||
|
|
||||||
##### `API name` xxx ([!id](PR_link))
|
|
||||||
|
|
||||||
Description.
|
Description.
|
||||||
|
|
||||||
> - This section is an example.
|
> - This section is an example.
|
||||||
> - The interface name should be enclosed by grave accent characters, such as `API name`.
|
> - The interface name should be enclosed by grave accent characters, such as `API name`.
|
||||||
> - Fenced code blocks should be surrounded by blank lines.
|
> - Fenced code blocks should be surrounded by blank lines.
|
||||||
|
@ -53,65 +62,49 @@ Description.
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
#### C++ API
|
##### C++ API
|
||||||
|
|
||||||
### Deprecations
|
#### Deprecations
|
||||||
|
|
||||||
#### Python API
|
##### Python API
|
||||||
|
|
||||||
#### C++ API
|
##### C++ API
|
||||||
|
|
||||||
### New Features
|
|
||||||
|
|
||||||
#### Python API
|
|
||||||
|
|
||||||
#### C++ API
|
|
||||||
|
|
||||||
### Improvements
|
|
||||||
|
|
||||||
#### Python API
|
|
||||||
|
|
||||||
#### C++ API
|
|
||||||
|
|
||||||
### Bug fixes
|
### Bug fixes
|
||||||
|
#### NewModels
|
||||||
#### Python API
|
* [STABLE/BETA/DEMO] XXXX (Ascend/GPU/CPU)
|
||||||
|
#### FrontEnd
|
||||||
#### C++ API
|
* [STABLE/BETA/DEMO] XXXX (Ascend/GPU/CPU)
|
||||||
|
#### Auto Parallel
|
||||||
|
* [STABLE/BETA/DEMO] XXXX (Ascend/GPU/CPU)
|
||||||
|
#### Executor
|
||||||
|
* [STABLE/BETA/DEMO] XXXX (Ascend/GPU/CPU)
|
||||||
|
#### MDP
|
||||||
|
* [STABLE/BETA/DEMO] XXXX (Ascend/GPU/CPU)
|
||||||
|
#### DataSet
|
||||||
|
* [STABLE/BETA/DEMO] XXXX (Ascend/GPU/CPU)
|
||||||
|
#### Profiling & Debugger
|
||||||
|
* [STABLE/BETA/DEMO] XXXX (Ascend/GPU/CPU)
|
||||||
## MindSpore Lite
|
## MindSpore Lite
|
||||||
|
|
||||||
### Major Features and Improvements
|
### Major Features and Improvements
|
||||||
|
|
||||||
### Backwards Incompatible Change
|
### API Change
|
||||||
|
|
||||||
#### C++ API
|
#### API Incompatible Change
|
||||||
|
|
||||||
#### Java API
|
##### C++ API
|
||||||
|
|
||||||
### Deprecations
|
##### Java API
|
||||||
|
|
||||||
#### C++ API
|
#### Deprecations
|
||||||
|
|
||||||
#### Java API
|
##### C++ API
|
||||||
|
|
||||||
### New Features
|
##### Java API
|
||||||
|
|
||||||
#### C++ API
|
|
||||||
|
|
||||||
#### Java API
|
|
||||||
|
|
||||||
### Improvements
|
|
||||||
|
|
||||||
#### C++ API
|
|
||||||
|
|
||||||
#### Java API
|
|
||||||
|
|
||||||
### Bug fixes
|
### Bug fixes
|
||||||
|
|
||||||
#### C++ API
|
|
||||||
|
|
||||||
#### Java API
|
|
||||||
|
|
||||||
# MindSpore 1.0.0 Release Notes
|
# MindSpore 1.0.0 Release Notes
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue