Skip to content

Commit 097a15e

Browse files
committed
Bump version, release notes
1 parent f07c951 commit 097a15e

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

33
## 0.2 series
44

5+
### 0.2.6
6+
7+
* Fixed `flatten_timepoint_specific_output_overrides` not supporting
8+
observableParameter overrides as placeholders in noise formulae
9+
by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/235
10+
* Visualization: fixed replicate sorting
11+
by @plakrisenko in https://github.com/PEtab-dev/libpetab-python/pull/232
12+
* Doc: Revised visualization examples
13+
by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/236
14+
15+
**Full Changelog**: https://github.com/PEtab-dev/libpetab-python/compare/v0.2.5...v0.2.6
16+
517
### 0.2.5
618

719
* Fix accessing `preequilibrationConditionId` without checking for presence

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.5"
2+
__version__ = "0.2.6"

0 commit comments

Comments
 (0)