Skip to content

Releases: SciML/Catalyst.jl

Explicit dev interface

05 Jul 11:58
Compare
Choose a tag to compare
v2.3.2

interface explicitness

Patch line numbers out for v0.7

09 Jun 13:10
792e7b9
Compare
Choose a tag to compare
v2.3.1

Update reaction_network.jl

Dependency graphs

01 May 03:15
93ef431
Compare
Choose a tag to compare
Merge pull request #50 from isaacsas/dep-graph

WIP: generate dependency graph for reaction networks

Tons of changes

25 Apr 20:56
0e96aa9
Compare
Choose a tag to compare
Merge pull request #49 from isaacsas/massaction-jumpproblems

Added conversions of jumps to MassActionJumps in JumpProblem

Fix save_positions usage

12 Mar 15:48
Compare
Choose a tag to compare
v2.1.0

pass on kwargs for JumpProblem

New Reaction DSL

13 Feb 12:03
Compare
Choose a tag to compare
v2.0.0

fix architecture-specific Ints

Syntax change

25 Jan 22:53
54e1b10
Compare
Choose a tag to compare
v1.0.0

Update REQUIRE

Higher order reactions and `@reaction_network`

10 Oct 15:16
Compare
Choose a tag to compare
Merge pull request #7 from weilandtd/patch-1

Higher order reactions

QoL updates

08 Jun 18:57
Compare
Choose a tag to compare
Merge pull request #4 from ScottPJones/spj/fixv06

Fix deprecation warning on Julia v0.6 and later

Initial Release

09 Feb 17:44
Compare
Choose a tag to compare

This package is for developing differential/difference/discrete stochastic models which are common in systems biological applications. Currently, the Reaction interface only allows you to define discrete Poisson-rate events. In the near future this will be expanded to allow users to have it build SDE/ODE equations as well.