Skip to content

v2.1.0

Choose a tag to compare

@mortenoh mortenoh released this 13 Jun 17:23
· 31 commits to master since this release
a069330

Highlights

  • Auto regressive models & model config name override (#439): chap-core now ships auto regressive v2 models and supports overriding model names in the model config.
  • chapkit instance proxying (#434): requests can be proxied to chapkit instances via /v2/services/{id}/run (CLIM-776).

Features

  • Support name override in model config and add auto regressive models (#439)
  • Split sample bias plot into per-horizon and per-time-period plots (#436)
  • Proxy requests to chapkit instances via /v2/services/{id}/run (#434)
  • Responsive container width for API-served backtest and metric plots (#432)
  • Prefilter backtest-plot facets from the database (#431)
  • Filter regions with no disease cases in chap eval (#362)

Bug Fixes

  • Support weekly time periods in seasonal threshold strategy (#438)
  • Remove per-cell title from horizon grid subplots (#437)
  • Skip release and publish workflows when running in forks (#435)

Internal

  • Make all backtest plots use the faceting interface (#433)
  • Point auto regressive v2 models at chap-models org (#440)
  • Docker image build CI improvements (#428, #429, #430)
  • Refresh dependency lockfile and bump tooling (#418, #419)
  • Move minimalist-example doc bash test to slow suite (#420)