Skip to content

Version 0.6.0

Compare
Choose a tag to compare
@rhpvorderman rhpvorderman released this 10 Mar 08:03
· 904 commits to develop since this release
707b145

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
    in python -m isal.igzip but it handled the error differently than the
    solution in CPython. This is now corrected and python -m isal.igzip
    handles the error the same as the fixed python -m gzip.
  • Installation on Windows is now supported. Wheels are provided for Windows as
    well.