Skip to content

Commit e820dc1

Browse files
committed
Update changelog
1 parent cb7041f commit e820dc1

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
1026
version 0.10.0
1127
------------------
1228
+ Added an ``igzip_lib`` module which allows more direct access to ISA-L's

0 commit comments

Comments
 (0)