Skip to content

Releases: mourner/delaunator-rs

v1.0.2

21 Mar 08:56
Compare
Choose a tag to compare

Fix crash when encountering NaN in coordinates #28 (by @AndriBaal)

v1.0.1

31 Oct 08:25
81e58c6
Compare
Choose a tag to compare

Fix a bug that caused collinear hull points to not be included in the hull (#24)

v1.0.0

24 Oct 06:01
4747e4d
Compare
Choose a tag to compare

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
Choose a tag to compare

Fix a bug that could cause an index out of bounds panic.

v0.2.0

15 Sep 21:00
Compare
Choose a tag to compare
  • 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
Choose a tag to compare

Initial release.