Skip to content

v19 - Gregory Teams

Compare
Choose a tag to compare
@brunoamaral brunoamaral released this 25 May 12:05
· 118 commits to main since this release
803e013

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

Full Changelog: v18...v19