Skip to content

Commit 03e9a07

Browse files
committed
petab2
1 parent 5bf0db2 commit 03e9a07

1 file changed

Lines changed: 14 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -82,14 +82,20 @@ The following functionality has been removed without replacement:
8282

8383
**Features**
8484

85-
* Experimental support for the PEtab data format v2.0.0 (draft, see
86-
https://petab.readthedocs.io/en/latest/v2/documentation_data_format.html)
87-
for SBML- and PySB-based problems (see `amici.petab.petab_importer`).
88-
The API is subject to change.
89-
90-
* Current limitations for PySB-based PEtab problems:
91-
* Only species and `pysb.Expression` are supported as condition table
92-
targets.
85+
* Support for the PEtab data format v2.0.0
86+
([draft](https://petab.readthedocs.io/en/latest/v2/documentation_data_format.html))
87+
for the JAX and SUNDIALS interfaces.
88+
89+
See `amici.importers.petab.PetabImporter` and examples for
90+
[JAX](https://amici.readthedocs.io/en/latest/examples/example_jax_petab/ExampleJaxPEtab.html)
91+
and [SUNDIALS](https://amici.readthedocs.io/en/latest/examples/example_petab/petab_v2.html).
92+
93+
For JAX-based models, the interface can be considered stable;
94+
for SUNDIALS-based models, the API nay still change.
95+
96+
SBML- and PySB-based PEtab problems are currently supported.
97+
For PySB-based PEtab problems, only species and `pysb.Expression` are
98+
supported as condition table targets (i.e., no parameters yet).
9399

94100
* Many relevant `ReturnData` fields are now available as `xarray.DataArray`
95101
via `ReturnData.xr.{x,y,w,x0,sx,...}`.

0 commit comments

Comments
 (0)