Skip to content

Commit f957caa

Browse files
committed
history file update
1 parent 025e07d commit f957caa

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

HISTORY.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@
2424
```
2525
X's value will be `1.0` in the first vertex, but `0.0` in the remaining one (the system have 25 vertexes in total). SInce th parameters `p` and `d` are part of the non-spatial reaction network, their values are tied to vertexes. However, if the `D` parameter (which governs diffusion between vertexes) is given several values, these will instead correspond to the specific edges (and transportation along those edges.)
2626

27+
- Update how compounds are created. E.g. use
28+
```julia
29+
@variables t C(t) O(t)
30+
@compound CO2 ~ C + 2O
31+
```
32+
to create a compound species `CO2` that consists of `C` and 2 `O`.
33+
- Added documentation for chemistry related functionality (compound creation and reaction balancing).
2734
- Add a CatalystBifurcationKitExtension, permitting BifurcationKit's `BifurcationProblem`s to be created from Catalyst reaction networks. Example usage:
2835
```julia
2936
using Catalyst

0 commit comments

Comments
 (0)