Skip to content

Releases: fwilliams/point-cloud-utils

v0.34.0

15 Apr 22:32
Compare
Choose a tag to compare

Fixes PyPI upload

v0.33.0

11 Apr 15:54
ed500b8
Compare
Choose a tag to compare

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

21 Mar 17:35
c5d3925
Compare
Choose a tag to compare

Fix numpy 2.0+ ABI compat (Thanks @matthewdcong!)

v0.31.0

30 Aug 02:38
9c7c54b
Compare
Choose a tag to compare
  • 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

12 Dec 18:46
Compare
Choose a tag to compare

Add pcu.adjacency_list

v0.30.3

12 Dec 16:08
Compare
Choose a tag to compare

Add function to delete vertices from a mesh and update faces accordingly

v0.30.2

08 Dec 20:00
dac4e5e
Compare
Choose a tag to compare

Bump version in setup.py

v0.30.1

08 Dec 16:46
Compare
Choose a tag to compare

Fix ply export to work with meshlab. Update docs

v0.30.0

14 Sep 23:24
Compare
Choose a tag to compare

Remove all GPL dependencies and change to MIT license

v0.29.7

11 Sep 00:45
406aea6
Compare
Choose a tag to compare

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 !