-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: leonwanghui <[email protected]>
- Loading branch information
1 parent
fc1fc50
commit 85ec6fb
Showing
1 changed file
with
22 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,35 @@ | ||
# TinyMS 0.1.0 Release Notes | ||
# TinyMS Release Notes | ||
|
||
## TinyMS | ||
## 0.1.0 | ||
|
||
Released 2021-03-28. | ||
|
||
### Major Features and Improvements | ||
|
||
#### NewModels | ||
* 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) | ||
* 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) | ||
* Enable document auto-generation using Sphinx. [#35](https://github.com/tinyms-ai/tinyms/pull/35) | ||
* 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) | ||
* 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) | ||
|
||
#### Model Park | ||
|
||
* 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) | ||
|
||
### API Change | ||
|
||
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). | ||
|
||
#### Backwards Incompatible Change | ||
|
||
##### Python API | ||
None | ||
|
||
### Bug fixes | ||
|
||
None | ||
|
||
### Contributors | ||
|
||
Great thanks go to these wonderful people: | ||
|
||
[@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) |