D3 Geo Voronoi Versions Save

Voronoi / Delaunay tessellations on the sphere

v2.0.1

2 years ago
  • robust hull (#37)

v2.0.0

2 years ago
  • Adopt type: module.

This package now requires Node.js 12 or higher. For more, please read Sindre Sorhus’s FAQ.

v1.6.0

4 years ago
  • using 3 fake points (instead of 4) to build a clean triangulation

v1.5.0

4 years ago
  • Introduces d3.geoContour 🎉

v1.4.1

4 years ago
  • fixes the points references in the underlying delaunay (#14)

v1.4.0

4 years ago

v1.3.0

4 years ago
  • more robustness with respect to undefined/NaN/Infinity points

v1.2.1

4 years ago
  • fix a crash in hull computations (see test case).

v1.2.0

4 years ago
  • tolerate NaN values