We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3558fe4 + 1946f66 commit 773cea5Copy full SHA for 773cea5
changelog.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## [unreleased][unreleased]
+## [1.10][2016-11-25]
4
### Added
5
- added recall@k evaluation function
6
### Fixed
setup.py
@@ -132,10 +132,10 @@ def run_tests(self):
132
133
setup(
134
name='lightfm',
135
- version='1.9',
+ version='1.10',
136
description='LightFM recommendation model',
137
url='https://github.com/lyst/lightfm',
138
- download_url='https://github.com/lyst/lightfm/tarball/1.9',
+ download_url='https://github.com/lyst/lightfm/tarball/1.10',
139
packages=['lightfm',
140
'lightfm.datasets'],
141
package_data={'': ['*.c']},
0 commit comments