Skip to content

v8.20.0

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Aug 00:36
· 5315 commits to master since this release
43eb550

ModelingToolkit v8.20.0

Diff since v8.19.0

Closed issues:

  • Possible inconcistency in handling DAE equation order (#1195)
  • Unsafe to call constructor to create new systems in system transformation methods (#1752)
  • What's the use of field substitutions in ODESystem and how to handle it in system transformation methods? (#1754)
  • Get all states (#1757)
  • How to avoid duplicate arithmetic computation in modelingtoolkitize and also general MTK systems? (#1760)

Merged pull requests:

  • Removed the definition of the unused variable RHS(t) from the copy-pastable example in the docs. (#1762) (@hurak)
  • Support FunctionWrappersWrappers in modelingtoolkitize (#1767) (@ChrisRackauckas)