|
1 | 1 | # PEtab changelog |
2 | 2 |
|
| 3 | +## 0.2 series |
| 4 | + |
| 5 | +### 0.2.0 |
| 6 | + |
| 7 | +Note: petab 0.2.0 requires Python>=3.9 |
| 8 | + |
| 9 | +Features: |
| 10 | +* Plot measurements for t = 'inf' |
| 11 | + by @plakrisenko in https://github.com/PEtab-dev/libpetab-python/pull/149 |
| 12 | +* Added validation for visualization files |
| 13 | + by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/184 |
| 14 | + https://github.com/PEtab-dev/libpetab-python/pull/189 |
| 15 | +* Startpoints as dict |
| 16 | + by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/188 |
| 17 | +* Residuals plot |
| 18 | + by @plakrisenko in https://github.com/PEtab-dev/libpetab-python/pull/187 |
| 19 | + https://github.com/PEtab-dev/libpetab-python/pull/191 |
| 20 | +* add goodness of fit plot |
| 21 | + by @plakrisenko in https://github.com/PEtab-dev/libpetab-python/pull/192 |
| 22 | +* Add PySBModel for handling of PySB models |
| 23 | + by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/145 |
| 24 | + |
| 25 | +Fixes |
| 26 | +* Vis: Don't fail on missing simulations |
| 27 | + by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/185 |
| 28 | +* prevent strings being parsed as nan in get_visualization_df |
| 29 | + by @plakrisenko in https://github.com/PEtab-dev/libpetab-python/pull/193 |
| 30 | +* Fix get_model_for_condition |
| 31 | + by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/194 |
| 32 | +* Simulator: rename measurement column to simulation |
| 33 | + by @dilpath in https://github.com/PEtab-dev/libpetab-python/pull/199 |
| 34 | +* Fix sympy symbol name clashes |
| 35 | + by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/202 |
| 36 | + |
| 37 | +**Full Changelog**: https://github.com/PEtab-dev/libpetab-python/compare/v0.1.30...v0.2.0 |
| 38 | + |
3 | 39 | ## 0.1 series |
4 | 40 |
|
5 | 41 | ### 0.1.30 |
|
0 commit comments