Skip to content

v0.0.35

Compare
Choose a tag to compare
@t-sommer t-sommer released this 10 Oct 13:03
· 16 commits to main since this release

What's Changed

  • Close input file in FMIReadInput() by @t-sommer in #581
  • Assert that time values in input CSVs are monotonically increasing by @t-sommer in #582
  • Update plot during simulation by @t-sommer in #583
  • Add line numbers to type definition error messages by @t-sommer in #585
  • Handle status != FMIOK in FMIReadModelDescription() by @t-sommer in #586
  • Add getStringAttribute() to FMIModelDescription.c by @t-sommer in #588
  • Add dependencies to FMIUnknown by @t-sommer in #589
  • Update variable variability defaults for 3.0.1 by @pmai in #591
  • Use FMIIsClose() to compare time values by @t-sommer in #594
  • Add description attribute to StateSpace model by @t-sommer in #599
  • Allocate dimensions individually by @t-sommer in #600
  • Add missing checks to fmi3{Get|Set}Binary by @t-sommer in #601
  • Use isClose() to check next communication point by @t-sommer in #602
  • Use inputs after event for FMI 1.0 & 2.0 CS by @t-sommer in #603
  • Harmonize and add missing description attributes by @t-sommer in #604
  • Add missing dependencies to ModelStructure by @t-sommer in #605
  • Fix buffer size calculation in FMIAppendArrayToLogMessageBuffer() by @t-sommer in #608
  • Calculate counter in getInt32() by @t-sommer in #606

Full Changelog: v0.0.34...v0.0.35