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 8f5d166 commit 6100e26Copy full SHA for 6100e26
CHANGELOG.rst
@@ -13,6 +13,9 @@ Python-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.
15
16
++ Since the module now mostly contains code copied from CPython and then
17
+ modified to work with ISA-L the license has been changed to the
18
+ Python Software Foundation License version 2.
19
+ Python versions lower than 3.7 are no longer supported. Python 3.6 is out
20
of support since December 2021.
21
+ PyPy is no longer supported. PyPy+python-isal was slower than CPython + zlib
0 commit comments