Skip to content

v0.0.24

Choose a tag to compare

@t-sommer t-sommer released this 18 Jul 11:56
· 170 commits to main since this release
fd8828f

What's Changed

  • Fix validation of derivatives in fmusim by @t-sommer in #362
  • Add description attribute to Resource/FMI3.xml by @t-sommer in #365
  • Handle FMI 3.0 integer types in FMIApplyInput() by @t-sommer in #368
  • Set instance->time to startTime in FMI3EnterInitializationMode() by @t-sommer in #372
  • Handle negative return codes of vsnprintf() by @t-sommer in #376
  • Use modelError instead of Error in state masks by @t-sommer in #375
  • Fix erroneous variability on discrete counter by @pmai in #378
  • Set instance->time to tStart in FMI1InitializeSlave() by @t-sommer in #380
  • Add buildDescription.xml to CMake project by @t-sommer in #381
  • Remove redundant calls to invalidState() by @t-sommer in #382

New Contributors

  • @pmai made their first contribution in #378

Full Changelog: v0.0.23...v0.0.24