Skip to content

Release 0.13.1

Latest
Compare
Choose a tag to compare
@LourensVeen LourensVeen released this 28 Jul 20:17
· 5 commits to develop since this release

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.

0.13.1

Added

  • Support for Python 3.12
  • Show incorrect Identifier in the error message

Changed

  • Replace ruamel.yaml with PyYAML dependency via YAtiML update

Removed

  • Support for Python 3.7