Skip to content

Releases: grouperenault/fmu_manipulation_toolbox

Version 1.8.1

14 Jan 20:14
Compare
Choose a tag to compare
  • FIXED: fmucontainer read links from .json input files
  • CHANGED: switch to PyQT6 and add minor GUI improvements

Version 1.8

21 Dec 14:54
7c83f80
Compare
Choose a tag to compare
  • CHANGE: Package in now known as fmu_manipulation
  • ADDED: fmucontainer support canHandleVariableCommunicationStepSize
  • ADDED: fmucontainer support .ssp or .json as input files
  • ADDED: fmucontainer new -dump option to save container description

V1.7.3

04 Nov 08:53
Compare
Choose a tag to compare
  • 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 handles better variability

V1.7.2

04 Oct 17:26
a7bcf6c
Compare
Choose a tag to compare

Fix ModelStructure for fmu_container
Remove python >3.9 specific code

V1.7.1 : Introducing FMU Container

29 Sep 15:52
Compare
Choose a tag to compare

NEW : fmucontainer : a new tool integrated into fmutool. This allows to

  • group multiple FMUs inside one FMU Container,
  • Mutli-threaded execution of doStep() ,
  • Expose the “signals” between FMU’s as local variables,
  • set start values ​​of embedded FMUs,
  • handle a specified time_step for the container,
  • Container of Container is also working,
  • “simple” user interface to build a container.

Curent Limitations :

  • Only the co-simulation mode is supported.
  • only the version 2.0 of the standard is supported.
  • only windows OS is supported.

V1.6.2

04 Jul 19:25
Compare
Choose a tag to compare
  • ADDED: Ability to add your own FMU Checker.
  • ADDED: SaveNamesToCSV will dump scalar types and start values.
  • CHANGED: Default (Generic) Checker checks the modelDescription.xml conformity against the XSD specification file.