Skip to content

v0.8.5: New method for creating ODESystem instances

Compare
Choose a tag to compare
@Richert Richert released this 14 Nov 18:30
· 13 commits to master since this release
  • added a method ODESystem.from_template that allows to instantiate ODESystem from a pyrates.CircuitTemplate
  • method ODESystem.from_yaml now creates a pyrates.CircuitTemplate from a YAML file first, and then passes it to ODESystem.from_template
  • updated CircleCI config: Dropped support for Python 3.6, added support for Python 3.10