Skip to content

Releases: fwilliams/point-cloud-utils

v0.34.0

Choose a tag to compare

@matthewdcong matthewdcong released this 15 Apr 22:32

Fixes PyPI upload

v0.33.0

Choose a tag to compare

@fwilliams fwilliams released this 11 Apr 15:54
ed500b8

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

Choose a tag to compare

@fwilliams fwilliams released this 21 Mar 17:35
c5d3925

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

v0.31.0

Choose a tag to compare

@fwilliams fwilliams released this 30 Aug 02:38
9c7c54b
  • 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

Choose a tag to compare

@fwilliams fwilliams released this 12 Dec 18:46

Add pcu.adjacency_list

v0.30.3

Choose a tag to compare

@fwilliams fwilliams released this 12 Dec 16:08

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

v0.30.2

Choose a tag to compare

@fwilliams fwilliams released this 08 Dec 20:00
dac4e5e

Bump version in setup.py

v0.30.1

Choose a tag to compare

@fwilliams fwilliams released this 08 Dec 16:46

Fix ply export to work with meshlab. Update docs

v0.30.0

Choose a tag to compare

@fwilliams fwilliams released this 14 Sep 23:24

Remove all GPL dependencies and change to MIT license

v0.29.7

Choose a tag to compare

@fwilliams fwilliams released this 11 Sep 00:45
406aea6

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 !