Skip to content

Release 0.49

Compare
Choose a tag to compare
@fbergmann fbergmann released this 14 Apr 13:42
· 124 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.

New in this release is support for advanced event flags, such as:

  • fire_at_initial_time: to indicate that an event should trigger at time = t0, (default False)
  • persistent: to indicate that an event has to remain true between trigger time and delay (default False)
  • delay_calculation: to indicate that not just the assignment, but also the calculation of the assignment expression should be delayed
  • priority: a priority expression that decides which event will get priority if multiple ones trigger at the same time (default random)