* CHANGE: Package in now known as `fmu_manipulation` * ADDED: `fmucontainer` support `canHandleVariableCommunicationStepSize` * ADDED: `fmucontainer` support `.spp` or `.json` as input files * ADDED: `fmucontainer` new `-dump` option to save container description
1.7.4
* ADDED: `fmucontainer` Linux support * ADDED: `-fmu-directory` option defaults to "." if not set * FIXED: `fmucontainer` ensures that FMUs are compliant with version 2.0 of FMU Standard * FIXED: `fmucontainer` handles the lack of DefaultExperiment section in modelDescription.xml
1.7.3
* ADDED: `fmucontainer` supports `-profile` option to expose RT ratio of embedded FMUs during simulation * ADDED: Ability to expose local variables of embedded FMUs at container level * FIXED: `fmucontainer` handles missing causality and handle better variability
1.7.2
* FIXED: handle `<ModelStructure>` section for `fmucontainer` * FIXED: brought back `-h` option to get help for `fmucontainer` * CHANGED: make compatibility with python >= 3.9
1.7.1
* FIXED: add missing *.xsd file that prevented checker to work * CHANGED: Checker use API instead of environment variable to declare custom checkers.