Skip to content

Releases: SciML/ModelingToolkit.jl

v8.0.0

23 Dec 04:15
887ad82
Compare
Choose a tag to compare

ModelingToolkit v8.0.0

Diff since v7.1.3

Closed issues:

  • FMI support? (#135)
  • Regression from v5 "type Term has no field lhs" (#1295)
  • Variable names not kept when solving DiscreteProblems (#1329)
  • variables coming from observed kwarg not added to var_to_name (#1335)
  • Alias elimination internal error (#1358)
  • Failure in tearing with a series electrical circuit (#1363)
  • Access to subsystems and variables of these systems (#1366)
  • Rules for writing DAE equations (#1377)
  • Continuous event / affect not working (#1386)
  • Add Github repository to package manager (#1388)
  • Optimization Example doesn't work (#1390)
  • Cannot modify the initial guess for the torn equations in ODAESystem (#1391)
  • What is possible to do in an affect statement? (#1395)
  • Broadcasting differential not allowed for array of size 1 (#1402)
  • Passing default parameters is broken for vectors (#1403)
  • How to use ModelingToolkit.jl solve a system of nonlinear equations? (#1405)

Merged pull requests:

v7.1.3

21 Nov 23:15
5d9021d
Compare
Choose a tag to compare

ModelingToolkit v7.1.3

Diff since v7.1.2

Closed issues:

  • The nonlinear solver failed with the return code MAXITERS_EXCEED... (#1351)
  • Accessing the result of an observed variable (#1352)

Merged pull requests:

  • Refactor (inv_)assign/{var/eq}assoc variables into proper structs (#1350) (@Keno)
  • Fix typo in alias elimination (#1356) (@Keno)
  • Fix compact_graph! in tearing (#1357) (@YingboMa)

v7.1.2

17 Nov 17:31
ef30028
Compare
Choose a tag to compare

ModelingToolkit v7.1.2

Diff since v7.1.1

Merged pull requests:

  • CompatHelper: bump compat for JuliaFormatter to 0.19, (keep existing compat) (#1342) (@github-actions[bot])
  • Don't overparametrize BipartiteGraph (#1346) (@Keno)
  • BipartiteGraph: Clean up Graphs.jl integration (#1347) (@Keno)
  • Make sure x in AliasGraphKeySet is in bounds (#1349) (@YingboMa)

v7.1.1

13 Nov 05:20
53301ca
Compare
Choose a tag to compare

ModelingToolkit v7.1.1

Diff since v7.1.0

Merged pull requests:

v7.1.0

12 Nov 06:56
5446af9
Compare
Choose a tag to compare

ModelingToolkit v7.1.0

Diff since v7.0.0

Closed issues:

  • Support for events (#38)
  • Dependency issue, MTK 7.0.0 not compatible with the latest release of DifferentialEquations.jl (#1339)

Merged pull requests:

  • Include root-finding equations in ODESystem (#1337) (@baggepinnen)
  • Refactor tearing code (#1338) (@Keno)
  • CompatHelper: bump compat for DiffEqJump to 8, (keep existing compat) (#1340) (@github-actions[bot])

v7.0.0

10 Nov 13:07
8bec990
Compare
Choose a tag to compare

ModelingToolkit v7.0.0

Diff since v6.7.1

Closed issues:

  • Jacobian order (#1303)
  • Failure of a tutorial example due to the missing name keyword (#1326)

Merged pull requests:

v6.7.1

26 Oct 23:16
40b22ed
Compare
Choose a tag to compare

ModelingToolkit v6.7.1

Diff since v6.7.0

Closed issues:

  • observed: questions and issues (#1288)

Merged pull requests:

v6.7.0

18 Oct 20:20
9bf38dd
Compare
Choose a tag to compare

ModelingToolkit v6.7.0

Diff since v6.6.0

Merged pull requests:

  • CompatHelper: bump compat for JuliaFormatter to 0.18, (keep existing compat) (#1293) (@github-actions[bot])
  • Bump versions (#1300) (@YingboMa)

v6.6.0

10 Oct 21:23
e803bac
Compare
Choose a tag to compare

ModelingToolkit v6.6.0

Diff since v6.5.2

Closed issues:

  • propertynames errors for system with array variable (#1202)
  • Add ability to customize the name of the system generated by modelingtoolkitize (#1276)
  • Unbalanced System (# of equations, # of variables) (#1284)

Merged pull requests:

  • add nicer discrete sys -> prob constructor (#1268) (@anandijain)
  • Add connection_type to DiscreteSystem (#1272) (@ven-k)
  • add isvariable for Nums (#1289) (@isaacsas)
  • CompatHelper: bump compat for JuliaFormatter to 0.17, (keep existing compat) (#1290) (@github-actions[bot])
  • Drop extraneous line in varmap_to_vars (#1292) (@isaacsas)

v6.5.2

24 Sep 21:27
8acf774
Compare
Choose a tag to compare

ModelingToolkit v6.5.2

Diff since v6.5.1

Closed issues:

  • parameters returns non-unique set of parameters (#1267)

Merged pull requests: