diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d91cacd..ac2a1993 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [0.1.7] - 2024-01-11 +## [0.2.0] - 2024-06-10 **Bugfixes** @@ -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`. @@ -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**