Skip to content

Commit 9048c6c

Browse files
committed
Change history from v13.5 to v13.6
1 parent 3b91168 commit 9048c6c

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

HISTORY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Catalyst unreleased (master branch)
44

5-
## Catalyst 13.6
5+
## Catalyst 14.0
66
- Simulation of spatial ODEs now supported. For full details, please see https://github.com/SciML/Catalyst.jl/pull/644 and upcoming documentation. Note that these methods are currently considered alpha, with the interface and approach changing even in non-breaking Catalyst releases.
77
- LatticeReactionSystem structure represents a spatial reaction network:
88
```julia

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,7 @@ etc).
3131

3232
## Breaking changes and new features
3333

34-
**NOTE:** version 13 is a breaking release, with changes to simplify the DSL
35-
notation while also adding more features, changes to how chemical species are
36-
specified symbolically when directly building `ReactionSystem`s, and changes that
37-
simplify how to include ODE or algebraic constraint equation.
34+
**NOTE:** version 14 is a breaking release, prompted by the release of ModelingToolkit.jl version 9. This caused several breaking changes in how Catalyst models are represented and interfaced with.
3835

3936
Breaking changes and new functionality are summarized in the
4037
[HISTORY.md](HISTORY.md) file.

0 commit comments

Comments
 (0)