Skip to content

Commit

Permalink
add to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rneher committed Jul 7, 2023
1 parent 9ecc937 commit 421aef3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 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`.
This filter is not very sensitive and often misses misdated tips that severely distort the tree but still fall within the distribution of root-to-tip distances at that time.
To overcome this, we implemented a novel filtering method that fits a simple gaussian model of divergence accumulation.

# 0.10.1: bug fix release

* avoid probability loss at the end of the domain of distributions
Expand Down

0 comments on commit 421aef3

Please sign in to comment.