Skip to content

Releases: fwilliams/point-cloud-utils

v0.29.3

14 Apr 15:39
Compare
Choose a tag to compare

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

18 Jan 04:49
Compare
Choose a tag to compare

Fix mac issues that slipped through the CI
Add docs for some functions

v0.29.0

14 Jan 22:07
734ede9
Compare
Choose a tag to compare

Apple silicon wheels.
Fix ARM compilation

v0.28.1

04 Jan 14:59
7ad5c58
Compare
Choose a tag to compare

I forgot to bump the release number so doing that now. This is basically 0.28.0.

v0.28.0

01 Jan 20:53
8aef713
Compare
Choose a tag to compare

Completely rewrite function docstrings.
Add mkdocs documentation page.
Small API tweaks and fixes.

v0.27.0

19 Aug 18:00
Compare
Choose a tag to compare

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

v0.25.1

24 Jul 19:42
70e5383
Compare
Choose a tag to compare

Fix setup.py

0.25.0

24 Jul 16:12
Compare
Choose a tag to compare

Bugfixes, mesh decimation, curvature, more tests, updated README

v0.24.2

24 Jul 15:04
Compare
Choose a tag to compare
  • Function for decimating triangle meshes
  • Function for removing unreferenced vertices in a mesh
  • Update documentation and README

v0.24.1

20 Jul 18:11
4d475eb
Compare
Choose a tag to compare

Fix bug in new PLY saving.
Add test for PLY loading/saving