Skip to content

Commit

Permalink
add to changelog and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
rneher committed Jan 22, 2024
1 parent a9f5a6c commit 1eed0e0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.11.2: improvements in VCF parsing/writing + clock-filter functionality
- rewrite of the vcf reading and writing code including many more tests, closer alignment with spec, and performance improvements by @jameshadfield [PR #263](https://github.com/neherlab/treetime/pull/263)
- clock-filter command can now remove detected outliers with the additional flag `--prune-outliers`.

# 0.11.1: bug fixes and tweaks to plotting
- fix division by zero error during GTR inference
- improve doc strings in parse dates
Expand Down
2 changes: 1 addition & 1 deletion treetime/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version="0.11.1"
version="0.11.2"
## 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 1eed0e0

Please sign in to comment.