Skip to main content

Release Notes

Release notes for the epydemix WebAPI per version. Mirrors the GitHub Releases page.

v0.6.0 (2026-05-13)

  • Calculated parameters: arithmetic expressions in model.parameters
  • Reserved name CONTACT_MATRIX_EIGENVALUE_ALL for $R_0$ calibration
  • Population metadata regenerated to match upstream subnational naming

v0.5.1 (2026-05-04)

  • Detailed documentation on populations, including overview, presets, and customizations
  • Dependency updates

v0.5.0 (2026-05-04)

  • Support custom populations in simulation endpoint

v0.4.1 (2026-05-01)

  • Improve AI integration: MCP server, llms.txt / llms-full.txt, markdown content negotiation, per-page Copy / Open in chat widget
  • max_value in seasonality is now optional (default 1.0)

v0.3.0 (2026-05-01)

  • Add parameter transformations: seasonality (balcan), scale, override. (Breaking: parameter_overrides moved into parameter_transforms)
  • Support age-varying parameters
  • Return effective parameter values in results
  • Responses are now compressed in gzip
  • Improve agent discoverability

v0.2.2 (2026-04-24)

  • Substantial API reshape from v0.1.1; includes breaking changes
  • Simulation metadata is now nested into model / population / simulation sections that mirror the request shape
  • results.summary is returned by default and nested by age group with a quantiles dict
  • Population endpoints: total_population returned for every location, age_groups is now a flat {label: count} dict, new age_distribution field with raw single-year counts