Releases: SciML/Catalyst.jl
Releases · SciML/Catalyst.jl
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)
v10.3.0
Catalyst v10.3.0
Closed issues:
- Error in tutorial "Generating ReactionSystems Programmatically" (#450)
Merged pull requests:
v10.2.0
Catalyst v10.2.0
Merged pull requests:
- CompatHelper: bump compat for "DiffEqJump" to "8.0" (#448) (@github-actions[bot])
v10.1.0
Catalyst v10.1.0
Closed issues:
- Move ReactionSystem definition over to Catalyst (#218)
- Allow nonlinear eqs and ODEs attached to ReactionSystems (#328)
- Merging more than one
subnetworks
using merge! (#439) Graph
andcomplexgraph
results in following error (#440)
Merged pull requests:
- switch LightGraphs to Graphs (#437) (@isaacsas)
- typo in
reactionrates
function description for docs (#438) (@yewalenikhil65) - Add var_to_name field (#442) (@isaacsas)
- forward observed when converting systems (#443) (@isaacsas)
- Update README.md for adding an old talk of diffeqbiological from JuliaCon 2018 (#444) (@yewalenikhil65)
- CompatHelper: bump compat for "ModelingToolkit" to "7.0" (#445) (@github-actions[bot])
- V10.1 (#447) (@isaacsas)
v10.0.0
Catalyst v10.0.0
Closed issues:
- WARNING: both Catalyst and Flux export "params"; uses of it in module Main must be qualified (#260)
- Sparse
stoichmat
dispatches? (#386) Linkage classes
,deficiency
, Part 1 (#390)- conservation law analysis (#393)
- [WIP]-
subnetworks
,linkagedeficiency
(#395) - Constraints in for weak acids and pH equilibrium (#398)
- reversibility and weak reversibility of CRNs (#401)
- Settling time of CRN (i.e. time taken for each species to reach steadystate) (#403)
- update API functions to work properly with mixed subsystems (#405)
- add back @add_constraints (#408)
- Solution of SteadyStateProblem is extremely slow (#409)
- weird (?) behaviour of get_variables in
Reaction
(#422) - simple constructor
ReactionSystem(rxns)
(#425) - always flatten in converting ReactionSystems to other types (#428)
Merged pull requests:
- [WIP]
linkageclasses
anddeficiency
of reaction network (#394) (@yewalenikhil65) subnetworks
andlinkagedeficieny
(#396) (@yewalenikhil65)- Use Flint via Nemo for integer matrix calculations (#397) (@isaacsas)
- fix networkapi.jl example typo (#399) (@isaacsas)
- docs for
subnetworks
andlinkagedeficiencies
(#400) (@yewalenikhil65) - fixing spaces for docs of subnetworks and linkagedeficieny (#402) (@yewalenikhil65)
- Add subsystem support to enable constraints and composition of ODE/Nonlinear sys (#404) (@isaacsas)
- on reversibility and weak reversibility of reaction networks (#406) (@yewalenikhil65)
- Update API and docs for subsystems (#407) (@isaacsas)
- attempt 2 at naming for compositional systems (#411) (@isaacsas)
- Update using_catalyst.md (#412) (@pitmonticone)
- Change ReactionNetworkImportes link (#415) (@TorkelE)
- Fix reaction equality in sets and add upconversion to ODESystems in convert (#419) (@isaacsas)
- tweak docs (#420) (@isaacsas)
- CompatHelper: bump compat for "AbstractAlgebra" to "0.22" (#421) (@github-actions[bot])
- Constraints, flattening, and extending for ReactionSystems (#423) (@isaacsas)
- Simplified ReactionSystem constructor (#426) (@isaacsas)
- Make undefined variables in DSL become species (#427) (@isaacsas)
- Always flatten before converting (#429) (@isaacsas)
- add smap as a karg for convert to ODESystem (#430) (@LauraBMo)
- Fix JumpSystem conversion bug (#431) (@isaacsas)
- allow interpolation of species and parameters in the DSL (#432) (@isaacsas)
- Doc updates for v10.0 (#434) (@isaacsas)
- fix namespacing for reactions (#435) (@isaacsas)
- update history for 10 (#436) (@isaacsas)
v9.0.0
v8.3.0
v8.2.0
Catalyst v8.2.0
Closed issues:
- Feature request for Representing reactions with focus on intermediate complexes (#318)
- still stuck at [email protected] (#375)
Merged pull requests: