d3 / d3-delaunay

Compute the Voronoi diagram of a set of two-dimensional points.
https://d3js.org/d3-delaunay
ISC License
611 stars 57 forks source link

upgrade to delaunator@4 #63

Closed Fil closed 5 years ago

Fil commented 5 years ago

fixes https://github.com/d3/d3-delaunay/issues/50

removes delaunay.outedges from the API, replaced with the private _hullIndex

mourner commented 5 years ago

@Fil let's merge then? Or did you plan to get the degenerate cases handling into the same major version?

Fil commented 5 years ago

Depends on your feedback on https://github.com/mapbox/delaunator/pull/47 ; if negative, then we can merge this and find a better way to solve #64. If positive, then we can make a more interesting major version.

mourner commented 5 years ago

@Fil that one is merged, but I'm thinking of also merging in https://github.com/mapbox/delaunator/pull/48 to cram this into a semver major too, and then we can release new major versions of both Delaunator and d3-delaunay.

Fil commented 5 years ago

Yes let's move forward with everything

Fil commented 5 years ago

Superseded by https://github.com/d3/d3-delaunay/pull/64