Skip to content

v1.1.2

Choose a tag to compare

@ivargr ivargr released this 26 Nov 14:05
· 762 commits to master since this release

Minor release for fixing a bug with viewing predictions.

Overview of changes since last release:

  1. Prediction retrieval bug (68ef613) - Fixed issue where predictions were being returned
    without a configured model, which was a problem when migrating from old databases. Now
    predictions without configured model are not returned.
    - Modified: chap_core/rest_api/v1/routers/crud.py
  2. Version error logging (adcdfa1) - Suppressed stack trace logging for invalid version errors
    (#119)
    - Modified: chap_core/rest_api/v1/rest_api.py
    - Added test: tests/integration/rest_api/test_is_compatible.py
  3. Version correction (71f48c5) - Updated to correct version
    - Modified: alembic.ini
  4. EWARS version update (52ef4b9) - Updated ewars version
  5. Weekly AR model update (a9845a8) - Updated weekly AR model
    - Modified: config/configured_models/default.yaml
  6. JIRA command (279d47c) - Added jira claude command file
    - Added: .claude/commands/jira.md (122 lines)