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 da52b3b commit 8f5d166Copy full SHA for 8f5d166
CHANGELOG.rst
@@ -27,6 +27,10 @@ that PyPy is no longer supported.
27
faster.
28
+ igzip.decompress has 30% less overhead when called.
29
+ ISA-L library version variables are now available on windows as well.
30
++ ``isal_zlib`` functions now raise ``isal_zlib.error`` on error.
31
+ ``isal_zlib.IsalError`` has been removed.
32
++ The base class for ``isal_zlib.error`` and ``igzip_lib.IsalError`` is now
33
+ ``Exception`` instead of ``OSError``.
34
+ Wheels are now always build with nasm for the x86 architecture. Previously
35
yasm was used for Linux and MacOS due to build issues that have since been
36
fixed upstream.
0 commit comments