Skip to content

Commit

Permalink
Merge pull request #427 from PEtab-dev/develop
Browse files Browse the repository at this point in the history
Release 0.1.7
  • Loading branch information
yannikschaelte authored Apr 3, 2020
2 parents 9fe4823 + 6249a5b commit 3f1d7be
Show file tree
Hide file tree
Showing 7 changed files with 18,143 additions and 1,944 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## 0.1 series

### 0.1.7

Documentation:

* Update coverage and links of supporting tools
* Update explanatory figure


### 0.1.6

Library:
Expand Down
23 changes: 13 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ for example:

- Specifying multiple simulation condition with potentially shared parameters

![PEtab files](doc/gfx/petab_files.png)

## Documentation

Documentation of the PEtab data format and Python library is available at
Expand Down Expand Up @@ -56,7 +58,8 @@ Where PEtab is supported (in alphabetical order):
- [dMod](https://github.com/dkaschek/dMod/)
([HOWTO](https://github.com/dkaschek/dMod/wiki/Support-for-PEtab))

- [MEIGO](http://gingproc.iim.csic.es/meigo.html)
- [MEIGO](https://github.com/gingproc-IIM-CSIC/MEIGO64)
([HOWTO](https://github.com/gingproc-IIM-CSIC/MEIGO64/tree/master/MEIGO/PEtabMEIGO))

- [parPE](https://github.com/ICB-DCM/parPE/)

Expand All @@ -82,17 +85,17 @@ different tools, based on passed test cases of the
| 3 | Numeric observable parameter overrides in measurement table | +++ | +-- | +++ | +++ | +++ | --+ | +++ | +++ |
| 4 | Parametric observable parameter overrides in measurement table | +++ | +-- | +++ | +++ | +++ | --+ | +++ | +++ |
| 5 | Parametric overrides in condition table | +++ | +-- | +++ | +++ | +++ | --+ | +++ | +++ |
| 6 | Time-point specific overrides in the measurement table | --- | --- | +++ | +++ | --- | --- | --- | --- |
| 7 | Observable transformations to log10 scale | +-+ | +-- | +++ | ++- | ++- | --+ | +-+ | +-+ |
| 8 | Replicate measurements | +++ | +-- | +++ | +++ | --- | --+ | +++ | +++ |
| 9 | Pre-equilibration | +++ | +-- | +++ | +++ | --- | --+ | +++ | +++ |
| 10 | Partial pre-equilibration | +++ | --- | +++ | +++ | --- | --+ | +++ | +++ |
| 11 | Numeric initial concentration in condition table | +++ | +-- | +++ | +++ | --- | --+ | +++ | +++ |
| 12 | Numeric initial compartment sizes in condition table | --- | +-- | +++ | +++ | --- | --- | --- | --- |
| 13 | Parametric initial concentrations in condition table | +++ | +-- | +++ | +++ | --- | --+ | +++ | +++ |
| 6 | Time-point specific overrides in the measurement table | --- | --- | +++ | +++ | +++ | --- | --- | --- |
| 7 | Observable transformations to log10 scale | +-+ | +-- | +++ | ++- | +++ | --+ | +-+ | +-+ |
| 8 | Replicate measurements | +++ | +-- | +++ | +++ | +++ | --+ | +++ | +++ |
| 9 | Pre-equilibration | +++ | +-- | +++ | +++ | +++ | --+ | +++ | +++ |
| 10 | Partial pre-equilibration | +++ | --- | +++ | +++ | +++ | --+ | +++ | +++ |
| 11 | Numeric initial concentration in condition table | +++ | +-- | +++ | +++ | +++ | --+ | +++ | +++ |
| 12 | Numeric initial compartment sizes in condition table | --- | +-- | +++ | +++ | +++ | --- | --- | --- |
| 13 | Parametric initial concentrations in condition table | +++ | +-- | +++ | +++ | +++ | --+ | +++ | +++ |
| 14 | Numeric noise parameter overrides in measurement table | +++ | +-- | +++ | +++ | +++ | --+ | +++ | +++ |
| 15 | Parametric noise parameter overrides in measurement table | +++ | +-- | +++ | +++ | +++ | --+ | +++ | +++ |
| 16 | Observable transformations to log scale | +-+ | +-- | +++ | ++- | ++- | --+ | +-+ | +-+ |
| 16 | Observable transformations to log scale | +-+ | +-- | +++ | ++- | +++ | --+ | +-+ | +-+ |

Legend:
* First character indicates whether computing simulated data is supported and simulations are correct (+) or not (-).
Expand Down
Binary file modified doc/gfx/petab_files.pdf
Binary file not shown.
Binary file modified doc/gfx/petab_files.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 3f1d7be

Please sign in to comment.