From 7de9e6757f43a21fd4d5e83baa28ffc0096f57f5 Mon Sep 17 00:00:00 2001 From: Wilder Wohns Date: Fri, 28 Feb 2020 00:47:35 +0000 Subject: [PATCH] update changelog --- CHANGELOG.rst | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 2245abdd..e4bc5ee7 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,10 +1,15 @@ -------------------- -[0.1.0] - 2020-02-24 +[0.1.1] - 2020-02-28 -------------------- -Early Alpha release made available via PyPI for community testing and evaluation. +- Improve user experience with more progress bars and logging. +- Slightly change traversal method in outside and outside maximization algorithms, + this should only affect inference on inferred tree sequences with large numbers + of nodes at the same frequency. +- Improve reporting of current project version +- Use appdirs for default caching location +- Prevent dating tree sequences with dangling nodes -Please don't use this version in published works. -------------------- [0.1.1] - 2020-02-25 @@ -12,3 +17,13 @@ Please don't use this version in published works. Bugfix release: resolve issue with precalculating prior values. + +-------------------- +[0.1.0] - 2020-02-24 +-------------------- + +Early Alpha release made available via PyPI for community testing and evaluation. + +Please don't use this version in published works. + +