Skip to content

Releases: SciML/Catalyst.jl

v10.8.0

23 Mar 21:37
5457842
Compare
Choose a tag to compare

Catalyst v10.8.0

Diff since v10.7.0

Closed issues:

  • Add DSL support for symbolic stoichiometry (#490)

Merged pull requests:

v10.7.0

19 Mar 03:28
252bcd9
Compare
Choose a tag to compare

Catalyst v10.7.0

Diff since v10.6.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

21 Feb 15:55
bcf361f
Compare
Choose a tag to compare

Catalyst v10.6.0

Diff since v10.5.1

Closed issues:

  • Supporting decimal stoichiometric coefficients (#161)
  • Reaction rates as array values? (#240)

Merged pull requests:

v10.5.1

14 Feb 12:06
d0601a8
Compare
Choose a tag to compare

Catalyst v10.5.1

Diff since v10.5.0

Merged pull requests:

  • CompatHelper: bump compat for AbstractAlgebra to 0.24, (keep existing compat) (#478) (@github-actions[bot])
  • More robust MTK tests (#480) (@YingboMa)

v10.5.0

02 Feb 16:05
Compare
Choose a tag to compare

Catalyst v10.5.0

Diff since v10.4.3

Merged pull requests:

v10.4.3

01 Feb 18:49
1a6449f
Compare
Choose a tag to compare

Catalyst v10.4.3

Diff since v10.4.2

Closed issues:

  • latex display for empty ReactionSystem (#474)

Merged pull requests:

v10.4.2

26 Jan 16:16
0758cda
Compare
Choose a tag to compare

Catalyst v10.4.2

Diff since v10.4.1

Closed issues:

  • extend should add variables from constraint system to the ReactionSystem (#466)

Merged pull requests:

  • extend adds variables from constraint system to the ReactionSystem (#467) (@lgrozinger)

v10.4.1

24 Jan 20:46
d9b5628
Compare
Choose a tag to compare

Catalyst v10.4.1

Diff since v10.4.0

Merged pull requests:

v10.4.0

21 Jan 21:34
66a5e00
Compare
Choose a tag to compare

Catalyst v10.4.0

Diff since v10.3.1

Closed issues:

  • on reactionparammap function (#449)
  • Changes to parameter orders (#453)
  • provide defaults using @reaction_network (#464)

Merged pull requests:

v10.3.1

17 Jan 12:27
b52bb17
Compare
Choose a tag to compare

Catalyst v10.3.1

Diff since v10.3.0

Closed issues:

  • Moving functions to sub package (#355)
  • Variables added with addparam! or addspecies! are not accessible with getproperty (#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)