basico 0.37
Basico is a simplified python interface to COPASI. While all functionality from COPASI is exposed via automatically generated SWIG wrappers, this package aims to add a layer on top of that, to hide most of the complexity away when calling COPASI functions.
This release fixes an issue, where initial_concentrations
would be lost when also setting additional properties using either add_species
or get_species
. (Issue #28)