Skip to content

Commit cf3e368

Browse files
authored
Merge pull request #154 from maciejkula/bump_version
Bump version to 1.12
2 parents 8964566 + 0993489 commit cf3e368

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [Unreleased][unreleased]
3+
## [1.12][2017-01-26]
44
### Changed
55
- 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.
66
- The model will raise a ValueError if, during fitting, any of the parameters become non-finite (NaN or +/- infinity).

lightfm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
except NameError:
44
from .lightfm import LightFM
55

6-
__version__ = '1.11'
6+
__version__ = '1.12'
77

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

0 commit comments

Comments
 (0)