Skip to content

Release 0.11.0

Choose a tag to compare

@LourensVeen LourensVeen released this 14 Jan 21:17
· 244 commits to develop since this release

yMMSL Python bindings

yMMSL is the YAML version of the Multiscale Modeling and Simulation Language. At the moment, yMMSL is mainly the configuration language for the MUSCLE 3 multiscale coupling library. This library provides Python bindings for yMMSL. With it, you can read and write yMMSL files, and manipulate them using a Python object representation of their contents.

Changed

  • ComputeElement renamed to Component
  • Correspondingly, compute_elements is now components

New

  • PartialConfiguration class
  • Support for merging (Partial)Configuration
  • Conduits are now optional in Model
  • Configuration.implementations
  • Configuration.resources

Fixed

  • Small compatibility improvements