diff --git a/changelog.md b/changelog.md index e1e11b1e..aa08c3a0 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,8 @@ +# 0.11.4: Bug fixed +- fix output of mutations into the `branch_mutation.txt` file which was masked by a conditional +- adjust CLI help +- adjust output precision + # 0.11.3: Bug fixed - calls to some random number generator errorred after the recent switch to treetime owned RNGs. - default argument for clock-filter method had a spelling mistake diff --git a/treetime/__init__.py b/treetime/__init__.py index 79dab3da..ac5d610c 100644 --- a/treetime/__init__.py +++ b/treetime/__init__.py @@ -1,4 +1,4 @@ -version="0.11.3" +version="0.11.4" ## Here we define an error class for TreeTime errors, MissingData, UnknownMethod and NotReady errors ## are all due to incorrect calling of TreeTime functions or input data that does not fit our base assumptions. ## Errors marked as TreeTimeUnknownErrors might be due to data not fulfilling base assumptions or due