Releases: modelica/Reference-FMUs
Releases · modelica/Reference-FMUs
v0.0.16
v0.0.15
What's Changed
- Link statically for GNU and Intel compilers by @klausschuch in #221
- Add FMI 1.0 import examples by @t-sommer in #222
- Update co_simulation.c by @Maplesoft-fmigroup in #223
- Type casts by @t-sommer in #225
- Fix fmiVersion in buildDescription.xml by @t-sommer in #230
- Remove parameter nValues from FMI3{Get|Set}Clock, by @t-sommer in #231
- Allow early return by @PTaeuberDS in #232
- Fix detection of -+ zero crossings by @t-sommer in #234
- Fix zero-crossing detection in CS FMUs by @t-sommer in #235
- Update FMI 3.0 headers by @t-sommer in #237
- Bump version to 0.0.15 by @t-sommer in #238
New Contributors
- @Maplesoft-fmigroup made their first contribution in #223
- @PTaeuberDS made their first contribution in #232
Full Changelog: v0.0.14...v0.0.15
v0.0.14
v0.0.13
v0.0.12
What's Changed
- Improve C macro style by @beutlich in #190
- Fix warnings by @klausschuch in #194
- Fix for #195 by @klausschuch in #198
- Add .gitattributes and normalize line endings by @t-sommer in #192
- Convert Python Unit tests to pytest by @t-sommer in #201
- Update FMI headers to v3.0-beta.4 by @t-sommer in #206
- Bump version to 0.0.12 by @t-sommer in #207
Full Changelog: v0.0.11...v0.0.12
v0.0.11
What's Changed
- Handle fmi2Discard by @t-sommer in #187
- Add cmake install for FMUs by @klausschuch in #184
- FMI 3.0 Beta.3 by @t-sommer in #189
- Allow intermediate access of BouncingBall outputs by @klausschuch in #183
- Bump version to 0.0.11 by @t-sommer in #191
Full Changelog: v0.0.10...v0.0.11
v0.0.10
What's Changed
- Fix value references and variable types in LinearTransform by @t-sommer in #119
- Implement {get|set}UInt64() by @t-sommer in #126
- Add import framework by @t-sommer in #122
- Allow logMessage == NULL in FMI 3.0 by @t-sommer in #127
- Clean up by @t-sommer in #129
- Add extern "C" { ... } to import framework headers by @t-sommer in #131
- Separate FMI version in import framework by @t-sommer in #133
- 115 result files by @t-sommer in #134
- Add eventEncountered and terminateSimulation to doStep() by @t-sommer in #135
- Clean up by @t-sommer in #136
- Add FMIURIToPath() to import framework by @t-sommer in #137
- Add examples by @t-sommer in #138
- Log error if LOAD_SYMBOL() fails by @t-sommer in #139
- Fix vr in dim of y of LinearTransform FMU by @klausschuch in #143
- Update short variable access by @beutlich in #151
- Add reference CSV to FMU documentation by @beutlich in #149
- Detect unsupported VS at configure time (and not at compile time) by @beutlich in #146
- Add FMIPlatformBinaryPath() and FMIPlatformBinaryPath() by @t-sommer in #145
- Mention minimum required VS version by @beutlich in #148
- Force ANSI version by @beutlich in #147
- Handle null pointers in logger callbacks by @t-sommer in #153
- Add attribute generationTool to modelDescription.xml by @t-sommer in #156
- Do not check for untracked files by @beutlich in #158
- Fix build workflow for set_tool_version by @beutlich in #157
- Add FMI 2.0 examples by @t-sommer in #161
- Handle missing functions by @t-sommer in #168
- Implement early return and update example by @t-sommer in #170
- Implement Event Mode and Intermediate Update in CS by @t-sommer in #172
- Enable compiler warnings by @t-sommer in #173
- Enter Event Mode after Initialization Mode if useEventMode = true by @t-sommer in #175
- Fix examples by @t-sommer in #177
- Add hasEventMode attribute and remove isNewEventIteration by @t-sommer in #178
- Change FIXED_SOLVER_STEP to 1e-3 for BouncingBall by @t-sommer in #179
- Reset event indicators by @t-sommer in #180
- Fix fmiVersion in buildDescription.xml by @t-sommer in #181
- Implement fmi3GetOutputDerivatives() by @t-sommer in #182
New Contributors
- @klausschuch made their first contribution in #143
Full Changelog: v0.0.9...v0.0.10