v19 - Gregory Teams
We are going through some changes and will be breaking some things soon.
- Teams can be configured in the backend
- Each team can set their own categories, subjects, and sources
- Different subjects (topics) can use different Machine Learning Models
Right now some deprecated fields are still present in the database: relevant
, categories
, and ml_prediction_*
for example.
Upgrading
Run manage.py makemigrations
and manage.py migrate
; then run manage.py migrate_categories
.
What's Changed
- Send digest emails to the whole team in charge of that subject by @brunoamaral in #388
- removes metabase from docker compose and config file by @brunoamaral in #391
- Add support for multiple ml models per subject by @brunoamaral in #389
- Allow teams to configure their own categories by @brunoamaral in #393
- remove node-red from docker-compose by @brunoamaral in #394
Full Changelog: v18...v19