Gorse v0.5.0-alpha.7
Pre-release
Pre-release
Warning This is a pre-release version of the Gorse recommender system. It means:
- Don't use the pre-release version in production unless you can afford the risks.
- APIs, configurations, and data storage might be changed between pre-release versions.
- 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).