diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bf1da7b..5d507c25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# v0.2.7 (2019-02-09) + + - Provided a way to run DeviceClassifier training and testing scripts from command line. + - Cleaned up some unused code and consolidated common operations into utils and model class. + - Fixed issue where Makefile built the OneLayer training container when building the test one. + - Updated redis to 3.1.0 + - Updated numpy to 1.16.1 + # v0.2.6 (2019-01-25) - Updated numpy to 1.16.0 diff --git a/setup.py b/setup.py index 99998f7b..96c37305 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='poseidonml', - version='0.2.7.dev', + version='0.2.7', packages=['poseidonml'], package_dir={'poseidonml': 'utils'}, package_data={'poseidonml': ['models/*']},