Skip to content

v0.0.30

Compare
Choose a tag to compare
@t-sommer t-sommer released this 18 Apr 09:16
· 93 commits to main since this release
477a354

What's Changed

  • Specify CSV input / output format for fmusim by @t-sommer in #456
  • Check currentCommunicationPoint and fix setFMUState() by @t-sommer in #466
  • Remove time from FMIInstance_ by @t-sommer in #467
  • Allow set counter in Instantiated and Initialization Mode by @t-sommer in #471
  • Allow set Float32_discrete_input after instantiation by @t-sommer in #472
  • Call FMI{2|3}CompletedIntegratorStep() only if needed by @t-sommer in #474
  • Bump GitHub Actions and fmpy by @beutlich in #476
  • Fix compiler warning by @beutlich in #475
  • Fix preemption locks in Clocks.fmu by @MBlesken in #478
  • Add input2 to getInt32() in Clocks by @t-sommer in #463
  • Clocks.fmu: add clocks attribute of the totalInClockTicks variable by @MBlesken in #479
  • Fix calculation of input row for discrete variables after events by @t-sommer in #481
  • Fix parameter names in FMI3DoStep() by @t-sommer in #483
  • Sample final values if terminateSimulation = true in ME by @t-sommer in #485
  • Handle terminateSimulation = true by @t-sommer in #487

Full Changelog: v0.0.29...v0.0.30