From dbef7e5cf4a71502af7d00cd87fb9bedfe6dc0de Mon Sep 17 00:00:00 2001 From: Ruben Vorderman Date: Fri, 9 Aug 2024 13:48:19 +0200 Subject: [PATCH] Make sure all changes are noted --- CHANGELOG.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index dd0ee7b..6081bff 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -7,14 +7,16 @@ Changelog .. This document is user facing. Please word the changes in such a way .. that users understand how the changes affect the new version. -version 0.10.1 +version 0.11.0 ------------------ ++ Make figure IDs reproducible across HTML reports. + Fix a bug where the average phred score per read would be rounded, not floored. This would lead reads with a phred score such as 9.7 to be counted towards the Q>=10 results. + Replace some of the hand vectorized code with more generic code that can be automatically be optimized by the compiler. This should make things faster on - Windows and ARM64 platforms. + Windows and ARM64 platforms. This also means results should be consistent + across platforms and no longer depend on the presence of vector instructions. version 0.10.0 ------------------