Skip to content

Release 0.17.0

Latest

Choose a tag to compare

@LourensVeen LourensVeen released this 12 Jun 15:14

Release 0.17.0

Documentation - GitHub

This library provides Python bindings for yMMSL, which is the configuration language for the MUSCLE3 multiscale coupling framework. With this library, you can read and write yMMSL files, and manipulate them using a Python object representation of their contents. This documentation gives an overview of the format, and a description of the Python API.

Added

  • Resources now default to a single thread
  • A selected model can now be passed to configuration consistency checks

Changed

  • In resource declarations, components must now be referenced starting with the name of
    the top model, like in custom implementations

Fixed

  • Bug in custom_implementations when replacing a submodel
  • Broken error message in case of invalid configuration
  • ymmsl.__version__ version tag

Thanks

  • Iris for the default resources