Skip to content

Releases: RockRobotic/copc-lib

Version 2.6.3

20 May 15:55
Compare
Choose a tag to compare

[2.6.3] - 2025-05-20

  • [CMake] Update test data downloader
Commit History

Version 2.6.2

19 May 13:09
Compare
Choose a tag to compare

[2.6.2] - 2025-05-19

  • [Python] Conda fixes
Commit History

Version 2.6.1

19 May 10:07
Compare
Choose a tag to compare

[2.6.1] - 2025-05-19

  • [Python] Conda fixes
Commit History
  • Fix testing cmake for conda (9633adc)

Version 2.6.0

19 May 08:54
Compare
Choose a tag to compare

[2.6.0] - 2025-05-19

  • [Python] Wheel build fixes
Commit History

Version 2.5.4

25 Jan 18:06
Compare
Choose a tag to compare

[2.5.4] - 2023-01-25

Added

  • [C++] Allow for building as static library with lazperf built externally
Commit History

Version 2.5.3

27 Oct 21:27
Compare
Choose a tag to compare

[2.5.3] - 2022-10-27

Fixed

  • [Python/C++] Fix CopcExtents::ToString

Added

  • [Python/C++] Add warning when compressing too many points with CompressBytes
Commit History

Version 2.5.2

21 Oct 21:21
Compare
Choose a tag to compare

[2.5.2] - 2022-10-21

Added

  • [Python/C++] Expose X Y Z extents
Commit History

Version 2.5.1

18 Oct 19:26
Compare
Choose a tag to compare

[2.5.1] - 2022-10-18

Added

  • [Python/C++] Added PointCount and ChunkCount to LazWriter
  • [Python/C++] Added FilePath property to LazWriter and FileWriter
Commit History
  • Add point count and chunk count to lazwriter (#135) (481305a)

Version 2.5.0

17 Oct 17:03
Compare
Choose a tag to compare

[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 the is_copc parameter
  • [Python] Add LazReader and LazWriter 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 and ChunkCount from LazWriter

Changed

  • [Python/C++] Make LazFileWriter inherit from LazWriter
Commit History

Version 2.4.1

13 Sep 20:07
Compare
Choose a tag to compare

[2.4.1] - 2022-09-13

Changed

  • [Python] Removed stub generation for platforms other than Linux
Commit History