Skip to content

Releases: d3/d3-delaunay

v4.1.1

24 Aug 19:50
Compare
Choose a tag to compare
  • Update dependencies.

v4.1.0

06 Aug 16:31
Compare
Choose a tag to compare
  • Add delaunay.neighbors.

4.0.2

06 Aug 15:17
Compare
Choose a tag to compare
  • Significantly optimize construction of the Voronoi diagram.
  • Allow traversal over the Delaunay triangulation.
  • Add delaunay.inedges; an incoming halfedge index for each point.
  • Add delaunay.outedges; an outgoing halfedge index for each point on the hull.
  • Change delaunay.hull to a linked list of nodes, as in Delaunator.
  • Move voronoi.find to delaunay.find.
  • Remove voronoi.edges.
  • Remove voronoi.index.

v3.1.7

23 May 21:29
Compare
Choose a tag to compare
  • Skip null polygons in voronoi.cellPolygons.

v3.1.6

23 May 16:42
Compare
Choose a tag to compare
  • voronoi.cellPolygon now returns null for empty cells rather than the empty array.

v3.1.5

23 May 16:42
Compare
Choose a tag to compare
  • Fix for some coincident points in Voronoi cells. (#42)

v3.1.4

23 May 14:18
Compare
Choose a tag to compare
  • Fix broken Voronoi cells in the corners. (#41)

v3.1.3

23 May 00:09
Compare
Choose a tag to compare
  • Fix some broken Voronoi cells.

v3.1.2

22 May 23:51
Compare
Choose a tag to compare
  • Fix hang on bad triangulation. (#40)

v3.1.1

22 May 23:48
Compare
Choose a tag to compare
  • Fix case-sensitive file name. (#39)