Skip to content

Commit

Permalink
Fix changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
benjeffery committed Jun 10, 2024
1 parent 575e194 commit ac61e21
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 ac61e21

Please sign in to comment.