Skip to content

Releases: laz-rs/laz-rs-python

0.4.0-alpha.1

11 Oct 13:13
6fdda15
Compare
Choose a tag to compare
0.4.0-alpha.1 Pre-release
Pre-release
  • Update to laz-rs 0.6.0-alpha.1 which brings variable size chunk support

0.3.1

23 Jul 10:08
d666060
Compare
Choose a tag to compare
  • Use laz-rs rev: fd7901ddfd083189795c4617c3450ecc028d6f15 which brings improvements to the ParLasZipCompressor and ParLasZipDecompressor (much less memory usage + less copy overhead)

  • Improve our implementation of std::io::Write on python file object, by converting the rust slice to be written into a memory view
    that python can use, thus removing a copy.

  • Improve out implementation of std::io::Read by using the fileobject readinto method (if available) to avoid copying data.

  • Add bindings to the new reserve_chunk_table_offset

0.3.0

01 Jun 19:26
Compare
Choose a tag to compare
  • Add binding for ParLasZipDecompressor::seek

0.2.5

29 Jan 12:55
Compare
Choose a tag to compare
  • Fix Writing by flushing the BufWriter when done.

0.2.4

27 Jan 16:46
Compare
Choose a tag to compare

Performance improvement / fix by using buffered read / writes on the python file object wrappers

0.2.3

21 Dec 12:02
Compare
Choose a tag to compare

Nothing new, just issue a new version as some wheels for windows linked to wrong python dll
eg the cp37 wheel linked to python36.dll

0.2.2

20 Dec 17:53
Compare
Choose a tag to compare
  • Update pyo3 to 0.12.4 (which fixes crashes on python3.9)

0.2.1

03 Dec 16:47
Compare
Choose a tag to compare

Update laz-rs to 0.5.1

build & release on python3.9

0.2.0

01 Oct 22:28
Compare
Choose a tag to compare

Update to lazrs 0.5.0

0.1.1

10 Mar 13:35
Compare
Choose a tag to compare

Fix module name in create_exception!