Skip to content

Releases: twpayne/go-geom

v1.5.0: Merge pull request #226 from twpayne/geojson-tweaks

24 Jan 22:44
8bc0c9a
Compare
Choose a tag to compare

v1.4.3

05 Sep 14:40
8d4b18d
Compare
Choose a tag to compare
  • Tolerate minor differences in floating point results to support FMA

v1.4.2

25 Jul 17:30
Compare
Choose a tag to compare
  • Fix floating point precision failure caused by FMA on ppc64le, thanks @prashantkhoje

v1.4.1

17 Aug 16:43
25827fa
Compare
Choose a tag to compare
  • Fix common-case panic in convex hull calculation (thanks @chrisdinn).

v1.4.0

04 May 23:11
ef326cb
Compare
Choose a tag to compare
  • Improve handling of GeometryCollections (thanks @otan).
  • Add top level SetSRID function.
  • New WKT parser (thanks @andyyang890).
  • Add Reverse method (thanks @engelsjk).

v1.3.6

08 Sep 15:01
07bcc24
Compare
Choose a tag to compare
  • multipolygon: fix Polygon(i) function with EMPTY preceding MULTIPOLYGONs

v1.3.5

30 Aug 18:07
218e778
Compare
Choose a tag to compare
  • geojson: fix rune cast for Go 1.15
  • encoding/wkt: fix handling of collections with empty elements

v1.3.4

17 Aug 10:22
95e229f
Compare
Choose a tag to compare
Merge pull request #183 from twpayne/update-dependencies

Update dependencies

v1.3.2

30 Jun 17:45
bca3a64
Compare
Choose a tag to compare
  • encoding/geojson: fix encoding POINT EMPTY with options

v1.3.1

30 Jun 17:30
a79d200
Compare
Choose a tag to compare
  • encoding/geojson: correctly handle EMPTY geometries
  • encoding: switch tests to use testify
  • bigxy, sorting, transform: convert to testify for tests