Skip to content

Commit 5ca3b48

Browse files
committed
bump version; update changelog
1 parent 9c23a21 commit 5ca3b48

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22

33
## 0.2 series
44

5+
### 0.2.5
6+
7+
* Customizable figure size
8+
by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/222
9+
* Handle missing `nominalValue` in `Problem.get_x_nominal`
10+
by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/223
11+
* Fix pandas 2.1.0 `FutureWarnings`
12+
by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/226
13+
* Add pre-commit-config, run black, isort, ...
14+
by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/225
15+
* Fix accessing `preequilibrationConditionId` without checking for presence
16+
by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/228
17+
* Startpoint sampling for a subset of parameters
18+
by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/230
19+
* Treat `observableParameter` overrides as placeholders in noise formulae
20+
by @dilpath in https://github.com/PEtab-dev/libpetab-python/pull/231
21+
22+
**Full Changelog**: https://github.com/PEtab-dev/libpetab-python/compare/v0.2.4...v0.2.5
23+
524
### 0.2.4
625

726
* Made figure sizes for visualization functions customizable via `petab.visualize.plotting.DEFAULT_FIGSIZE`

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.4"
2+
__version__ = "0.2.5"

0 commit comments

Comments
 (0)