Skip to content

Releases: modelica/Reference-FMUs

v0.0.17

08 Aug 11:36
3e938c4
Compare
Choose a tag to compare

What's Changed

  • Use CMAKE_MSVC_RUNTIME_LIBRARY to set VC runtime by @t-sommer in #243
  • Allow values = NULL when nValueReferences = 0 by @t-sommer in #249
  • Add hysteresis for event indicator by @t-sommer in #248
  • Set valuesOfContinuousStatesChanged=false in BouncingBall by @t-sommer in #251
  • Fix hysteresis in BouncingBall event indicator by @t-sommer in #252
  • Allow fmi3GetDirectionalDerivative in Step Mode by @t-sommer in #253

Full Changelog: v0.0.16...v0.0.17

v0.0.16

11 May 11:58
4418080
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.15...v0.0.16

v0.0.15

27 Apr 16:21
6354426
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.14...v0.0.15

v0.0.14

06 Mar 13:35
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.13...v0.0.14

v0.0.13

28 Feb 15:15
Compare
Choose a tag to compare

What's Changed

  • Define strdup only for MSCV by @t-sommer in #209
  • Add reset() function to reset state, time, and nSteps by @t-sommer in #211
  • Serialize variables in ModelInstance to FMU state by @t-sommer in #212

Full Changelog: v0.0.12...v0.0.13

v0.0.12

19 Feb 09:52
cbedd8d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.11...v0.0.12

v0.0.11

09 Jan 22:45
2b4defa
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.10...v0.0.11

v0.0.10

23 Nov 17:57
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.9...v0.0.10

v0.0.9

21 Jul 17:11
Compare
Choose a tag to compare

Enhancements

  • Update FMI 3.0 API to FMI 3.0-beta.2

v0.0.8

17 Jun 13:10
cec00b6
Compare
Choose a tag to compare

Bug Fixes

  • Add independent variable "time" (#107)
  • Fix Model Structure of Feedthrough model (#100)
  • Use platform binaries and update examples (#52)
  • Handle time events in model exchange example (#72)