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
7
7
.. This document is user facing. Please word the changes in such a way
8
8
.. that users understand how the changes affect the new version.
9
9
10
+ version 1.0.1
11
+ ------------------
12
+ + Fixed failing tests and wheel builds for PyPy.
13
+
10
14
version 1.0.0
11
15
------------------
12
16
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.
15
18
16
19
+ Since the module now mostly contains code copied from CPython and then
17
20
modified to work with ISA-L the license has been changed to the
18
21
Python Software Foundation License version 2.
19
22
+ Python versions lower than 3.7 are no longer supported. Python 3.6 is out
20
23
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.
25
24
+ Stub files with type information have now been updated to correctly display
26
25
positional-only arguments.
27
26
+ Expose ``READ `` and ``WRITE `` constants on the ``igzip `` module. These are
You can’t perform that action at this time.
0 commit comments