Skip to content

Releases: d3/d3-delaunay

v6.0.4

01 Apr 02:39
c5a08b3
Compare
Choose a tag to compare
  • Fix circumcenters when the hull is collinear. #142

v6.0.3

25 Mar 01:20
48d091f
Compare
Choose a tag to compare
  • Fix precision error calculating voronoi.neighbors. #138 #139
  • Fix broken polygon. #140

v6.0.2

05 Jun 18:29
2196b80
Compare
Choose a tag to compare
  • Update dependencies.
  • Make build reproducible.

v6.0.1

04 Jun 17:55
c71e2a3
Compare
Choose a tag to compare
  • Adopt type: module.
  • Adopt delaunator@5 for robust Delaunay triangulation
  • Robust Voronoi circumcenters for collinear points on the hull
  • More bug fixes

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

v5.3.0

28 May 12:13
@Fil Fil
Compare
Choose a tag to compare
  • voronoi.cellPolygons() now gives the cell's index as property; clarify that it filters out empty polygons (#106)
  • ensure ES6 (#107)

v5.2.1

05 Feb 14:03
@Fil Fil
Compare
Choose a tag to compare
  • removes a side effect (#99)

v5.2.0

19 Jan 13:45
@Fil Fil
Compare
Choose a tag to compare
  • Adds voronoi.neighbors(i)

Example at https://observablehq.com/@d3/voronoi-neighbors
Capture d’écran 2020-01-19 à 14 44 10

v5.1.6

05 Oct 09:20
@Fil Fil
Compare
Choose a tag to compare
  • Mark the package as having no side effects (thanks, @stof)
  • Fix the detection of degenerate (collinear) triangulations (#92)

v5.1.5

04 Sep 08:34
@Fil Fil
Compare
Choose a tag to compare
  • avoid spurious points in the corners (#88)

v5.1.4

30 Aug 08:28
@Fil Fil
Compare
Choose a tag to compare
  • Robustness of the triangulation (Delaunator 4.0.1, mapbox/delaunator#43)
  • Robustness of the circumcenters: da2c24b
  • Ignore more duplicate points (follow-up of #42)