Skip to content

Releases: SciML/Catalyst.jl

v3.8.2

20 Jun 15:40
v3.8.2
3809449

Choose a tag to compare

v3.8.2 (2019-06-20)

Diff since v3.8.1

Merged pull requests:

  • add explicit size for sparse matrices (#132) (isaacsas)
  • replace species names in SymEngine with temp symbols (#131) (isaacsas)

v3.8.1

15 Jun 09:31
v3.8.1
4d9fa7e

Choose a tag to compare

v3.8.1 (2019-06-14)

Diff since v3.8.0

Merged pull requests:

v3.8.0

14 Jun 10:21
v3.8.0

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

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

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

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

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

Choose a tag to compare

Added @inbounds and cleaned extraneous operations.

fix small memory allocations

07 Mar 15:48
69c4031

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

Choose a tag to compare

Merge pull request #96 from isaacsas/discretefunction-fix

DiscreteFunction creation fix