Skip to content

Releases: StephenSmith25/PythonFMU3

V0.3.4 Expand array capabilities

Choose a tag to compare

@StephenSmith25 StephenSmith25 released this 30 Sep 14:46

What's Changed

Full Changelog: 0.3.3...0.3.4

Fix CLI arg parsing for ModelExchange and Cosim

Choose a tag to compare

@StephenSmith25 StephenSmith25 released this 05 Aug 13:56
0.3.3

bump version

0.3.2 Model Exchange with Events

Choose a tag to compare

@StephenSmith25 StephenSmith25 released this 28 Jul 17:42

What's Changed

Full Changelog: 0.3.1...0.3.2

0.3.1 Model Exchange

Choose a tag to compare

@StephenSmith25 StephenSmith25 released this 24 Jul 08:07
fix failing test

0.3.0 - Model Exchange

Choose a tag to compare

@StephenSmith25 StephenSmith25 released this 23 Jul 16:15
48b951c

Added initial support the model exchange interface

0.2.4

Choose a tag to compare

@StephenSmith25 StephenSmith25 released this 21 Jul 15:38
bump version

0.2.3

Choose a tag to compare

@StephenSmith25 StephenSmith25 released this 21 Jul 15:17

What's Changed

Full Changelog: 0.2.2...0.2.3

v0.2.2

Choose a tag to compare

@StephenSmith25 StephenSmith25 released this 04 Mar 16:32
b0042c2

Add max length to START attribute

0.2.1

Choose a tag to compare

@StephenSmith25 StephenSmith25 released this 25 Feb 11:17

Fix multi dimensional array

0.2.0

Choose a tag to compare

@StephenSmith25 StephenSmith25 released this 11 Feb 11:12
02434e5

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.