Skip to content

Commit

Permalink
Make sure all changes are noted
Browse files Browse the repository at this point in the history
  • Loading branch information
rhpvorderman committed Aug 9, 2024
1 parent f3a778a commit dbef7e5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
------------------
Expand Down

0 comments on commit dbef7e5

Please sign in to comment.