Skip to content

Gorse v0.5.0-alpha.7

Pre-release
Pre-release

Choose a tag to compare

@zhenghaoz zhenghaoz released this 02 Nov 16:06
30145df

Warning This is a pre-release version of the Gorse recommender system. It means:

  1. Don't use the pre-release version in production unless you can afford the risks.
  2. APIs, configurations, and data storage might be changed between pre-release versions.
  3. Clear local caches and cache databases after the upgrade.

Features

  • Implement external recommenders (#1068).
  • Support early stop training (#1074).
  • Sort user feedback by timestamp on dashboard (#1076).

Performance

  • Support OpenBLAS by default (#1066).
  • Release dataset after training (#1075).
  • Get latest items from database instead of cache (#1078).

Fix

  • Fix panic on loading empty dataset (#1069).
  • Fix PostgreSQL initialization by downgrading gorm (#1071).

BREAK CHANGES

  • Remove useless Subscribe field of User (#1072).
  • Remove popular recommender (#1080).