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 dfb7623 commit 8768c50Copy full SHA for 8768c50
CHANGELOG.md
@@ -2,6 +2,15 @@
2
3
## 0.1 series
4
5
+### 0.1.21
6
+
7
+* PEtab spec compliance: measurements must now be not null, and numeric (#76)
8
+ * Users who relied on null measurements for simulation/plotting are
9
+ recommended to store these dummy simulation-only measurements in an
10
+ additional file, separate to real measurements used for calibration
11
+* Improve Unicode support (#79, fixes #77)
12
+* Convenience methods to scale or unscale a parameter vector (#78)
13
14
### 0.1.20
15
16
* Visualization: plot additional simulation points (not only at measurements) (#62), bugfix (#68)
petab/version.py
@@ -1,2 +1,2 @@
1
"""PEtab library version"""
-__version__ = '0.1.20'
+__version__ = '0.1.21'
0 commit comments