Releases: StephenSmith25/PythonFMU3
Releases · StephenSmith25/PythonFMU3
V0.3.4 Expand array capabilities
What's Changed
- expand array var possibilities by @StephenSmith25 in #32
Full Changelog: 0.3.3...0.3.4
Fix CLI arg parsing for ModelExchange and Cosim
0.3.3 bump version
0.3.2 Model Exchange with Events
What's Changed
- Add event model exchange support by @StephenSmith25 in #31
Full Changelog: 0.3.1...0.3.2
0.3.1 Model Exchange
fix failing test
0.3.0 - Model Exchange
Added initial support the model exchange interface
0.2.4
bump version
0.2.3
v0.2.2
Add max length to START attribute
0.2.1
Fix multi dimensional array
0.2.0
Remove the explicit link to libpython. This is an unnecessary link as the loading application will have to resolve the libpython symbols itself, as following the standard it will load the FMU with RTLD_LOCAL. This means python extensions will fail to load as libpython will have been loaded in a hidden manner.