Skip to content

Commit

Permalink
chore: add to changelog and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
rneher committed Sep 7, 2023
1 parent 6f35b88 commit 9fdceaa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions changelog.md
@@ -1,3 +1,9 @@
# 0.11.1: bug fixes and tweaks to plotting
- fix division by zero error during GTR inference
- improve doc strings in parse dates
- tweaks to background shading in timetree plot function (`plot_vs_years`)
- allow to specify branches on which date confidence intervals are shown.

# 0.11.0: new clock filter method

Previously, only a crude analysis of whether the divergence of tips roughly follows a linear trend was implemented. Tips that deviated too much from that regression line were flagged as outliers and this threshold was parameterized as number of interquartile distances of the distribution of residuals `n_iqd`.
Expand Down
2 changes: 1 addition & 1 deletion treetime/__init__.py
@@ -1,4 +1,4 @@
version="0.11.0"
version="0.11.1"
## 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
Expand Down

0 comments on commit 9fdceaa

Please sign in to comment.