From 0eeb6d678e75a455a902718f8e3753d0a192e94a Mon Sep 17 00:00:00 2001 From: Ben Jeffery Date: Mon, 17 Jun 2024 17:58:42 +0100 Subject: [PATCH] Fix changelog --- python/CHANGELOG.rst | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/python/CHANGELOG.rst b/python/CHANGELOG.rst index 3c36f650c3..ac60de0ee5 100644 --- a/python/CHANGELOG.rst +++ b/python/CHANGELOG.rst @@ -1,4 +1,5 @@ -[0.5.7] - 2023-XX-XX +-------------------- +[0.5.7] - 2024-06-17 -------------------- **Breaking Changes** @@ -8,15 +9,6 @@ Suppress this error with the `allow_position_zero` argument. (:user:`benjeffery`, :pr:`2901`, :issue:`2838`) -**Features** - -- Add ``TreeSequence.extend_edges`` method that extends ancestral haplotypes - using recombination information, leading to unary nodes in many trees and - fewer edges. (:user:`petrelharp`, :user:`hfr1tz3`, :user:`avabamf`, :pr:`2651`) - -- Add ``Table.drop_metadata`` to make clearing metadata from tables easy. - (:user:`jeromekelleher`, :pr:`2944`) - **Bugfixes** - Fix to the folded, expected allele frequency spectrum (i.e., @@ -24,6 +16,7 @@ which was half as big as it should have been. (:user:`petrelharp`, :user:`nspope`, :pr:`2933`) +-------------------- [0.5.6] - 2023-10-10 --------------------