Skip to content

Releases: SciML/Catalyst.jl

v16.1.1

07 Apr 12:51
080e5cb

Choose a tag to compare

Catalyst v16.1.1

Diff since v16.1.0

Merged pull requests:

v16.1.0

19 Mar 18:28
8b48129

Choose a tag to compare

Catalyst v16.1.0

Diff since v16.0.0

Merged pull requests:

v16.0.0

06 Mar 19:18
bdc9eee

Choose a tag to compare

Catalyst v16.0.0

Diff since v15.0.11

See HISTORY.md for breaking changes.

Merged pull requests:

Closed issues:

  • Combinatoric rate law scaling (#311)
  • events, constant and boundary condition species for SDEs and Jumps (#414)
  • add some basic developer docs (#680)
  • Check if ExprValues length might cause performance issues (#794)
  • Special case of creating ODEProblem from ODESystem with conservation laws and default values takes very long time (#886)
  • parameter dependencies (#909)
  • Tracker of issues related to broken tests (#942)
  • update unicode "₊" separator to use the default separator variable (#949)
  • Summary of breakages when updating problems with conservation laws (#952)
  • allow composing with SDESystems (#1000)
  • Update doc discussion of parameter typing and check tests (#1011)
  • non-SI units not working (#1037)
  • fix broken DAE-related tests (#1049)
  • switch from our findvars! to MTK's collect_vars! (#1061)
  • Update for recent MTK namespacing changes (#1204)
  • Tests failing for prerelease (#1235)
  • Needed test updates (#1250)
  • Catalyst V16 with MTK11 planning (#1274)
  • species graph nodes incorrectly labeled with array species variables (#1284)
  • Print helpful error if non-integer stoichiometry detected in network analysis functions (#1286)
  • How to get the name of a species? (#1325)
  • Continuous events dropped for jumps via ODEProblem (#1340)
  • [Post V16] create a System to ReactionSystem converter (#1364)
  • Move ParsedReactionNetwork struct to Catalyst (#1409)
  • substoich=[2] ignored in Reaction generates wrong ODEs (#1438)

v15.0.11

01 Dec 23:05
59bde51

Choose a tag to compare

Catalyst v15.0.11

Diff since v15.0.10

Merged pull requests:

  • Set edge_color in plot_complexes regardless of whether edge labels are shown or not (#1345) (@devmotion)

Closed issues:

  • Fix graph complex plotting color dropping (#1344)

v15.0.10

01 Dec 20:02
9a5bce6

Choose a tag to compare

Catalyst v15.0.10

Diff since v15.0.9

Merged pull requests:

v15.0.9

28 Nov 02:37
4879474

Choose a tag to compare

Catalyst v15.0.9

Diff since v15.0.8

Merged pull requests:

Closed issues:

  • Strange behaviour with expand_derivatives (#1272)
  • New network plotting methods inaccessible (plot_network, plot_complexes) (#1282)
  • Link missing in docs (#1313)
  • Cannot solve SDE with Catalyst (#1327)

v15.0.8

29 May 15:23
d17d833

Choose a tag to compare

Catalyst v15.0.8

Diff since v15.0.7

Merged pull requests:

v15.0.7

28 May 17:42
0743a67

Choose a tag to compare

Catalyst v15.0.7

Diff since v15.0.6

Merged pull requests:

Closed issues:

  • plot_network not working with example from docs (#1271)

v15.0.6

13 May 16:50
79b551e

Choose a tag to compare

Catalyst v15.0.6

Diff since v15.0.5

Merged pull requests:

Closed issues:

  • Enable interpolation of functional variable (but not its argument). (#1208)
  • ContinuousCallback not handled correctly (#1262)

v15.0.5

09 May 12:44
2de0751

Choose a tag to compare

Catalyst v15.0.5

Diff since v15.0.4

Merged pull requests:

Closed issues:

  • HC doc examples failing (#1170)