Release 0.11.0
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_elementsis nowcomponents
New
- PartialConfiguration class
- Support for merging (Partial)Configuration
- Conduits are now optional in Model
- Configuration.implementations
- Configuration.resources
Fixed
- Small compatibility improvements