Skip to content

v0.7.6

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Nov 22:20
· 70 commits to main since this release

ModiaBase v0.7.6

Diff since v0.7.5

  • Fixed bug in StateSelection.jl: If unitless=true, no unit is associated with the tearing variable.
  • Solve linear equation systems optionally with RecursiveFactorization.jl instead of the default lu!(..) and ldiv!(..).
  • Project.toml: Changed DiffRules from "~1.0" to "1", since issue with "1.2.1" (leading to an error in runtests) seems to be fixed.
  • Project.toml: Added version 1 of MonteCarloMeasurements.
  • Updated used packages.
  • Tutorial slightly improved.