Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 843 Bytes

HISTORY.md

File metadata and controls

18 lines (13 loc) · 843 Bytes

Breaking updates and feature summaries across releases

JumpProcesses unreleased (master branch)

9.7

  • Coevolve was updated to support use with coupled ODEs/SDEs. See the updated documentation for details, and note the comments there about one needing to ensure rate bounds hold however the ODE/SDE stepper could modify dependent variables during a timestep.

9.3

  • Support for "bounded" VariableRateJumps that can be used with the Coevolve aggregator for faster simulation of jump processes with time-dependent rates. In particular, if all VariableRateJumps in a pure-jump system are bounded one can use Coevolve with SSAStepper for better performance. See the documentation, particularly the first and second tutorials, for details on defining and using bounded VariableRateJumps.