v1.1.2
Minor release for fixing a bug with viewing predictions.
Overview of changes since last release:
- 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 - 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 - Version correction (71f48c5) - Updated to correct version
- Modified: alembic.ini - EWARS version update (52ef4b9) - Updated ewars version
- Weekly AR model update (a9845a8) - Updated weekly AR model
- Modified: config/configured_models/default.yaml - JIRA command (279d47c) - Added jira claude command file
- Added: .claude/commands/jira.md (122 lines)