Skip to content

v2.1.0

Compare
Choose a tag to compare
@quantum9Innovation quantum9Innovation released this 03 Apr 01:20

Introducing pre-compiled models!
Instead of writing long and useless blocks of code to set up simple models, you can now create them via the pre module.
For example, create an SIR model with just:

SIR = epi.pre.SIR(R_0=2.5, N=1e5, p_recovery=0.5, recovery_rate=1/7)

Install via pip with pip install epispot==2.1.0