Skip to content

Commit

Permalink
PROD release v1.2.0 (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
beckermr authored Sep 21, 2017
1 parent 603943c commit 76654c1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
## [1.2.0] - 2017-09-21

### Added

- Python 2.7 compatibility (#57).
- Added a `monitor` keyword to the autoencoder (#58).
- Added a factorization machine classifier (#50).

### Changed

Expand All @@ -18,6 +20,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Upgraded to scipy 0.19.1.
- Upgraded to scikit-learn 0.19.0.
- Upgraded to python 3.6.2.
- Upgraded requirements to match python 2 properly (#59).

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion muffnn/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Note that this file will be executed by setup.py.
__version__ = '1.1.2'
__version__ = '1.2.0'

0 comments on commit 76654c1

Please sign in to comment.