diff --git a/CHANGELOG.md b/CHANGELOG.md index afd46f4..883f644 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog -# v0.1.0 +## v0.2.0 (in development) + +### Features + +- Model built with new shape generation system. +- Shape generation is deterministic. + +### Breaking Changes + +- This model is _*not*_ compatible with `v0.1.0` since this model was built + with a newer version of the `retrain.py` script for the Inception V3 model. + +### Chores + +- Fetch assets hosted on Bintray. +- Parallelize the shape generation in threads. +- Build on the model on CircleCI to speed up build times. + +## v0.1.0 (2018-08-02) Initial release. diff --git a/target_finder_model/version.py b/target_finder_model/version.py index b794fd4..e033e95 100644 --- a/target_finder_model/version.py +++ b/target_finder_model/version.py @@ -1 +1 @@ -__version__ = '0.1.0' +__version__ = '0.2.0.dev1'