Skip to content

Releases: StephenSmith25/PythonFMU3

v0.2.2

04 Mar 16:32
b0042c2
Compare
Choose a tag to compare

Add max length to START attribute

0.2.1

25 Feb 11:17
Compare
Choose a tag to compare

Fix multi dimensional array

0.2.0

11 Feb 11:12
02434e5
Compare
Choose a tag to compare

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

30 Jan 17:27
Compare
Choose a tag to compare
refine terminals arg

0.1.17

30 Jan 16:27
Compare
Choose a tag to compare
bump version

0.1.16

16 Jan 14:44
a0731fc
Compare
Choose a tag to compare

Fix logging callback

0.1.15

29 Aug 14:53
Compare
Choose a tag to compare

Fix string start value in the generated modelDescription file. I was still using the fmi2 code.

0.1.14

28 Aug 10:13
Compare
Choose a tag to compare

Update docs and fix uint getter

0.1.13

27 Aug 13:21
Compare
Choose a tag to compare
bump version

Release 0.1.12

23 Aug 11:08
Compare
Choose a tag to compare

Refined how units are defined and can be utilized.