v2.0.0 - LTS
- [#37] Stochastic modelling
- [#40] Custom models in
com
module - [#28] New pre-built compartments for you to use in
comp
, including:- Susceptible,
- Exposed,
- Infected,
- Hospitalized,
- Critical,
- Recovered,
- Dead,
- and Vaccinated compartments,
- A new utils compartment, which has epidemiological related utilities,
- Bug fixes,
- [#59] Customizable plotting, with the
plots
module, - [#59] Allows for more interaction with data from
pre
module, - And metadata on the web, through
EpiJS.about
,EpiJS.version
, etc.
What makes this a major release?
This release is a major release for 2 reasons:
- [#54] Drops 10.x support
- [#37] Syntax for functions/classes was changed with stochastic models
- [#59]
pre
module no longer outputs graphs, and is instead replaced with theplots
module for graphs.
This release is also an LTS release, so bug fixes and security fixes will continue for longer than a usual release.