We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fbb26e commit a58fcbdCopy full SHA for a58fcbd
changelog.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## [unreleased][unreleased]
+## [1.14][2017-11-18]
4
### Added
5
- added additional input checks for non-normal inputs (NaNs, infinites) for features
6
- added additional input checks for non-normal inputs (NaNs, infinites) for interactions
lightfm/__init__.py
@@ -3,6 +3,6 @@
except NameError:
from .lightfm import LightFM
-__version__ = '1.13'
+__version__ = '1.14'
7
8
__all__ = ['LightFM', 'datasets', 'evaluation']
0 commit comments