Skip to content

Commit

Permalink
Merge pull request #405 from benjeffery/release-prep
Browse files Browse the repository at this point in the history
Fix changelog
  • Loading branch information
benjeffery authored Jun 10, 2024
2 parents 7ed89a6 + ac61e21 commit 0c5ccf2
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [0.1.7] - 2024-01-11
## [0.2.0] - 2024-06-10

**Bugfixes**

Expand All @@ -10,9 +10,6 @@
- Variational gamma does not use mutational area of branches, but average path
length, which reduces bias in tree sequences containing polytomies

- In variational gamma, rescale messages at end of each iteration to avoid numerical
instability.

**Breaking changes**

- The default method has been changed to `variational_gamma`.
Expand All @@ -33,6 +30,14 @@
as it is no longer very helpful with new _tsinfer_ output, which has the root
node split. The option is still accessible from the Python API.


## [0.1.7] - 2024-01-11

**Bugfixes**

- In variational gamma, rescale messages at end of each iteration to avoid numerical
instability.

## [0.1.6] - 2024-01-07

**Breaking changes**
Expand Down

0 comments on commit 0c5ccf2

Please sign in to comment.