Skip to content

Releases: uber/h3-go

v4.1.2

26 Aug 15:37
065469a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.1.1...v4.1.2

v4.1.1

12 Aug 18:23
0a46771
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.1.0...v4.1.1

v4.1.0

23 Mar 00:41
a6e5063
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.0.1...v4.1.0

v4.0.1

30 Sep 17:19
Compare
Choose a tag to compare

Update H3 core to v4.0.1

v4.0.0

08 Sep 16:54
85023b1
Compare
Choose a tag to compare

Release v3.7.1

15 Mar 17:09
Compare
Choose a tag to compare

Added

  • Functions to cover full functionality (#46)
    • Res0IndexCount
    • GetRes0Indexes
    • DistanceBetween
    • ToCenterChild
    • MaxFaceCount
    • GetFaces
    • PentagonIndexCount
    • GetPentagonIndexes
    • HexAreaKm2
    • HexAreaM2
    • PointDistRads
    • PointDistKm
    • PointDistM
    • CellAreaRads2
    • CellAreaKm2
    • CellAreaM2
    • EdgeLengthKm
    • EdgeLengthM
    • ExactEdgeLengthRads
    • ExactEdgeLengthKm
    • ExactEdgeLengthM
    • NumHexagons

Release v3.7.0

17 Feb 05:23
Compare
Choose a tag to compare

Added

  • SetToLinkedGeo function #41 (thanks @retbrown!)
  • Line function

Release v3.0.2

19 May 16:10
Compare
Choose a tag to compare

Fixed

  • go mod vendor now works correctly (#30, #32)

Added

  • Some useful H3 constants (#22):
    • MaxResolution
    • NumIcosaFaces
    • NumBaseCells
  • Support for GOMODULES (#24)

Release v3.0.1

03 Jun 19:05
Compare
Choose a tag to compare

Added

  • Polyfill function (#19).

Changed

  • [breaking] Uncompat now returns ([]H3Index, error) instead of []H3Index
    to accommodate error scenario from C API (#19).

Fixed

  • panic when using Uncompact with invalid resolutions (#20).
  • latitudes and longitudes outside of respective ranges when unprojecting in
    certain areas (#7, #9, #13).

Release v3.0.0

18 Oct 22:01
476e8ec
Compare
Choose a tag to compare

Added

  • everything! first commit.