Skip to content

v2.4.0

Compare
Choose a tag to compare
@valgur valgur released this 19 Dec 12:12
· 28 commits to master since this release
  • Added support for LZW (.Z) compression output. This is provided by the new ncompress library.

    As a result, LZW decompression is now also 40x faster than with unlzw3 and as fast as with the optional unlzw dependency (which currently has a memory leak issue).

  • Fixed a deprecation warning from importlib_resources.