Skip to content

Commit 85ec6fb

Browse files
committed
Add TinyMS 0.1.0 release note
Signed-off-by: leonwanghui <[email protected]>
1 parent fc1fc50 commit 85ec6fb

File tree

1 file changed

+22
-4
lines changed

1 file changed

+22
-4
lines changed

RELEASE.md

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,35 @@
1-
# TinyMS 0.1.0 Release Notes
1+
# TinyMS Release Notes
22

3-
## TinyMS
3+
## 0.1.0
4+
5+
Released 2021-03-28.
46

57
### Major Features and Improvements
68

7-
#### NewModels
9+
* Design the overall framework of TinyMS development toolkit. [#3](https://github.com/tinyms-ai/tinyms/pull/3) [#5](https://github.com/tinyms-ai/tinyms/pull/5) [#12](https://github.com/tinyms-ai/tinyms/pull/12) [#13](https://github.com/tinyms-ai/tinyms/pull/13)
10+
* Support install TinyMS binary in `Linux Ubuntu 18.04` and `Window 10` environment, also provide TinyMS docker image to users. [#2](https://github.com/tinyms-ai/tinyms/pull/2) [#45](https://github.com/tinyms-ai/tinyms/pull/45)
11+
* Enable document auto-generation using Sphinx. [#35](https://github.com/tinyms-ai/tinyms/pull/35)
12+
* Provide several end to end model development and deployment [tutorials](https://tinyms.readthedocs.io/en/latest/quickstart/quickstart_in_one_minute.html) for machine learning beginners. [#11](https://github.com/tinyms-ai/tinyms/pull/11) [#24](https://github.com/tinyms-ai/tinyms/pull/24) [#26](https://github.com/tinyms-ai/tinyms/pull/26) [#34](https://github.com/tinyms-ai/tinyms/pull/34)
13+
* Set up the initial CI pipeline (including cla-assistant, GitHub Actions, readthedocs) for TinyMS project. [#1](https://github.com/tinyms-ai/tinyms/pull/1) [#49](https://github.com/tinyms-ai/tinyms/pull/49) [#50](https://github.com/tinyms-ai/tinyms/pull/50)
14+
15+
#### Model Park
16+
17+
* Add **5** models support: `LeNet5`, `ResNet50`, `MobileNetV2`, `SSD300`, `CycleGAN`. [#5](https://github.com/tinyms-ai/tinyms/pull/5) [#14](https://github.com/tinyms-ai/tinyms/pull/14) [#17](https://github.com/tinyms-ai/tinyms/pull/17) [#32](https://github.com/tinyms-ai/tinyms/pull/32)
818

919
### API Change
1020

21+
There is no API change for the first version of TinyMS. Please find TinyMS Python API in [API Documentation](https://tinyms.readthedocs.io/en/latest/tinyms/tinyms.html).
22+
1123
#### Backwards Incompatible Change
1224

13-
##### Python API
25+
None
1426

1527
### Bug fixes
1628

29+
None
30+
1731
### Contributors
32+
33+
Great thanks go to these wonderful people:
34+
35+
[@leonwanghui](https://github.com/leonwanghui), [@lyd911](https://github.com/lyd911), [@hannibalhuang](https://github.com/hannibalhuang), [@hellowaywewe](https://github.com/hellowaywewe), [@Yikun](https://github.com/Yikun), [@huxiaoman7](https://github.com/huxiaoman7)

0 commit comments

Comments
 (0)