Skip to content

Commit 784f3a9

Browse files
authored
Update HISTORY.md
1 parent 6f4ef4c commit 784f3a9

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

HISTORY.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# Breaking updates and feature summaries across releases
22

33
## Catalyst unreleased (master branch)
4+
5+
## Catalyst 11.0
46
- **BREAKING:** Added the ability to eliminate conserved species when generating
5-
ODEs, nonlinear problems, and steady-state problems via the
7+
ODEs, nonlinear problems, SDEs, and steady-state problems via the
68
`remove_conserved=true` keyword that can be passed to `convert` or to
7-
`ODEProblem`, `NonlinearProblem` or `SteadyStateProblem` when called with a
9+
`ODEProblem`, `NonlinearProblem`, `SDEProblem`, or `SteadyStateProblem` when called with a
810
`ReactionSystem`. For example,
911
```julia
1012
rn = @reaction_network begin
@@ -35,6 +37,7 @@
3537
reactioncomplexes(rn)
3638
complexstoichmat(rn)
3739
complexoutgoingmat(rn)
40+
incidencemat(rn)
3841
incidencematgraph(rn)
3942
linkageclasses(rn)
4043
deficiency(rn)

0 commit comments

Comments
 (0)