All Versions
44
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History
Page 5

  • v0.4.0 Changes

    2020-01-07

    • The Geometry interface has been replaced with a concrete type also named Geometry. This new type holds exactly one geometry value (one of EmptySet, Point, Line, LineString, Polygon, MultiPoint, MultiLineString, MultiPolygon, GeometryCollection. The AnyGeometry type ๐Ÿšš has been removed (Geometry can be used instead).
  • v0.3.0 Changes

    2020-01-07

    • A Linesweep algorithm is now used for the Intersects() bool implementation between line types (Line, LineString, MultiLineString). This reduces the computational complexity from quadratic time to linearithmic time.
  • v0.2.0 Changes

    2019-12-24

    • The Intersects method is now implemented for all geometry pairs. The method signature has been changed to no longer return an error (errors were only returned for unimplemented geometry pairs).
  • v0.1.0 Changes

    2019-12-02

    ๐Ÿš€ Special thanks to Lachlan Patrick and Den Tsou for contributing to this release.

    ๐ŸŽ‰ Initial tagged version.