Skip to content

v0.10.0

Compare
Choose a tag to compare
@github-actions github-actions released this 29 May 17:42
· 19 commits to main since this release
ff2a4e2

Modia v0.10.0

Diff since v0.9.4

  • Initial support of segmented simulations where the number of states can change during simulation.
    For examples, see Modia/test/TestHeatTransfer2.jl and models in directory Modia3D/test/Segmented
    (of release 0.12.0 and later). The tutorial will be updated for this feature in an upcoming version.

Non-backwards compatible changes

These changes should usually not influence user models, since these functions are typically not directly called by a user.

  • _buildFunction = <functionName> changed to _buildFunction = Par(functionName = <functionName>) and
    changed argument list of <functionName>.
  • _instantiateFunction = Par(..) changed to _initSegmentFunction = Par(functionName = <functionName>)
    and changed argument list of <functionName>.

Merged pull requests: