Releases: fwilliams/point-cloud-utils
Releases · fwilliams/point-cloud-utils
Fix compiler error on Windows
0.7.3 fix compiler error on Windows
Fix Build Errors
Fix external dependencies which cause build to fail
Small bugfixes and updated readme
No more squeeze
parameter in pairwise_distances
Sinkhorn Distance, Chamfer Distance, and pairwise point distances
Add functions to compute the sinkhorn distance, the chamfer distance as well as a matrix of pairwise distances between points.
Windows Support
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
0.5.2 fix more vcglib OSX compiler errors
Tentative compilation fix for OSX
Fix vcglib compilation on mac. Make vcglib use doubles in sample to not throw away precision.
No more Linux only dependencies
0.5.0 no more Linux C dependency
Bump Version of Numpyeigen
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
This is a dummy release to fix conda installations