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 684c6d1 commit b6c2333Copy full SHA for b6c2333
CHANGELOG.md
@@ -2,6 +2,13 @@
2
3
## 0.1 series
4
5
+### 0.1.19
6
+
7
+* Visualization: refactoring (#58) including various bug fixes
8
+* Validation: Fixed detection of missing observable/noise parameter overrides
9
+ (#64)
10
+* Optional relative paths in generated YAML (#57)
11
12
### 0.1.18
13
14
* Fixed various documentation issues
petab/version.py
@@ -1,2 +1,2 @@
1
"""PEtab library version"""
-__version__ = '0.1.18'
+__version__ = '0.1.19'
0 commit comments