v0.9.4
Modia v0.9.4
- Precompile statements included (compilation of Modia package takes more time, but startup of Modia model simulations is faster).
@instantiateModel(..., logFile=true)
: New keyword argumentlogFile
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:
Merged pull requests:
- Improve signal tables (#153) (@MartinOtter)
- add snoopPrecompile + other improvements (#156) (@MartinOtter)
- SciMLBase.FullSpecialize (#157) (@MartinOtter)
- Use DiffEqBase 6.104.3 + reactivate MonteCarloSimulation tests (#158) (@MartinOtter)
- Fix logCalculation=true skips actual work for residual (#161) (@RagibHasin)
- Update version message (#164) (@MartinOtter)