Skip to content

Releases: SciML/ModelingToolkit.jl

v1.2.9

28 Feb 00:09
Compare
Choose a tag to compare

ModelingToolkit v1.2.9

Diff since v1.2.8

Merged pull requests:

v1.2.8

24 Feb 15:05
6421450
Compare
Choose a tag to compare

ModelingToolkit v1.2.8

Diff since v1.2.7

Merged pull requests:

v1.2.7

20 Feb 15:04
1c982e8
Compare
Choose a tag to compare

ModelingToolkit v1.2.7

Diff since v1.2.6

Merged pull requests:

  • CompatHelper: bump compat for "Latexify" to "0.13" (#245) (@github-actions[bot])
  • Add Latexify for ODESystem (#246) (@ChrisRackauckas)

v1.2.6

13 Feb 19:05
a252e18
Compare
Choose a tag to compare

ModelingToolkit v1.2.6

Diff since v1.2.5

Closed issues:

  • checkbounds=true not working (#243)

Merged pull requests:

v1.2.5

08 Feb 08:45
v1.2.5
Compare
Choose a tag to compare

v1.2.5 (2020-02-08)

Diff since v1.2.4

Merged pull requests:

  • handle the static array cases in build_function for non-vector outputs (#241) (ChrisRackauckas)

v1.2.4

08 Feb 05:45
v1.2.4
2faa051
Compare
Choose a tag to compare

v1.2.4 (2020-02-08)

Diff since v1.2.3

Closed issues:

  • Function evaluation doesn't boil down to a single number (#239)

Merged pull requests:

v1.2.3

07 Feb 22:53
v1.2.3
2473af1
Compare
Choose a tag to compare

v1.2.3 (2020-02-07)

Diff since v1.2.2

Merged pull requests:

v1.2.2

07 Feb 20:50
v1.2.2
Compare
Choose a tag to compare

v1.2.1

07 Feb 15:33
v1.2.1
7faf148
Compare
Choose a tag to compare

v1.2.1 (2020-02-07)

Diff since v1.2.0

Closed issues:

  • Bug in build_function (#235)
  • Incorrect lengths of Jacobians (#231)
  • Automatic sparsity detection (#133)

Merged pull requests:

v1.2.0

06 Feb 06:09
v1.2.0
Compare
Choose a tag to compare

v1.2.0 (2020-02-06)

Diff since v1.1.3

Closed issues:

  • Memory limit hit in computational graph building? (#232)
  • MTK.build_function lose the shape of the original matrix (#227)
  • Error from gradient of a constant (#225)

Merged pull requests:

  • fix array fast path on matrices, do N-tensor generation, and fast sparse functions (#233) (ChrisRackauckas)
  • Add expression generation for Equation (#229) (dpsanders)