We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 605d086 commit 75cadccCopy full SHA for 75cadcc
2 files changed
CHANGELOG.md
@@ -2,6 +2,21 @@
2
3
## 0.1 series
4
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
20
### 0.1.28
21
22
* Fixed validation for output parameters columns in the condition table
petab/version.py
@@ -1,2 +1,2 @@
1
"""PEtab library version"""
-__version__ = '0.1.28'
+__version__ = '0.1.29'
0 commit comments