From dbfe66f57677ba77ec5884fcd579ca1c814513bd Mon Sep 17 00:00:00 2001 From: Tim Millar Date: Tue, 5 Sep 2023 13:17:08 +1200 Subject: [PATCH] Update changelog --- docs/changelog.rst | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index bd14cb8d3..dbe027fb4 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -17,6 +17,8 @@ New Features (:user:`timothymillar`, :pr:`1087`, :issue:`1033`) - Add 'Endelman-Jannink' estimator to :func:`genomic_relationship` function. (:user:`timothymillar`, :pr:`1100`, :issue:`1062`) +- Add option to count variant alleles directly from call genotypes in function :func:`count_variant_alleles`. + (:user:`timothymillar`, :pr:`1119`, :issue:`1116`) .. Breaking changes .. ~~~~~~~~~~~~~~~~ @@ -24,8 +26,11 @@ New Features .. Deprecations .. ~~~~~~~~~~~~ -.. Improvements -.. ~~~~~~~~~~~~ +Improvements +~~~~~~~~~~~~ + +- Improve performance of :func:`variant_stats` and :func:`sample_stats` functions. + (:user:`timothymillar`, :pr:`1119`, :issue:`1116`) .. Bug fixes .. ~~~~~~~~~