We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 179dc82 commit 432a12bCopy full SHA for 432a12b
CHANGELOG.md
@@ -2,6 +2,13 @@
2
3
## 0.2 series
4
5
+### 0.2.7
6
+
7
+* Fixed a bug in `flatten_timepoint_specific_output_overrides`, which
8
+ did not handle numeric values correctly
9
10
+**Full Changelog**: https://github.com/PEtab-dev/libpetab-python/compare/v0.2.6...v0.2.7
11
12
### 0.2.6
13
14
* Fixed `flatten_timepoint_specific_output_overrides` not supporting
petab/version.py
@@ -1,2 +1,2 @@
1
"""PEtab library version"""
-__version__ = "0.2.6"
+__version__ = "0.2.7"
0 commit comments