Skip to content

Releases: fwilliams/point-cloud-utils

Fix compiler error on Windows

11 Jul 20:23
Compare
Choose a tag to compare
0.7.3

fix compiler error on Windows

Fix Build Errors

11 Jul 18:41
Compare
Choose a tag to compare

Fix external dependencies which cause build to fail

Small bugfixes and updated readme

11 Jul 18:25
4449ab5
Compare
Choose a tag to compare

No more squeeze parameter in pairwise_distances

Sinkhorn Distance, Chamfer Distance, and pairwise point distances

11 Jul 18:08
Compare
Choose a tag to compare

Add functions to compute the sinkhorn distance, the chamfer distance as well as a matrix of pairwise distances between points.

Windows Support

03 May 18:37
Compare
Choose a tag to compare

This release upgrades to the latest version of NumpyEigen which supports Windows.
This release also adds support for unsigned index types.

Another tentative OSX fix

20 Feb 16:56
Compare
Choose a tag to compare
0.5.2

fix more vcglib OSX compiler errors

Tentative compilation fix for OSX

20 Feb 16:36
Compare
Choose a tag to compare
Fix vcglib compilation on mac.

Make vcglib use doubles in sample to not throw away precision.

No more Linux only dependencies

15 Feb 23:02
Compare
Choose a tag to compare
0.5.0

no more Linux C dependency

Bump Version of Numpyeigen

02 Jan 15:58
Compare
Choose a tag to compare

Numpyeigen had a bug which caused range arguments (i.e. a[1:2:4]) to not work correctly. This is fixed in the lastest version which Point-Cloud-Utils now uses.

Dummy release

06 Dec 23:36
Compare
Choose a tag to compare

This is a dummy release to fix conda installations