Release 0.27
This release adds an optional parameter to get_simulation_results
, that allows to not update the model parameters. So the simulation results will be generated for the current model state, rather than the solution from the last parameter estimation run if update_parameters=False
.
Full Changelog: v0.26...v0.27