Skip to content

v0.9.4

Compare
Choose a tag to compare
@github-actions github-actions released this 21 May 19:16
· 23 commits to main since this release

Modia v0.9.4

Diff since v0.9.3

  • Precompile statements included (compilation of Modia package takes more time, but startup of Modia model simulations is faster).
  • @instantiateModel(..., logFile=true): New keyword argument logFile in order that log of file and line number can be
    switched off, when @instantiateModel is called.
  • Error messages improved, when model errors result in failed evaluation of parameters.
  • Log of statistics improved and included in writeSignalTable(..) of instantiatedModel.
  • SignalTables.getSignalNames(..): Order of signal names improved so that the linear listing reflects the hierarchy of the names.
  • writeSignalTable(..): attributes renamed to _attributes. All used simulate!(..) options included in Map experiment.
  • Require SignalTables 0.4.2 (since several issues fixed with writeSignalTable(..)).
  • Update to newest versions of packages.

Bug fixes

  • DifferentialEquations 7.6.0 introduced a non-backwards compatible change with #867. Modia was corrected to cope with this change (based on #162).
  • @instantiateModel(..., logCalculations=true) skipped actual computations. This was fixed via #161.

Closed issues:

  • Link to documentation broken (#159)
  • Precompilation fails (#163)

Merged pull requests: