Skip to content

v1.1.0

Compare
Choose a tag to compare
@massquantity massquantity released this 06 Apr 09:46
· 197 commits to master since this release
b895a8e

💥 Breaking Changes

  • Explicit negative sampling(build_negative_samples) has been deprecated. It will be removed in the future (#263).
  • Negative sampling is controlled by the neg_sampling parameter (#254). See Negative sampling.
  • merge_trainset will return a new data_info (#250).

🚀 Features

  • Add dynamic sequence recommendation (#257).
  • Add more sampling strategies (#239).
  • Multiprocess data loading (#237).

🐛 Bug Fixes

  • Fix dense layer activation order (#249).

📚 Documentation

  • Add Colab notebook (#230).

🧻 Miscellaneous

  • Add Windows & macOs CI (#246).

Full Changelog: v1.0.1...v1.1.0