PyFMI-2.14.0
PeterMeisrimelModelon
released this
26 Aug 14:34
·
7 commits
to PyFMI-2.14.x
since this release
Changelog
--- PyFMI-2.14.0 ---
* Updated the error message displayed when loading FMUs with needsExecutionTool set to True.
* Loading unzipped FMUs now also works with relative paths.
* Enabled setting logging categories in FMI2 via "set_debug_logging".
* XML Logs exceeding maximal size will now be truncated to start/end of the last CAPI call which did not exceed the maximal log size.
Related pull requests
- Fix string escape by @jschueller in #246
- Fix string escape by @jschueller in #248
- Updated error message with respect to needsExecutionTool by @modelonrobinandersson in #249
- Fixing issue with relative paths when loading unzipped FMUs by @PeterMeisrimelModelon in #254
- Enable setting of log categories by @PeterMeisrimelModelon in #255
- Adding log truncation&checkpoints to ensure log truncation aligns with complete CAPI calls by @PeterMeisrimelModelon in #252
Full Changelog: PyFMI-2.13.1...PyFMI-2.14.0
Attached wheels are compiled on Ubuntu 20.04 (the linux wheel) and Windows 10 (the windows wheel).