Skip to content

Commit 8768c50

Browse files
committed
prepare 0.1.21
1 parent dfb7623 commit 8768c50

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

33
## 0.1 series
44

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+
514
### 0.1.20
615

716
* Visualization: plot additional simulation points (not only at measurements) (#62), bugfix (#68)

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.20'
2+
__version__ = '0.1.21'

0 commit comments

Comments
 (0)