Skip to content

Commit

Permalink
Releasing 0.2.7 (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
lilchurro authored Feb 8, 2019
1 parent 445b7f3 commit 51bd596
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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/*']},
Expand Down

0 comments on commit 51bd596

Please sign in to comment.