v2.4.0
-
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 optionalunlzw
dependency (which currently has a memory leak issue). -
Fixed a deprecation warning from
importlib_resources
.