Skip to content

Commit 980c538

Browse files
committed
Update changelog with bgzip changes
1 parent 32a2d15 commit 980c538

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ Changelog
77
.. This document is user facing. Please word the changes in such a way
88
.. that users understand how the changes affect the new version.
99
10+
version 1.3.0-dev
11+
-----------------
12+
+ Gzip headers are now actively checked for a BGZF extra field. If found the
13+
block size is taken into account when decompressing. This has further
14+
improved bgzf decompression speed by 5% on some files compared to the
15+
more generic solution of 1.2.0.
16+
+ Integrated CPython 3.11 code for reading gzip headers. This leads to more
17+
commonality between the python-isal code and the upstream gzip.py code.
18+
This has enabled the change above. It comes at the cost of a slight increase
19+
in overhead at the ``gzip.decompress`` function.
20+
1021
version 1.2.0
1122
-----------------
1223
+ Bgzip files are now detected and a smaller reading buffer is used to

0 commit comments

Comments
 (0)