Skip to content

v0.7.2

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Mar 09:40
· 138 commits to main since this release

ModiaBase v0.7.2

Diff since v0.7.1

  • Support of parameters as hierarchical named tuples.
  • Support of array comprehensions.
  • Support of array end (e.g. A[3:end])
  • If one equation cannot be solved for one unknown (e.g. since function call),
    try to solve it as linear equation system.
  • If variables with init values are explicitly solved for, print warning message
    only if log = true (in TinyModia.simulate! an error occurs, if the init value
    cannot be respected).

Closed issues:

  • What is the relationship between ModiaBase.jl and Modia.jl? (#1)