Skip to content

Commit

Permalink
Merge pull request #144 from maciejkula/1_11_release
Browse files Browse the repository at this point in the history
Release version 1.11
  • Loading branch information
maciejkula committed Dec 26, 2016
2 parents f9d6795 + 5093258 commit 596d449
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [Unreleased][unreleased]
## [1.11][2016-12-26]
### Changed
- negative samples in BPR are now drawn from the empirical distributions of positives. This improves accuracy slightly on the Movielens 100k dataset.

Expand Down
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@
# built documents.
#
# The short X.Y version.
version = u'1.10'
version = u'1.11'
# The full version, including alpha/beta/rc tags.
release = u'1.10'
release = u'1.11'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,10 @@ def run_tests(self):

setup(
name='lightfm',
version='1.10',
version='1.11',
description='LightFM recommendation model',
url='https://github.com/lyst/lightfm',
download_url='https://github.com/lyst/lightfm/tarball/1.10',
download_url='https://github.com/lyst/lightfm/tarball/1.11',
packages=['lightfm',
'lightfm.datasets'],
package_data={'': ['*.c']},
Expand Down

0 comments on commit 596d449

Please sign in to comment.