You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.md
+9
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,14 @@
1
1
# Changelog
2
2
3
+
## [1.16][2020-11-27]
4
+
5
+
### Addded
6
+
- Set the `LIGHTFM_NO_CFLAGS` environment variable when building LightFM to prevent it from setting
7
+
`-ffast-math` or `-march=native` compiler flags.
8
+
9
+
### Changed
10
+
-`predict` now returns float32 predictions.
11
+
3
12
## [1.15][2018-05-26]
4
13
### Added
5
14
- Added a check that there is no overlap between test and train in `predict_ranks` (thanks to [@artdgn](https://github.com/artdgn)).
0 commit comments