Releases: d3/d3-delaunay
Releases · d3/d3-delaunay
v5.1.3
v5.1.2
v5.1.1
v5.1.0
v5.0.2
v5.0.1
- Update to Delaunator 4 (improving performance by ~10% and fixing bugs).
- Define the Voronoi tessellation for 0, 1, 2 and more collinear points, improve robustness.
- Fix
delaunay.find
for coincident points. - Add an
update
method for a faster update of the triangulation after in-place editing ofpoints
. ⚠️ Breaking: removedelaunay.outedges
.