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.
0.21
This release adds support for steady state experiments with multiple rows independent for independent data.
0.20
This release adds loading COMBINE archives, and SED-ML file. Additionally, when loading experimental data from files where there is a mismatch between the mapped number of columns, and the number of columns in the data file, no longer fail.
0.19
This release fixes an issue when using `add_equation` with an expression that ends on a species. Additionally an issue was resolved when setting model units, where now all unit expressions are converted to str.
0.18
This release adds changing transient values. So you can set:
* concentrations / particle_numbers * compartment size * parameter value
for those values not to be overwritten by their initial value, remember to set `use_initial_values=False` when continuing from a previous state with some minor changes.