v0.0.26
What's Changed
- Use nominals to calculate absolute tolerances for CVode by @t-sommer in #388
- Use internal Jacobian function for CVode by @t-sommer in #389
- Update nominals in FMICVodeReset() by @t-sommer in #390
- Use zlib 1.3 and download from permalink by @t-sommer in #393
- Store XML line number in variables by @t-sommer in #392
- Make void argument explicit in function typedefs by @spllr in #396
- Add support for array inputs by @t-sommer in #395
- Remove "2" from FMI2*State enums by @t-sommer in #398
- Set current FMU state in fmi3{Enter|Exit}ConfigurationMode by @t-sommer in #400
- Remove unused eventInfo from FMI{1|2}Functions structs by @t-sommer in #401
- Fix FMIParseValues() for String values by @t-sommer in #403
- Add void argument to preemption callbacks by @t-sommer in #404
- Validate structured variable names by @t-sommer in #416
- Read and validate initial attribute by @t-sommer in #387
- Remove dependency on shlwapi.h from FMI*.c by @t-sommer in #384
- Validate models in test_targets.py by @t-sommer in #417
New Contributors
Full Changelog: v0.0.25...v0.0.26