All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Add model_path as a new argument to train
- Change benchmark function. Use context manager to monitor time elapsed.
- Improve docs of sdk and benchmark
- Update inheritance syntax. Use python 3 style
- Update SDK Component structure
- Benchmark by given function
- Return result in benchmark function for benchmarking pipeline.
- Dep: requests
- Add Node class
- Add SDK doc on read the doc
- Doc for Node
- Doc for Client
- Add Benchmark method
0.0.4 - [2018-04-12]
- Add test for space tokenizer
- Use space tokenizer as example
- init from abc
0.0.3 - [2018-04-12]
- Model container
- Fix dependency for Elit Client (requests)
- elit -> elitsdk
0.0.2 - [2018-03-28]
- Add Elit client
- Init elitsdk project