Skip to content

basico 0.37

Compare
Choose a tag to compare
@fbergmann fbergmann released this 12 Dec 10:42
· 193 commits to master since this release

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)