Version 0.6.0
Python-isal is now cross-platform thanks to adding Windows support in this
release.
python -m gzip
's behaviour has been changed since fixing bug:
bpo-43316 <https://bugs.python.org/issue43316>
_. This bug was not present
inpython -m isal.igzip
but it handled the error differently than the
solution in CPython. This is now corrected andpython -m isal.igzip
handles the error the same as the fixedpython -m gzip
.- Installation on Windows is now supported. Wheels are provided for Windows as
well.