Skip to content

Releases: markus-wa/quickhull-go

v2.2.0

03 Jan 12:55
a98878b
Compare
Choose a tag to compare

Changes

  • Removed test dependency on testify
  • Migrated from Travis CI to GitHub Actions

v2.1.0

18 Jan 10:40
a5b49d7
Compare
Choose a tag to compare

Changes

  • Cleaned up dependencies
  • Changed module name from github.com/markus-wa/quickhull-go to github.com/markus-wa/quickhull-go/v2

v2.0.0

09 Jul 09:11
36831f6
Compare
Choose a tag to compare

Fixes

  • Fixed ConvexHull.Triangle() function possibly returning wrong values
  • Fixed off-by-one error in ConvexHull.Indices

v2.0.0-beta.0

16 Jan 17:12
Compare
Choose a tag to compare
v2.0.0-beta.0 Pre-release
Pre-release

Fixes

  • Change API to expose needed info

v1.0.2

16 Jan 13:17
Compare
Choose a tag to compare

Fixes

  • Removed unnecessary fmt.Println()

v1.0.1

13 Jan 15:14
Compare
Choose a tag to compare

Fixes

  • Fixed convex hull for 2D triangular point-clouds with 4 vertices returning 4 instead of 3 vertices.

v1.0.0

13 Jan 14:35
Compare
Choose a tag to compare

Initial release