This repository has been archived by the owner on Aug 18, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
20 additions
and
2 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,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. |
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 +1 @@ | ||
__version__ = '0.1.0' | ||
__version__ = '0.2.0.dev1' |