We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56aa7e3 commit 76c1ac5Copy full SHA for 76c1ac5
CHANGELOG.rst
@@ -7,6 +7,12 @@ Changelog
7
.. This document is user facing. Please word the changes in such a way
8
.. that users understand how the changes affect the new version.
9
10
+version 0.8.1
11
+-----------------
12
++ Fix a bug where multi-member gzip files where read incorrectly due to an
13
+ offset error. This was caused by ISA-L's decompressobj having a small
14
+ bitbuffer which was not taken properly into account in some circumstances.
15
+
16
version 0.8.0
17
-----------------
18
+ Speed up ``igzip.compress`` and ``igzip.decompress`` by improving the
0 commit comments