File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,13 @@ that PyPy is no longer supported.
2424 deemed unnecessary to continue supporting PyPy.
2525+ Stub files with type information have now been updated to correctly display
2626 positional-only arguments.
27+ + Expose ``READ `` and ``WRITE `` constants on the ``igzip `` module. These are
28+ also present in Python's stdlib ``gzip `` module and exposing them allows for
29+ better drop-in capability of ``igzip ``. Thanks to @alexander-beedie in
30+ https://github.com/pycompression/python-isal/pull/115.
2731+ A ``--no-name `` flag has been added to ``python -m isal.igzip ``.
32+ + Reduced wheel size by not including debug symbols in the binary. Thanks to
33+ @marcelm in https://github.com/pycompression/python-isal/pull/108.
2834+ Cython is no longer required as a build dependency.
2935+ isal_zlib.compressobj and isal_zlib.decompressobj are now about six times
3036 faster.
You can’t perform that action at this time.
0 commit comments