Skip to content

Releases: uber/h3

Release 3.0.6

01 Jun 19:00
f24c8a6
Compare
Choose a tag to compare

[3.0.6] - 2018-06-01

Changed

  • Changed signature of internal function h3NeighborRotations.
  • Do not require support for hexRange, hexRanges, or hexRangeDistances in the bindings. These functions may be deprecated in the public API in future releases; consumers should use kRing and kRingDistances instead.
  • Performance improvement in core indexing logic for geoToH3 (thanks @wewei!)

Release 3.0.5

27 Apr 21:09
674d41c
Compare
Choose a tag to compare

Fixed

  • Fixed duplicate vertex in h3ToGeoBoundary for certain class III hexagons (#46)

Added

  • Release guide