Skip to content

Commit

Permalink
chore: version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
rneher committed Jun 28, 2022
1 parent 5010a68 commit e5711d1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 0.9.1
This release is mostly a bug-fix release and contains some additional safeguards against unwanted side-effects of greedy polytomy resolution.

* resolve polytomies only when significant LH gain can be achieved
* performance enhancement in pre-order iteration during marginal time tree estimate when hitting large polytomies.
* allow users to set branch specific rates (only when used as a library)

# 0.9.0

This release contains several major changes to how TreeTime calculates time scaled phylogenies.
Expand Down Expand Up @@ -39,7 +46,7 @@ This release fixes a few bugs and adds a few features
* output statistics of different iterations of the treetime optimization loop (trace-log, thanks to @ktmeaton)
* speed ups by @akislyuk
* fix errors with dates in the distant future
* better precision of tablular skyline output
* better precision of tabular skyline output
* adds clock-deviation to the root-to-tip output of the `clock` command


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.9.0"
version="0.9.1"

class TreeTimeError(Exception):
"""TreeTimeError class"""
Expand Down

0 comments on commit e5711d1

Please sign in to comment.