Skip to content

Commit 4813832

Browse files
committed
Bump version, changelog
1 parent 234a1db commit 4813832

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
## 0.2 series
44

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+
516
### 0.2.7
617

718
* Fixed a bug in `flatten_timepoint_specific_output_overrides`, which
@@ -178,8 +189,8 @@ Features:
178189
* Argument forwarding for
179190
`Problem.get_optimization_to_simulation_parameter_mapping` by @dweindl in
180191
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
183194
* `get_parameter_df`: Allow any collection of parameter tables by @dweindl in
184195
https://github.com/PEtab-dev/libpetab-python/pull/153,
185196
@m-philipps in https://github.com/PEtab-dev/libpetab-python/pull/156,
@@ -435,7 +446,7 @@ Documentation:
435446

436447
* In README, add to the overview table the coverage for the supporting tools,
437448
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)
439450
* Correct description of observable and noise formulas (PEtab-dev/PEtab#401)
440451
* Update documentation on optional visualization values (PEtab-dev/PEtab#405, PEtab-dev/PEtab#419)
441452

petab/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""PEtab library version"""
2-
__version__ = "0.2.7"
2+
__version__ = "0.2.8"

0 commit comments

Comments
 (0)