Skip to content

gorse v0.2.6

Compare
Choose a tag to compare
@zhenghaoz zhenghaoz released this 26 Sep 13:37
· 327 commits to master since this release
90f882c

Performance

  • Cache items in workers during offline recommendation (8bbe7a6).
  • Skip cold items and users during fitting CCD recommender (dc3c66f).
  • Speed up neighbor searching by bitset and timestamps (7698ce7, f6d78bc, 06f604d).
  • Optimize data loading by channel (5236e8c).
  • Optimize memory usage (2f34bcd, eaecd64).

Fix

  • Start HTTP server before loading datasets (#256).
  • Send large model over gRPC (#246).
  • Handle UTF-8 characters when reading lines from a csv file (#251, authorized by @amaaazing).
  • Replace unsupported new SQL syntax with compatible SQL syntax (#249 authorized by @hetao29).
  • Disable authorization for dashboard (a863e90).
  • Fix responses in swagger apidocs (#262, authorized by @ccfish86).