Releases: mourner/delaunator-rs
Releases · mourner/delaunator-rs
v1.0.2
21 Mar 08:56
Compare
Sorry, something went wrong.
No results found
Fix crash when encountering NaN in coordinates #28 (by @AndriBaal )
v1.0.1
31 Oct 08:25
Compare
Sorry, something went wrong.
No results found
Fix a bug that caused collinear hull points to not be included in the hull (#24 )
v1.0.0
24 Oct 06:01
Compare
Sorry, something went wrong.
No results found
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 return Option anymore - triangulate always return (possibly empty triangulation with a hull)
v0.2.1
10 Jun 10:12
Compare
Sorry, something went wrong.
No results found
Fix a bug that could cause an index out of bounds panic.
v0.2.0
15 Sep 21:00
Compare
Sorry, something went wrong.
No results found
Breaking: now triangulate returns Option<Triangulation> instead of Triangulation to be able to recover from an error.
Better error handling, tests.
v0.1.1
15 Sep 20:59
Compare
Sorry, something went wrong.
No results found