Release 0.49
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 delayedpriority
: a priority expression that decides which event will get priority if multiple ones trigger at the same time (default random)