Skip to content

Releases: pycompression/python-isal

Version 0.1.0

12 Nov 08:38
c177799
Compare
Choose a tag to compare

The first release for python-isal includes a implementation of the igzip module
that is compliant with the tests for CPython's gzip module. The zlib module has
still some issues. This release was made to allow easy installation for people
who want to enjoy the speed improvements of the igzip module over the gzip module.

  • Publish API documentation on readthedocs.
  • Add API documentation.
  • Ensure the igzip module is fully compatible with the gzip stdlib module.
  • Add compliance tests from CPython to ensure isal_zlib and igzip are validated
    to the same standards as the zlib and gzip modules.
  • Added a working gzip app using python -m isal.igzip
  • Add test suite that tests all possible settings for functions on the
    isal_zlib module.
  • Create igzip module which implements all gzip functions and methods.
  • Create isal_zlib module which implements all zlib functions and methods.