File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed
Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -37,14 +37,15 @@ that PyPy is no longer supported.
3737 IgzipDecompressor.decompress has been updated to allocate ``maxsize `` buffers
3838 when these are of reasonable size, instead of growing the buffer to maxsize
3939 on every call. This has improved gzip decompression speeds by 7%.
40- + ISA-L library version variables are now available on windows as well.
41- + Wheels are now always build with nasm for the x86 architecture. Previously
42- yasm was used for Linux and MacOS due to build issues that have since been
43- fixed upstream.
44- + Updated statically included ISA-L to version 2.31.0. This fixes the bug
45- mentioned below in python-isal as well.
46- + Fixed a bug upstream in ISA-L were zlib headers would be created with an
47- incorrect wbits value.
40+ + Patch statically linked included library (ISA-L 2.30.0) to fix the following:
41+
42+ + ISA-L library version variables are now available on windows as well,
43+ for the statically linked version available on PyPI.
44+ + Wheels are now always build with nasm for the x86 architecture.
45+ Previously yasm was used for Linux and MacOS due to build issues.
46+ + Fixed a bug upstream in ISA-L were zlib headers would be created with an
47+ incorrect wbits value.
48+
4849+ Python-isal shows up in Python profiler reports.
4950+ Support and tests for Python 3.10 were added.
5051+ Due to a change in the deployment process wheels should work for older
You can’t perform that action at this time.
0 commit comments