Added
- Added Gibson & Bruck's NextReactionMethod
- Added Cao et al's tau leaping method in stocal.experimental.tauleap
- Added statistical validation suite in stocal.examples.validation and stocal.samples.dsmts
- Added modular trajectory sampling interface stocal.experimental.samplers
- Added flattening of rule-based processes into static processes
- StochasticSimulationAlgorithm instances accept an optional random seed
Deprecated
- Deprecated AndersonNRM in favour of AndersonMethod
- Deprecated TrajectorySampler in favour of StochasticSimulationAlgorithm
- Deprecated ReactionRule in favour of TransitionRule
- Deprecated Process.trajectory in favour of Process.sample
Changed
- TrajectorySampler instances now use an internal random number generator (sampler.rng) rather than python's global one.
- Improved performance of DirectMethod and AndersonMethod
- Improved performance of transition inference in TransitionRule