Skip to content

v1.6.5

Compare
Choose a tag to compare
@simogasp simogasp released this 23 Jun 14:18
· 17 commits to master since this release
4311847

Release Notes

  • Improved compilation scripts
  • Fixed many warnings detected by new Clang [Laurent Alonso]
  • New MingW target for use with R
  • Faster parallel 3D Delaunay triangulation
  • AVX predicates (experimental) (this is the version used in the course on Optimal Transport at SGP 2018)

Change Log

  • Now uses nullptr instead of NULL/0
  • Uses "modern C++"-isms wherever it makes the code easier to read (and does not use them wherever else !)
  • Many fixes for the different compilers/systems that are supported
  • Faster Delaunay3d triangulation by using ideas from https://arxiv.org/abs/1805.08831 (more efficient representation of cavities) and arithmetic filters for predicates in AVX