Skip to content

Commit cded7ad

Browse files
committed
Version 0.2.4, release notes
1 parent 95aead8 commit cded7ad

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

33
## 0.2 series
44

5+
### 0.2.4
6+
7+
* Made figure sizes for visualization functions customizable via `petab.visualize.plotting.DEFAULT_FIGSIZE`
8+
by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/222
9+
* Fixed Handling missing `nominalValue` in `Problem.get_x_nominal`
10+
by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/223
11+
* Fixed pandas 2.1.0 `FutureWarnings`
12+
by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/226
13+
* Added pre-commit-config, ran black, isort, ...
14+
by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/225
15+
16+
**Full Changelog**: https://github.com/PEtab-dev/libpetab-python/compare/v0.2.3...v0.2.4
17+
518
### 0.2.3
619

720
* Fixed validation failures in case of missing optional fields in visualization tables

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.3"
2+
__version__ = "0.2.4"

0 commit comments

Comments
 (0)