diff --git a/changelog.md b/changelog.md index 255e4ccd..fc95b934 100644 --- a/changelog.md +++ b/changelog.md @@ -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. diff --git a/doc/conf.py b/doc/conf.py index d3438c49..1de8add6 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -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. diff --git a/setup.py b/setup.py index 07ab3601..77504907 100644 --- a/setup.py +++ b/setup.py @@ -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']},