Skip to content

v0.10.0

Latest

Choose a tag to compare

@mu373 mu373 released this 21 Aug 21:48
· 1 commit to main since this release
2c614c2

v0.10.0

Overview

Adds Python export endpoints that return executable Python code equivalent to requests sent to the web API. The generated scripts call epydemix directly and can be inspected and run locally.

Python code export

  • Export complete simulation requests.
  • Export population listings, custom populations, named populations, and contact matrices.
  • Export model preset construction.
  • Preserve calculated parameters, R0 conversion, Balcan seasonality, scaling, overrides, interventions, vaccination campaigns, initial conditions, output quantiles, and subdaily simulation settings.
  • Write compartment and transition quantiles to CSV from exported simulation scripts.

Documentation