mourner / delaunator-rs

Fast 2D Delaunay triangulation in Rust. A port of Delaunator.
https://docs.rs/delaunator
ISC License
207 stars 28 forks source link

Master ticket for fixes that need to be ported to match Delaunator #15

Closed mourner closed 1 year ago

mourner commented 3 years ago

cc @andreesteve

mourner commented 3 years ago

@andreesteve I think it makes sense to release a new major version now, and leave the update method for later — want to take on this?

andreesteve commented 3 years ago

@mourner that's a good idea! I sent https://github.com/mourner/delaunator-rs/pull/23 for the version bump - after that I will create the release and push the new package to crates.io

andreesteve commented 3 years ago

@mourner - v1.0.0 released and updated on crates.io

mourner commented 1 year ago

All done except for the update method — made a separate ticket for it. #30