From 85ec6fb85fc9f711aa00dc3252f61c7f23e331cc Mon Sep 17 00:00:00 2001 From: leonwanghui Date: Sun, 28 Mar 2021 16:37:38 +0800 Subject: [PATCH] Add TinyMS 0.1.0 release note Signed-off-by: leonwanghui --- RELEASE.md | 26 ++++++++++++++++++++++---- 1 file changed, 22 insertions(+), 4 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 4bbfd78b..69bccebc 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -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)