Skip to content

Release 0.43

Compare
Choose a tag to compare
@fbergmann fbergmann released this 02 Feb 14:29
· 150 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 version adds a function wrap_copasi_string, that makes it easier to add reports with literal strings in report headers. It also fixes an issue with generating separators. Additionally when mapping model elements to reaction kinetics, these values will now be validated.

Full Changelog: v0.42...v0.43