v0.0.32
What's Changed
- Apply initial inputs in Intialization Mode by @t-sommer in #512
- Add missing void parameter to fmi3GetVersion() by @t-sommer in #515
- Don't set -fvisibility=hidden on Windows by @t-sommer in #516
- Fix return value in LOAD_SYMBOL() macro by @t-sommer in #517
- Use macOS 12 in CI by @t-sommer in #519
- Rename fmiVersion to fmiMajorVersion by @t-sommer in #518
- Use xmlFree() instead of free() in ModelDescription.c by @t-sommer in #520
- Read "fixed" attribute in FMI 1.0 by @t-sommer in #521
- Add min, max, and nominal to FMIModelVariable by @t-sommer in #522
- Add units and type definitions by @t-sommer in #523
- 📝 Typo updates by @Gjacquenot in #524
- Fix FMIPathAppend() on Windows by @t-sommer in #525
- Fix parameter name in declaration of FMIParseValues() by @t-sommer in #526
- Fix generationDateAndTime in ModelDescription.c by @t-sommer in #527
- Add "FMI" prefix to simulation files and functions by @t-sommer in #528
- Update fmi1Functions.c by @Maplesoft-fmigroup in #529
- Update fmiModelFunctions.h by @Maplesoft-fmigroup in #530
- Fix variable index in fmi3{Get|Set}Binary() by @t-sommer in #531
- Fix typo in error message by @Maplesoft-fmigroup in #533
- Handle single line input files by @t-sommer in #538
- Add in-memory recording and extend import framework by @t-sommer in #537
- Handle size == 0 and log errors in memory allocation functions by @t-sommer in #540
- Allow setting variable "x" in StateSpace model by @t-sommer in #513
- Add reinit=true to variable h in BouncingBall by @t-sommer in #541
- Add tolerance to FMIDefaultExperiment by @t-sommer in #532
- Add FMUSim GUI by @t-sommer in #543
- Remove excess argument from logError() by @t-sommer in #544
New Contributors
- @Gjacquenot made their first contribution in #524
Full Changelog: v0.0.31...v0.0.32