Releases: PyMesh/PyMesh
Releases Β· PyMesh/PyMesh
PyMesh v0.3 Release
PyMesh v0.2.1 Release
Summary:
- Enable TBB for some attribute computations.
- Refactor
Multiplet
andMultipletMap
classes. - Adopt modern CMake style.
- Migrate repo to
PyMesh
organization on github and dockerhub. - Various minor bug fixes and feature additions.
PyMesh v0.2.0 Release
Summary:
- Refactor the build system to use modern CMake.
- Consistent library naming with
PyMesh-
prefix. - Ensure
bdsit_wheel
produce platform dependent wheels. However, I am still not able to build amanylinux
wheel because the toolchain supplied by Centos5 is too ancient. - Release pre-built binary wheel images (See attached
.whl
files). - Auto docker image generation using Circle CI.
- Add preliminary wrapping for Geogram, Draco and TetWild.
- Various bug fixes.