Skip to content

Releases: massquantity/LibRecommender

v1.0.0

16 Feb 13:38
79354e4
Compare
Choose a tag to compare

💥 Breaking Changes

  • The parameter type of hidden_units and device has been changed (#205).
  • Data construction in model retrain use new functions (#212).

🐛 Bug Fixes

  • Fix incompatible batch_normalization and initializer layer from TensorFlow2 (#206).

📚 Documentation

🧻 Miscellaneous

  • Use pyproject.toml for building project according to PEP 621, which is also officially recommended in PyPA, pip and Setuptools (#209).
  • Since currently Python3.6 can't be fully built from pyproject.toml in Setuptools, we read related metadata from pyproject.toml into setup.py (#210).

Full Changelog: v0.12.6...v1.0.0

v0.12.6

03 Feb 09:48
09dbd20
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Fix sequence data sampling bug (#195)

📚 Documentation

  • Add some caveats on duplicate samples in data, see User Guide (#196)

Full Changelog: v0.12.4...v0.12.6

v0.12.4

30 Jan 15:17
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Fix dense feature bugs in DIN & GraphSage & PinSage (#184)

🧻 Miscellaneous

  • Replace pytest-cov with coveragepy in CI (#185)
  • Add Sanic serving test (#187)
  • Lint with ruff and isort (#188)
  • Limit num of requests with semaphore in tf model serving (#190)

v0.12.2

12 Jan 04:51
3523137
Compare
Choose a tag to compare

💥 Breaking Changes

  • The recommendation result will return a dict, with users as keys and numpy.array of items as values.

🚀 Features

🐛 Bug Fixes

  • Fix UserCF & ItemCF inner_id bugs (#172)

📚 Documentation

v0.12.0

03 Jan 17:11
Compare
Choose a tag to compare

🚀 Features

  • Support train & save & retrain PyTorch models (#141)
  • Add GraphSage, GraphSageDGL (#161)
  • Add PinSage (#146), PinSageDGL (#150)
  • Add serving models with Rust (#157)
  • Add serving using Docker Compose (#156)

🐛 Bug Fixes

  • Fix retraining item2vec and deepwalk models (#163)

📚 Documentation

v0.10.2

25 Sep 09:05
7815c44
Compare
Choose a tag to compare

Bug Fixes

  • Fix mistakenly preserving feature state after running (#132)

API Changes

  • remove reset_state parameter in DatasetFeat.build_trainset and DatasetPure.build_trainset (#132)

v0.10.0

18 Sep 17:16
073576c
Compare
Choose a tag to compare

v0.8.4

05 Jun 06:07
a397c27
Compare
Choose a tag to compare

Add graph algorithms: DeepWalk, NGCF, LightGCN

v0.8.2

06 Mar 09:02
6e577d6
Compare
Choose a tag to compare
Merge pull request #108 from massquantity/dev

update README

v0.8.0

20 Feb 10:24
32a6422
Compare
Choose a tag to compare
Merge pull request #92 from massquantity/dev

v0.8.0