v0.8.5: New method for creating ODESystem instances
- added a method
ODESystem.from_template
that allows to instantiateODESystem
from apyrates.CircuitTemplate
- method
ODESystem.from_yaml
now creates apyrates.CircuitTemplate
from a YAML file first, and then passes it toODESystem.from_template
- updated CircleCI config: Dropped support for Python 3.6, added support for Python 3.10