We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7de1c03 + 4ca101c commit ef20954Copy full SHA for ef20954
2 files changed
changelog.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## [unreleased][unreleased]
+## [1.13][2017-05-20]
4
### Added
5
- added get_{user/item}_representations functions to facilitate extracting the latent representations out of the model.
6
### Fixed
lightfm/__init__.py
@@ -3,6 +3,6 @@
except NameError:
from .lightfm import LightFM
-__version__ = '1.12'
+__version__ = '1.13'
7
8
__all__ = ['LightFM', 'datasets', 'evaluation']
0 commit comments