Releases: fwilliams/point-cloud-utils
Releases · fwilliams/point-cloud-utils
v0.29.3
Function for generating spheres from points.
Undocumented inclusion of loading arbitrary elements/properties from PLY files. This works but will be fully fleshed out next version
v0.29.2
Fix mac issues that slipped through the CI
Add docs for some functions
v0.29.0
Apple silicon wheels.
Fix ARM compilation
v0.28.1
I forgot to bump the release number so doing that now. This is basically 0.28.0.
v0.28.0
Completely rewrite function docstrings.
Add mkdocs documentation page.
Small API tweaks and fixes.
v0.27.0
Fast winding numbers for triangle soups
Mesh face normal estimation
Mesh face consistent orientation
Fix bug in connected components
Add new docs and fix bugs in doc examples
Add many new tests
0.25.0
Bugfixes, mesh decimation, curvature, more tests, updated README
v0.24.2
- Function for decimating triangle meshes
- Function for removing unreferenced vertices in a mesh
- Update documentation and README
v0.24.1
Fix bug in new PLY saving.
Add test for PLY loading/saving