Skip to content

Commit 6cb7bd7

Browse files
committed
Remove erroneous PyPy not supported claim
1 parent f7a8d90 commit 6cb7bd7

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff 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+
1014
version 1.0.0
1115
------------------
1216
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.
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

0 commit comments

Comments
 (0)