v0.3.0
版本发布时间: 2021-12-14 20:48:04
gorse-io/gorse最新发布版本:v0.4.15(2024-01-10 12:44:45)
Features
- Support hidden items. Hidden items are used in training but not in recommendation (#178).
- Support item categories. Recommendations are generated for each category (#307).
Read 2.2 Item Management in the docment for detailed usage.
Performance
- Optimize deep copy by resuing memory (#315).
Upgrade Guide
Since new attributes IsHidden
and Categories
are added in v0.3.0. Using the follwing SQL to update the schema if using MySQL.
ALTER TABLE items ADD is_hidden BOOL NOT NULL DEFAULT FALSE;
ALTER TABLE items ADD categories json NOT NULL;
1、 gorse_darwin_amd64.zip 44.51MB
2、 gorse_darwin_arm64.zip 42.18MB
3、 gorse_linux_amd64.zip 45.28MB
4、 gorse_linux_arm64.zip 41.15MB
5、 gorse_windows_amd64.zip 45.56MB