File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -7,21 +7,20 @@ Changelog
77.. This document is user facing. Please word the changes in such a way
88.. that users understand how the changes affect the new version.
99
10+ version 1.0.1
11+ ------------------
12+ + Fixed failing tests and wheel builds for PyPy.
13+
1014version 1.0.0
1115------------------
1216Python-isal has been rewritten as a C-extension (first implementation was in
13- Cython). This has made the library faster in many key areas. It does mean
14- that PyPy is no longer supported.
17+ Cython). This has made the library faster in many key areas.
1518
1619+ Since the module now mostly contains code copied from CPython and then
1720 modified to work with ISA-L the license has been changed to the
1821 Python Software Foundation License version 2.
1922+ Python versions lower than 3.7 are no longer supported. Python 3.6 is out
2023 of support since December 2021.
21- + PyPy is no longer supported. PyPy+python-isal was slower than CPython + zlib
22- for decompressing gzip files. PyPy should not be used for workloads that
23- require heavy zlib-compatible compression/decompression. As such it was
24- deemed unnecessary to continue supporting PyPy.
2524+ Stub files with type information have now been updated to correctly display
2625 positional-only arguments.
2726+ Expose ``READ `` and ``WRITE `` constants on the ``igzip `` module. These are
You can’t perform that action at this time.
0 commit comments