Releases: TimVWese/NetworkJumpProcesses.jl
Releases · TimVWese/NetworkJumpProcesses.jl
v0.2.3
v0.2.2
NetworkJumpProcesses v0.2.2
Merged pull requests:
v0.2.1
v0.2.0
NetworkJumpProcesses v0.2.0
Enhancement
Allow support for heterogeneous definitions of reactions on vertices and edges.
With the changes introduced it is now possible to define different reaction sets for different vertices/edges.
The vartojumps and jumptovars dependency graph functions have been extended as well to deal with these cases.
For an example see the reaction_diffusion.jl file.
Minor changes and bug fixes
- Fixed license
- Changed affect! function signature to better reflect on the mutability of the input
- Allowed multidimensional vector states
- Included the bidirectional interactions in the vtj and jtv graphs