Releases: mourner/delaunator-rs
Releases · mourner/delaunator-rs
v1.0.2
v1.0.1
v1.0.0
What's Changed
- Handle collinear points #17
- Add support for
no_std
#20 - Robust checks for orientation #19
- Use GitHub Actions with extensive checks in place of Travis CI #22
Full Changelog: v0.2.1...v1.0.0
Breaking changes
triagulate
does not returnOption
anymore -triangulate
always return (possibly empty triangulation with a hull)