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 59c4216 commit 132e71fCopy full SHA for 132e71f
CHANGELOG.md
@@ -2,6 +2,11 @@
2
3
## 0.1 series
4
5
+### 0.1.14
6
+
7
+* Fix sampling of priors in `parameterScale` (#492)
8
+* Clarify documentation of `parameterScale` priors
9
10
### 0.1.13
11
12
* Fix for pandas 1.2.0 -- use `get_handle` instead of `get_filepath_or_buffer`
petab/version.py
@@ -1,2 +1,2 @@
1
"""PEtab library version"""
-__version__ = '0.1.13'
+__version__ = '0.1.14'
0 commit comments