Skip to content

Commit 7c3536c

Browse files
committed
cleanup, model dirs
1 parent 67dd99b commit 7c3536c

File tree

6 files changed

+149
-183
lines changed

6 files changed

+149
-183
lines changed

CHANGELOG.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ See also our [versioning policy](https://amici.readthedocs.io/en/latest/versioni
5353

5454
* Experimental support for the PEtab data format v2.0.0 (draft, see
5555
https://petab.readthedocs.io/en/latest/v2/documentation_data_format.html)
56-
for SBML- and PySB-based problems (see `amici.petab.petab_importer`).
56+
for SBML- and PySB-based problems (see `amici.petab.petab_importer`). The API is subject to change.
5757

5858
* Current limitations for PySB-based PEtab problems:
59-
* Only species and `pysb.Parameter` are supported as condition table
59+
* Only species and `pysb.Expression` are supported as condition table
6060
targets.
6161

6262
* Many relevant `ReturnData` fields are now available as `xarray.DataArray`
@@ -91,13 +91,6 @@ See also our [versioning policy](https://amici.readthedocs.io/en/latest/versioni
9191
can now be specified via the `AMICI_MODELS_ROOT` environment variable.
9292
See `amici.get_model_dir` for details.
9393

94-
**Pending removals**
95-
96-
* With PEtab v2 support added, support for PEtab v1 will be removed in a
97-
future release.
98-
PEtab v1 problems can still be imported using the PEtab v2 importer, but
99-
some features may not be supported.
100-
10194

10295
## v0.X Series
10396

doc/examples/example_petab/petab_v2.ipynb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
"source": [
88
"# PEtab 2.0 import\n",
99
"\n",
10+
"**Note:** PEtab v2 support in AMICI is experimental and subject to change.\n",
11+
"\n",
1012
"This notebook demonstrates how to import a [PEtab v2 problem](https://petab.readthedocs.io/en/latest/v2/documentation_data_format.html) for computing the objective function and gradient, or for simulating individual conditions using AMICI. We assume that you are already familiar with the basics of AMICI and PEtab."
1113
]
1214
},

0 commit comments

Comments
 (0)