From 8e49eed6bf3725b60fca781dbf0c117a077f3644 Mon Sep 17 00:00:00 2001 From: awohns Date: Wed, 30 Jun 2021 22:43:16 +0100 Subject: [PATCH] update CHANGELOG --- CHANGELOG.rst | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ce7b526d..ee409034 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,20 @@ +-------------------- +[0.1.4] - 2021-06-30 +-------------------- + +**Features** + +- The algorithm now operates completely in unscaled time (in units of generations) under + the hood, which means that ``tsdate.build_prior_grid`` now requires the parameter + ``Ne``. +- Users now have access to the marginal posterior distributions on node age by running + ``tsdate.get_dates``, though this is undocumented for now. + +**Bugfixes** + +- A fix to the way likelihoods are added should eliminate numerical errors that are + sometimes encountered when dating very large tree sequences. + -------------------- [0.1.3] - 2021-02-15 --------------------