File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Breaking updates and feature summaries across releases
2
2
3
3
## Catalyst unreleased (master branch)
4
+
5
+ ## Catalyst 15.0
4
6
- The Catalyst release process is changing; certain core dependencies of
5
7
Catalyst will now be capped to ensure Catalyst releases are only installed
6
8
with versions of dependencies for which Catalyst CI and doc build tests pass
79
81
- We have introduced a restriction on bundling of reactions in the DSL. Now,
80
82
bundling is not permitted if multiple rates are provided but only one set each
81
83
of substrates/ products. E. g. this model:
82
- ``` julia
84
+ ``` julia
83
85
@reaction_network begin
84
86
(k1,k2), X --> Y
85
87
end
86
- ```
88
+ ```
87
89
will now throw an error. The reason that users attempting to write bi- directional
88
90
reactions but typing ` -->` instead of ` <-->` would get a wrong model. We decided that
89
91
this kind of bundling was unlikely to be used, and throwing errors for people who
You can’t perform that action at this time.
0 commit comments