Skip to content

Latest commit

 

History

History
58 lines (45 loc) · 2.4 KB

CHANGELOG.md

File metadata and controls

58 lines (45 loc) · 2.4 KB

FMU Manipulation Toolbox changelog

This package was formerly known as fmutool.

Version 1.8.2 (upcoming)

  • FIXED: fmucontainer identifier (for coSimulation) does not contain ".fmu" anymore
  • ADDED: fmucontainer log more information when embedded FMU cannot be loaded
  • ADDED: fmucontainer startTime and stopTime are deduced from 1st embedded FMU
  • ADDED: fmucontainer support new option -auto-parameter (parameters are not exposed by default)
  • FIXED: fmutool support "apply on" filter correctly
  • ADDED: preliminary version of GUI for fmucontainer

Version 1.8.1

  • FIXED: fmucontainer read links from .json input files
  • CHANGED: switch to PyQT6 and add minor GUI improvements

Version 1.8

  • CHANGE: Python Package in now known as fmu-manipulation-toolbox
  • ADDED: fmucontainer support canHandleVariableCommunicationStepSize
  • ADDED: fmucontainer support .spp or .json as input files
  • ADDED: fmucontainer new -dump option to save container description

Version 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

Version 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

Version 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

Version 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.

Version 1.7

  • ADDED: FMUContainer tool

Version 1.6.2

  • 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.

Version 1.6.1

  • FIXED: publication workflow is fully automated.
  • FIXED: fmutool script is now part of the distribution.
  • CHANGED: minor enhancement in the README file

Version 1.6

  • First public release