* Utility functions for reading common mesh formats (OBJ, OFF, PLY) * Utility functions for writing common mesh formats (OBJ, OFF)
0.3.3
* Add the function `sample_point_cloud_poisson_disk` which downsamples a dense point cloud with Poisson Disk Sampling
0.3.2
* Don't build with MKL unless `--use-mkl' flag is passed or `USE_MKL` environment var is set - MKL is hard to install if you're not using conda and I don't want to break pip users. I'll enable it by default in conda.
0.3.1
* Bump numpyeigen version which now inclcudes Python.h before numpyarrayobject.h. - This should fix older versions of numpy
0.3.0
* git submodules suck, move numpyeigen to be a CMake external project instead. * Make MKL required if it is enabled
0.2.0
* Added optional MKL support from CMake * Cleaned up `setup.py` so things should be buildable from conda