Releases: SciML/Catalyst.jl
Releases · SciML/Catalyst.jl
v10.8.0
v10.7.0
Catalyst v10.7.0
Closed issues:
- Doc updates for clarity (#253)
- support general mass actions? (#329)
- latex display errors with equation in reaction rate (#473)
- Parametric non-integer stoichiometry (#481)
- Problems created directly from ReactionSystem forward kwargs to convert too (#484)
Merged pull requests:
- in problems don't pass kwargs to convert (#485) (@isaacsas)
- bidirectional reactions need tuple of coefs (#486) (@anandijain)
- remove new 1.6 arrow checks (#487) (@isaacsas)
- Symbolic stoichiometric coefficients (#488) (@isaacsas)
- CompatHelper: bump compat for AbstractAlgebra to 0.25, (keep existing compat) (#491) (@github-actions[bot])
- Fix latex and display with symbolic stoich (#492) (@isaacsas)
- Parametric stoichiometry tutorial (#493) (@isaacsas)
v10.6.0
v10.5.1
Catalyst v10.5.1
Merged pull requests:
v10.5.0
v10.4.3
Catalyst v10.4.3
Closed issues:
- latex display for empty ReactionSystem (#474)
Merged pull requests:
- Make global variables const (#471) (@eliascarv)
- fix empty rn Latexify bug (#475) (@isaacsas)
v10.4.2
Catalyst v10.4.2
Closed issues:
extend
should add variables from constraint system to theReactionSystem
(#466)
Merged pull requests:
- extend adds variables from constraint system to the ReactionSystem (#467) (@lgrozinger)
v10.4.1
Catalyst v10.4.1
Merged pull requests:
v10.4.0
v10.3.1
Catalyst v10.3.1
Closed issues:
- Moving functions to sub package (#355)
- Variables added with
addparam!
oraddspecies!
are not accessible withgetproperty
(#461)
Merged pull requests:
- CompatHelper: bump compat for AbstractAlgebra to 0.23, (keep existing compat) (#459) (@github-actions[bot])
- Update reaction_network.jl (#460) (@rpmuller)
- Fix access to variables added with addparam! or addspecies! (#462) (@lgrozinger)
- Update bifurcation_diagram.md (#463) (@rveltz)
- Interpolate make_ReactionSystem_internal (#465) (@andreasnoack)