File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,14 @@ Changelog
7
7
.. This document is user facing. Please word the changes in such a way
8
8
.. that users understand how the changes affect the new version.
9
9
10
+ version 1.4.0-dev
11
+ -----------------
12
+ + The internal ``igzip._IGzipReader `` has been rewritten in C. As a result the
13
+ overhead of decompressing files has significantly been reduced and
14
+ ``python -m isal.igzip `` is now very close to the C ``igzip `` application.
15
+ + The ``igzip._IGZipReader `` in C is now used in ``igzip.decompress ``. This
16
+ has reduced overhead significantly.
17
+
10
18
version 1.3.0
11
19
-----------------
12
20
+ Gzip headers are now actively checked for a BGZF extra field. If found the
Original file line number Diff line number Diff line change @@ -145,6 +145,10 @@ Differences with zlib and gzip modules
145
145
the compression levels are not compatible, a difference in naming was chosen
146
146
to reflect this. ``igzip.GzipFile `` does exist as an alias of
147
147
``igzip.IGzipFile `` for compatibility reasons.
148
+ + ``igzip._GzipReader `` has been rewritten in C. Since this is a private member
149
+ it should not affect compatibility, but it may cause some issues for
150
+ instances where this code is used directly. If such issues should occur,
151
+ please report them so the compatibility issues can be fixed.
148
152
149
153
.. differences end
150
154
You can’t perform that action at this time.
0 commit comments