ANN: PyLZMA 0.1.0 released

Joachim Bauch mail at joachim-bauch.de
Sun Oct 23 14:22:32 EDT 2005


Hi,

I'm pleased to announce the release of PyLZMA 0.1.0

PyLZMA is a platform independent python library that provides compression
using the LZMA algorithm by Igor Pavlov.  The LZMA algorithm usually performs
better than the zlib or bz2 algorithms.

Changes from 0.0.3:
* updated to 7-zip 4.23 and LZMA SDK 4.27
* fixed compilation problems with GCC 4 on Linux
* added matchfinder algorithms HashChain and Patricia in addition to the
   default BinTree
* support for multithreaded compression on Windows
* new usage.txt documentation
* added compatibility decompression methods for compressed data without the
   "end of stream" marker if the total uncompressed size is unknown

You can download the source and Windows installers of the new version from
the projects area of my homepage at http://www.joachim-bauch.de

The latest sourcecode can be found in the subversion repository at
http://fancycode.com/viewcvs/pylzma/trunk/?root=python

Greetings,
   Joachim
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 262 bytes
Desc: OpenPGP digital signature
URL: <http://mail.python.org/pipermail/python-list/attachments/20051023/20812c82/attachment.sig>


More information about the Python-list mailing list