Releases: StephenSmith25/PythonFMU3
Releases · StephenSmith25/PythonFMU3
v0.2.2
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.
0.1.18
refine terminals arg
0.1.17
bump version
0.1.16
Fix logging callback
0.1.15
Fix string start value in the generated modelDescription file. I was still using the fmi2 code.
0.1.14
Update docs and fix uint getter
0.1.13
bump version
Release 0.1.12
Refined how units are defined and can be utilized.