File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,22 @@ 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 0.11.0-dev
11+ ------------------
12+ In this release the ``python -m isal.igzip `` relatively slow decompression rate
13+ has been improved. Previously it was 19% slower than ``igzip `` when used with
14+ the ``-d `` flag for decompressing, now it is just 8% slower.
15+
16+ + Reverse a bug in the build system which caused some docstring and parameter
17+ information on ``igzip_lib `` and ``isal_zlib `` to disappear in the
18+ documentation and the REPL.
19+ + Increase the buffer size for ``python -m isal.igzip `` so it is now closer
20+ to speeds reached with ``igzip ``.
21+ + Add a ``READ_BUFFER_SIZE `` attribute to ``igzip `` which allows setting the
22+ amount of raw data that is read at once.
23+ + Add an ``igzip_lib.IgzipDecompressor `` object which can decompress without
24+ using an unconsumed_tail and is therefore more efficient.
25+
1026version 0.10.0
1127------------------
1228+ Added an ``igzip_lib `` module which allows more direct access to ISA-L's
You can’t perform that action at this time.
0 commit comments