Files
modelscope/docs/source/change_log.md
wenmeng.zwm db4a8be9c5 [to #41669377] docs and tools refinement and release
1. add build_doc linter script
2. add sphinx-docs support
3. add development doc and api doc
4. change version to 0.1.0 for the first internal release version

Link: https://code.aone.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/8775307
2022-05-20 16:51:34 +08:00

14 lines
521 B
Markdown

## v 0.1.0 (20/05/2022)
First internal release for pipeline inference
* provide basic modules including fileio, logging
* config file parser
* module registry and build, which support group management
* add modules including preprocessor, model and pipeline
* image loading and nlp tokenize support in preprocessor
* add two pipeline: image-matting pipeline and text-classification pipeline
* add task constants according to PRD
* citest support
* makefile and scripts which support packaging whl, build docs, unittest