Skip to content

Commit

Permalink
Merge pull request #154 from maciejkula/bump_version
Browse files Browse the repository at this point in the history
Bump version to 1.12
  • Loading branch information
maciejkula committed Jan 27, 2017
2 parents 8964566 + 0993489 commit cf3e368
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion changelog.md
@@ -1,6 +1,6 @@
# Changelog

## [Unreleased][unreleased]
## [1.12][2017-01-26]
### Changed
- Ranks are now computed pessimistically: when two items are tied, the positive item is assumed to have higher rank. This will lead to zero precision scores for models that predict all zeros, for example.
- The model will raise a ValueError if, during fitting, any of the parameters become non-finite (NaN or +/- infinity).
Expand Down
2 changes: 1 addition & 1 deletion lightfm/__init__.py
Expand Up @@ -3,6 +3,6 @@
except NameError:
from .lightfm import LightFM

__version__ = '1.11'
__version__ = '1.12'

__all__ = ['LightFM', 'datasets', 'evaluation']

0 comments on commit cf3e368

Please sign in to comment.