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`.
This release fixes an issue creating new experiment descriptions from a python dictionary.
0.25
This version adds the capability of directly manipulating python dictionaries for export / import of parameter estimation setups. Skipping the step of YAML serialization / deserialization if needed. Also full filenames to the export of experimental data files will be returned, so that the setting can be easier applied to new files, without the need to copy files.
0.24
This release makes it possible to export / import the mapping to experimental data files from a COPASI file. The format chosen is YAML:
that way you can quickly transfer mappings from one COPASI file to another one, adjusting just the couple of parameters you like to modify.
0.23
Change the return value of time course data in `get_simulation_results`, to use the same columns, as the `dependent` data.
0.22
This release fixes an issue, with `get_data_from_experiment`, for the case when the default renaming is not being used. Here, the original headers defined in the data file, would only be returned for the first experiment in the file, not in the remaining ones.