File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -111,12 +111,20 @@ should not alter the definition of the estimation problem itself.
111
111
parameters, but excluding parameters listed in the
112
112
:ref: `v2_parameters_table ` (independent of their ``estimate `` value).
113
113
114
+ .. _v2_changes :
114
115
115
116
Changes from PEtab 1.0.0
116
117
------------------------
117
118
PEtab 2.0.0 is a major update of the PEtab format. The main changes are:
118
119
120
+ * The :ref: `PEtab YAML problem description <v2_problem_yaml >` is now
121
+ mandatory and its structure changed. In particular, the `problems ` list
122
+ has been flattened.
119
123
* Support for models in other formats than SBML (:ref: `v2_model `).
124
+ * The use of different models for different measurements is now
125
+ supported via the optional ``modelId `` column in the
126
+ :ref: `v2_measurements_table `, see also :ref: `v2_multiple_models `.
127
+ This was poorly defined in PEtab 1.0.0 and probably not used in practice.
120
128
* The (now optional) conditions table format changed from wide to long
121
129
(:ref: `v2_conditions_table `).
122
130
* ``simulationConditionId `` and ``preequilibrationConditionId `` in the
@@ -1020,6 +1028,7 @@ easy validation:
1020
1028
.. literalinclude :: _static/petab_schema_v2.yaml
1021
1029
:language: yaml
1022
1030
1031
+ .. _v2_multiple_models :
1023
1032
1024
1033
Parameter estimation problems combining multiple models
1025
1034
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments