Skip to content

Commit 9194c63

Browse files
committed
list of changes
1 parent d21268c commit 9194c63

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

doc/v2/documentation_data_format.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,12 +111,20 @@ should not alter the definition of the estimation problem itself.
111111
parameters, but excluding parameters listed in the
112112
:ref:`v2_parameters_table` (independent of their ``estimate`` value).
113113

114+
.. _v2_changes:
114115

115116
Changes from PEtab 1.0.0
116117
------------------------
117118
PEtab 2.0.0 is a major update of the PEtab format. The main changes are:
118119

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.
119123
* 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.
120128
* The (now optional) conditions table format changed from wide to long
121129
(:ref:`v2_conditions_table`).
122130
* ``simulationConditionId`` and ``preequilibrationConditionId`` in the
@@ -1020,6 +1028,7 @@ easy validation:
10201028
.. literalinclude:: _static/petab_schema_v2.yaml
10211029
:language: yaml
10221030

1031+
.. _v2_multiple_models:
10231032

10241033
Parameter estimation problems combining multiple models
10251034
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)