Releases: RockRobotic/copc-lib
Releases · RockRobotic/copc-lib
Version 2.6.3
Version 2.6.2
Version 2.6.1
Version 2.6.0
Version 2.5.4
Version 2.5.3
[2.5.3] - 2022-10-27
Fixed
- [Python/C++] Fix
CopcExtents::ToString
Added
- [Python/C++] Add warning when compressing too many points with
CompressBytes
Version 2.5.2
Version 2.5.1
Version 2.5.0
[2.5.0] - 2022-10-17
Fixed
- [Python/C++] Fixed bug when copying CopcConfig into a LazWriterConfig where the header would still try to write Copc headers
- [Python/C++] Fixed bug when updating header in a LazConifgWriter not saving changes
Added
- [Python/C++] Added
WritePointsCompressed
function to LazWriter - [C++] Add
LasHeader
copy constructor with the ability to change theis_copc
parameter - [Python] Add
LazReader
andLazWriter
support to python - [Python] Add
LazWriter
support to python multiprocessing transform functions - [C++] Add output operator (<<) overrides for classes with ToString methods
Removed
- [Python/C++] Removed
PointCount
andChunkCount
from LazWriter
Changed
- [Python/C++] Make
LazFileWriter
inherit fromLazWriter
Commit History
- Laz Reader/Writer Python Bindings (#131) (fa93bda)
- Add output operator overrides to classes with ToString (#134) (816f0a8)
- FEAT-1402: LAZ reader (#128) (3043620)
- Fix multiprocessing bug when setting min/max on empty points (#130) (f4f81e3)
- Speedup Wheel Generation (#126) (bce7bb4)
- Multiprocessing Updates (#127) (d95f3cb)