Releases: fwilliams/point-cloud-utils
Releases · fwilliams/point-cloud-utils
v0.34.0
v0.33.0
Fixes CMake build issues and upgrades to embree4 (Thank you @matthewdcong)
Fixes numpy 2.0 compatibility (Thank you @matthewdcong)
Fix aarch64 tag disambiguation (Thank you @Samahu)
v0.32.0
Fix numpy 2.0+ ABI compat (Thanks @matthewdcong!)
v0.31.0
- Fix MacOS arm builds once and for all
- Fix bug in remove_duplicate_vertices where the output mesh contained degenerate triangles
- Export colors as uint8 in PLY save. This makes meshes viewable in meshlab.
- Fix comments and documentation for chamfer/hausdorff/emd distances
v0.30.4
v0.30.3
v0.30.2
v0.30.1
v0.30.0
v0.29.7
Update NumpyEigen to latest version.
Functions for creating primitive meshes:
- cube
- sphere
- cylinder
Change voxelize mesh to have the voxel center at the origin
Merge bugfix with downsampling with attributes. Thanks @davidcaron !