Skip to content

Latest commit

 

History

History
77 lines (57 loc) · 1.54 KB

CHANGELOG.md

File metadata and controls

77 lines (57 loc) · 1.54 KB

Changelog

All notable changes to this project will be documented in this file. The format is based on Keep a Changelog.

This project tracks the major and minor versions set by h3, and introduces backwards-compatible updates and/or fixes via patches with patch version bumps.

3.7.1

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

3.7.0

Added

  • SetToLinkedGeo function (#41)
  • Line function (#37)

3.0.2

Fixed

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

Added

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

3.0.1

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).

v3.0.0

Added

  • everything! first commit.