Skip to content

Version 2.4.0

Compare
Choose a tag to compare
@clee-ai clee-ai released this 12 Sep 20:44
· 23 commits to main since this release

[2.4.0] - 2022-09-12

Added

  • [Python] Generate stubs (.pyi) for the C++ bindings to provide typechecking in the IDE
  • [Python] Add helper functions for multithreading COPC reads and transformations
  • [Python/C++] Add GetMaxDepth() function to CopcReader

Changed

  • [Python/C++] Point and Points objects no longer depend on an internal scale or offset. XYZ coordinates are stored as doubles internally, and converted into integers using scale and offset only when packing or unpacking. The Points::Pack() function now requires either a LasHeader or a scale/offset vector as arguments. The Point::Pack() function now requires a scale/offset vector as arguments. The Point and Points constructors no longer take a scale and offset vector as arguments.
Commit History