File: Changelog.md

package info (click to toggle)
python-laszip 0.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 176 kB
  • sloc: cpp: 906; sh: 50; makefile: 4; python: 1
file content (30 lines) | stat: -rw-r--r-- 586 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# 0.2.3 30 May 2023

- Fix LasUnZipper::decompress and LasZipper::compress when the number
  of bytes to compress/decompress exceeded the mac capacity of the
  inner stringstream used.

# 0.2.2 8 Feb 2023

- Added missing MIT License

# 0.2.1 26 Dec 2022

- Fixed selective decompressor constructor

# 0.2.0 26 Dec 2022

- Added support for selective decompression

# 0.1.0 30 May 2021

- Added `seek` method to LasUnZipper

# 0.0.1 28 Dec 2020

- Initial release
- Added LasUnZipper
- Added LasZipper
- Added LasZipDll
- Added bindings to laszip_header
- Added bindings to laszip_point