- Upgraded to match new version of NetworkX - Move to slightly better build system - Refactored network setup to work better with epyc's distributed computations
0.3.1
- Added a reset() method to compartmented models to allow them to be built repeatedly - Gave StochasticDynamics.eventRateDistribution() a default implemntation - Added CompartmentedModel.build() as an abstract method, just so we could add documentation for it - Fixed a few minor issues
0.3.0
- Refactored synchronous dynamics to be completely independent of models - Added posting events for fixed times - Added fixed-recovery period model variants
0.2.0
- New approach for compartmented models and dynamics - Updated documentation - Added "Mathematics of epidemics on networks" book to bibliography - Refactored test suite
0.1.1
- Added more documentation, bibliography, glossary - Started on first explanatory notebook draft