Skip to content

Commit 463c0bd

Browse files
committed
Update changelog and documentation with C gzip reader change
1 parent a75d160 commit 463c0bd

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ 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.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+
1018
version 1.3.0
1119
-----------------
1220
+ Gzip headers are now actively checked for a BGZF extra field. If found the

README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,10 @@ Differences with zlib and gzip modules
145145
the compression levels are not compatible, a difference in naming was chosen
146146
to reflect this. ``igzip.GzipFile`` does exist as an alias of
147147
``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.
148152

149153
.. differences end
150154

0 commit comments

Comments
 (0)