Skip to content

Cornac 1.18.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Dec 07:49
· 50 commits to refs/heads/master since this release

What's Changed

Models

  • Support ANN search for existing models (#549) @tqtg
  • Add Annoy to the list of supported ANN frameworks (#556) @tqtg
  • Add Faiss to the list of supported ANN frameworks (#555) @tqtg
  • Add ScaNN to the list of supported ANN frameworks (#553) @tqtg
  • Add ANN search using HNSWLib (#544) @tqtg
  • Add simple model serving (#540) @tqtg
  • Add NCF_PyTorch models (#536) @hieuddo

Fixes

  • Fix exception check for Cython migration to 3.0 (#558) @tqtg
  • PyTorch_NCF fix, normalize running loss (#537) @hieuddo

Other changes

Full Changelog: v1.17.0...v1.18.0