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.
37
37
IgzipDecompressor.decompress has been updated to allocate ``maxsize `` buffers
38
38
when these are of reasonable size, instead of growing the buffer to maxsize
39
39
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
+
48
49
+ Python-isal shows up in Python profiler reports.
49
50
+ Support and tests for Python 3.10 were added.
50
51
+ 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