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 ec3ee12 commit 32581a1Copy full SHA for 32581a1
CHANGELOG.rst
@@ -22,6 +22,7 @@ that PyPy is no longer supported.
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
++ A ``--no-name`` flag has been added to ``python -m isal.igzip``.
26
+ Cython is no longer required as a build dependency.
27
+ a fast function calling method ``METH_FASTCALL`` is now used to call the
28
functions. This method is only supported by Python 3.7 and higher. This has
0 commit comments