Skip to content

Release 0.79

Compare
Choose a tag to compare
@fbergmann fbergmann released this 11 Nov 08:43
· 7 commits to master since this release

This issue changes the behavior when running time courses, obtaining values only at specified time points. Previously the first value might have been the first value specified or an earlier time point if the model was not currently at the time. This release changes that behavior to set the output start time to the first specified value.

Additionally, the previously private collect_data method can now be used to obtain values from the current model state using either display names or cns.

This resolves issue #61.