Skip to content

Commit

Permalink
Bump version. Update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejkula committed May 26, 2018
1 parent 0d8d705 commit 25de4bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Changelog

## [unreleased][unreleased]
## [1.15][2018-05-26]
### Added
- Added a check that there is no overlap between test and train in `predict_ranks` (thanks to [@artdgn](https://github.com/artdgn)).
- Added dataset builder functionality.
### Fixed
- Fixed error message when item features have the wrong dimensions.
- Predict now checks for overflow in inputs to predict.
Expand Down
4 changes: 2 additions & 2 deletions lightfm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
except NameError:
from .lightfm import LightFM

__version__ = '1.14'
__version__ = "1.15"

__all__ = ['LightFM', 'datasets', 'evaluation']
__all__ = ["LightFM", "datasets", "evaluation"]

0 comments on commit 25de4bc

Please sign in to comment.