Release 0.79
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.