Skip to content

Releases: SciML/ModelingToolkit.jl

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)

v1.1.3

16 Jan 04:10
v1.1.3
ffda841
Compare
Choose a tag to compare

v1.1.3 (2020-01-14)

Diff since v1.1.2

Closed issues:

  • Wrong solution for simple second order ODE (#219)
  • The tutorial needs updating (#217)
  • The README is really hard to read (#215)

Merged pull requests:

v1.1.2

30 Dec 04:09
v1.1.2
Compare
Choose a tag to compare

v1.1.1

26 Dec 14:32
v1.1.1
Compare
Choose a tag to compare

v1.1.1 (2019-12-26)

Diff since v1.1.0

Closed issues:

  • ModelingToolkit failed to understand rational exponents (#216)
  • Missing Method for Gradients involving * (?) (#208)
  • convert(::Type{Expr}, O::Operation) defined twice (#201)
  • Add gradient, jacobian and hessian functions (#109)

v1.1.0

21 Dec 11:08
v1.1.0
cf4b9a5
Compare
Choose a tag to compare

v1.1.0 (2019-12-21)

Diff since v1.0.3

Closed issues:

  • bug when using GeneralizedGenerated.NGG.RuntimeFn object? (#210)
  • Please clarify connection with NLsolve.jl: (#184)

Merged pull requests: