We've tried to release a new version of PythonFMU, but have encountered a critical error when using FMPy to simulate the PythonFMU generated FMU:
I've looked at the FMI standard 2.0 specification and it seems the function signature is no longer following the specification. SetupExperiment should be able to accomodate these parameters:
This used to be okay in previous versions, but it seems that new work on the native modules have broken this functionality.
I suggest that we also add a simple test that steps an FMU generated with PythonFMU using FMPy, since this is a popular tool choice for simulating FMUs.