We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46ad30a commit 52a8f26Copy full SHA for 52a8f26
2 files changed
changes.md
@@ -1,5 +1,8 @@
1
# Changes
2
3
+## 0.1.13
4
+- fixed bug when no predecessor model is provided, introduced in 0.1.11 (#83)
5
+
6
## 0.1.12
7
- fixed bug in last version: non-FAMoS methods do not terminate
8
petab_select/version.py
@@ -1,2 +1,2 @@
"""Version of the model selection extension for PEtab."""
-__version__ = '0.1.12'
+__version__ = '0.1.13'
0 commit comments