File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,11 +29,11 @@ that PyPy is no longer supported.
29
29
+ isal_zlib.compressobj and isal_zlib.decompressobj are now about six times
30
30
faster.
31
31
+ igzip.decompress has 30% less overhead when called.
32
- + ISA-L library version variables are now available on windows as well.
33
- + ``isal_zlib `` functions now raise ``isal_zlib.error `` on error.
32
+ + ``isal_zlib `` functions now raise ``isal_zlib.error `` on error.
34
33
``isal_zlib.IsalError `` has been removed.
35
- + The base class for ``isal_zlib.error `` and ``igzip_lib.IsalError `` is now
34
+ + The base class for ``isal_zlib.error `` and ``igzip_lib.IsalError `` is now
36
35
``Exception `` instead of ``OSError ``.
36
+ + ISA-L library version variables are now available on windows as well.
37
37
+ Wheels are now always build with nasm for the x86 architecture. Previously
38
38
yasm was used for Linux and MacOS due to build issues that have since been
39
39
fixed upstream.
You can’t perform that action at this time.
0 commit comments