Skip to content

Commit 75cadcc

Browse files
committed
update changelog; bump version
1 parent 605d086 commit 75cadcc

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

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

33
## 0.1 series
44

5+
### 0.1.29
6+
7+
Features:
8+
* Method to unflatten simulation dataframe produced by flattened PEtab problem
9+
by @dilpath in https://github.com/PEtab-dev/libpetab-python/pull/171
10+
* Methods to simplify PEtab problems
11+
by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/172
12+
13+
Fixes:
14+
* Fix relative paths for model files
15+
by @dilpath in https://github.com/PEtab-dev/libpetab-python/pull/173
16+
17+
**Full Changelog**
18+
https://github.com/PEtab-dev/libpetab-python/compare/v0.1.28...v0.1.29
19+
520
### 0.1.28
621

722
* Fixed validation for output parameters columns in the condition table

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.1.28'
2+
__version__ = '0.1.29'

0 commit comments

Comments
 (0)