pypi lz4 0.9.3
Fixes to block API

latest releases: 4.3.3, 4.3.2, 4.3.1...
6 years ago

This release makes the block (de)compress functions more tolerant to the source argument past to them. The logic is now:

  • First check if source is a bytearray and deal appropriately with that if needed
  • If the source argument is not a bytearray cast it to a bytes object

This should give compatibility with 0.9.1 and earlier.

Don't miss a new lz4 release

NewReleases is sending notifications on new releases.