PyMesh Versions Save

Geometry Processing Library for Python

v0.3

3 years ago

Summary:

  • Refactored cmake build system.
  • Tons of small code refactoring.
  • Incorporate pull requests.
  • Better CD/CI setup.
  • Update dependencies.

v0.2.1

5 years ago

Summary:

  • Enable TBB for some attribute computations.
  • Refactor Multiplet and MultipletMap classes.
  • Adopt modern CMake style.
  • Migrate repo to PyMesh organization on github and dockerhub.
  • Various minor bug fixes and feature additions.

v0.2.0

5 years ago

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 a manylinux 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.