Skip to content

Releases: SciML/Catalyst.jl

v3.8.0

14 Jun 10:21
v3.8.0
Compare
Choose a tag to compare

v3.8.0 (2019-06-13)

Diff since v3.7.2

Closed issues:

  • Register (#127)
  • Add keywords on Github (#121)
  • addjumps! for large systems (#115)
  • stoichiometric matrix as alternative input (#78)

Merged pull requests:

test for network equality and new API accessor functions

21 Mar 17:08
114537e
Compare
Choose a tag to compare
Merge pull request #118 from isaacsas/export-new-API-funcs

export symstoich functions

faster incremental network construction

16 Mar 12:33
c843e48
Compare
Choose a tag to compare
Merge pull request #116 from isaacsas/faster-recursive-content

further optimize addreaction! for large systems

incremental network construction

15 Mar 01:24
27b30a3
Compare
Choose a tag to compare
Merge pull request #113 from isaacsas/incremental-model-construction

Incremental model construction

more query functions and API documentation

13 Mar 02:28
df673f9
Compare
Choose a tag to compare
Merge pull request #111 from isaacsas/doc-updates

Doc updates

more efficient generated ODE functions

10 Mar 18:01
bbabdb2
Compare
Choose a tag to compare

Added @inbounds and cleaned extraneous operations.

fix small memory allocations

07 Mar 15:48
69c4031
Compare
Choose a tag to compare
Merge pull request #99 from isaacsas/f-allocations-check

return nothing in ODE/SDE functions

Fix syms in plots

22 Feb 02:43
3d7b30f
Compare
Choose a tag to compare
Merge pull request #96 from isaacsas/discretefunction-fix

DiscreteFunction creation fix

ODE and Parameter Jacobians

18 Feb 15:46
34bbed5
Compare
Choose a tag to compare
Merge pull request #94 from isaacsas/appveyor-fix

allow failures on appveyor for Julia nightly

label species in plots and prevent negative sqrt in SDEs

12 Feb 02:12
639ae0b
Compare
Choose a tag to compare
Merge pull request #90 from isaacsas/use-discretefunctions

add DiscreteProblem overload for reaction_networks