Skip to content

v0.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Jul 17:26
· 47 commits to main since this release

Changes

🚀 Features

  • Add an alpha parameter for the ALS models @benfred (#581)
  • Use num_threads for batch recommendations in MF models @benfred (#562)
  • Add save/load functions for models @benfred (#552)
  • Publish binary wheels to PyPi using cibuildwheel @benfred (#546)

🐛 Bug Fixes

  • Fix default argument typo in benchmark_als.py @atakanfilgoz (#585)
  • Fix save/load for models that haven't been fit @benfred (#577)
  • Warn on non-csr input passed to model.fit @benfred (#578)
  • Fix partial_fit_items bug with only growing by a single item @benfred (#563)

🏎💨 Performance Improvements

  • Only call sort_indices when verifying negative samples @benfred (#583)

📄 Documentation

  • Update link to dataset in lastfm example script @benfred (#573)

🧰 Maintenance