Releases: NTNU-IHB/PythonFMU
Releases · NTNU-IHB/PythonFMU
v0.6.5
v0.6.4
What's Changed
- Check for FMU export binary.
- The Py_Initialize and Py_Finalize is now called from the same thread.
- The logger callback function forwards the fmi2ComponentEnvironment.
- Fix the crash that occurs on the second attempt to instantiate the FMU.
- Bump CI download/upload dependencies.
- FEATURE: Support inheritance from Fmi2Slave.
v0.6.3
v0.6.2
v0.6.1
v0.6.0
New features:
- Convert CSV file to FMU: #94 #98 #102
- Add tool to ease the deployment of dependencies by the end user: #95
- CLI uses now subcommands:
pythonfmu {build, buildcsv, deploy}
#103 - Support nested variables: #80
- Support logging message through the FMU logger: #86
- Support log categories (#91). By default it is derived from the log message status. But you could define and use your own categories (see pythonfmu/tests/test_fmi2slave.py::test_Fmi2Slave_customized_log_categories)
API changes:
v0.5.0
v0.4.0
v0.3.0
First version publish on pypi.org.
Support encapsulating Python script in FMU (Co-Simulation FMI 2.0 type).
The facade is built using the Python stable API. So the binaries provided for Linux and Windows 64bits should work on any Python >=3.6.