Releases: pathsim/pathsim-fmi
Releases · pathsim/pathsim-fmi
v0.1.1
What's Changed
- Port FMU examples from pathsim core by @milanofthe in #1
New Contributors
- @milanofthe made their first contribution in #1
Full Changelog: v0.1.0...v0.1.1
v0.1.0
Initial release.
Migrated FMI/FMU co-simulation blocks out of pathsim core into a dedicated toolbox.
Blocks
CoSimulationFMU— wrap a Co-Simulation FMU, advanced on a fixed grid viafmi*DoStepModelExchangeFMU— wrap a Model-Exchange FMU, integrated by PathSim's solver of choiceFMUWrapper— lower-level version-agnostic wrapper around FMPy (FMI 2.0 / 3.0)
Notes
- FMPy is gated behind
sys_platform != 'emscripten'so the package stays installable under Pyodide; the block classes are only exported when FMPy is importable - Test suite includes the official Modelica Reference-FMUs (FMI 2.0 + 3.0) plus legacy FMUs carried over from pathsim core