|
2 | 2 |
|
3 | 3 | ## 0.2 series |
4 | 4 |
|
| 5 | +### 0.2.8 |
| 6 | + |
| 7 | +* Fixed pandas `FutureWarning` in `petab/visualize/lint.py` |
| 8 | + by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/242 |
| 9 | +* Added `petab.Problem.n_{estimated,measurements,priors}` |
| 10 | + by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/243 |
| 11 | +* Require pyarrow |
| 12 | + by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/244 |
| 13 | + |
| 14 | +* **Full Changelog**: https://github.com/PEtab-dev/libpetab-python/compare/v0.2.7...v0.2.8 |
| 15 | + |
5 | 16 | ### 0.2.7 |
6 | 17 |
|
7 | 18 | * Fixed a bug in `flatten_timepoint_specific_output_overrides`, which |
@@ -178,8 +189,8 @@ Features: |
178 | 189 | * Argument forwarding for |
179 | 190 | `Problem.get_optimization_to_simulation_parameter_mapping` by @dweindl in |
180 | 191 | https://github.com/PEtab-dev/libpetab-python/pull/159 |
181 | | -* Added candidate schema for version 2 by @dweindl in |
182 | | - https://github.com/PEtab-dev/libpetab-python/pull/142 |
| 192 | +* Added candidate schema for version 2 |
| 193 | + by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/142 |
183 | 194 | * `get_parameter_df`: Allow any collection of parameter tables by @dweindl in |
184 | 195 | https://github.com/PEtab-dev/libpetab-python/pull/153, |
185 | 196 | @m-philipps in https://github.com/PEtab-dev/libpetab-python/pull/156, |
@@ -435,7 +446,7 @@ Documentation: |
435 | 446 |
|
436 | 447 | * In README, add to the overview table the coverage for the supporting tools, |
437 | 448 | and links and usage examples (various commits) |
438 | | -* Show REAMDE on readthedocs documentation front page (PEtab-dev/PEtab#400) |
| 449 | +* Show README on readthedocs documentation front page (PEtab-dev/PEtab#400) |
439 | 450 | * Correct description of observable and noise formulas (PEtab-dev/PEtab#401) |
440 | 451 | * Update documentation on optional visualization values (PEtab-dev/PEtab#405, PEtab-dev/PEtab#419) |
441 | 452 |
|
|
0 commit comments