Releases: uber/h3
Releases · uber/h3
Release 3.1.0
[3.1.0] - 2018-08-03
Added
h3Distancefunction for determining the grid distance between H3 indexes (#83)- Internal
h3ToIjkfunction for getting IJK+ coordinates from an index (#83) - Internal
ijkDistancefunction for determining the grid distance between IJK+ coordinates (#83) h3ToIjkfilter application for experimenting withh3ToIjk(#83)
Fixed
- Don't require a C++ compiler (#107)
Changed
- Most dynamic internal memory allocations happen on the heap instead of the stack (#100)
Release 3.0.8
[3.0.8] - 2018-07-18
Added
- Added Direction enum, replacing int and defined constants (#77)
Fixed
- Ensured unused memory is cleared for pentagon children. (#84)
- Fixed compiler warnings in
h3ToGeoHierandh3ToGeoBoundaryHier. (#90) - Fixed a segfault in
h3SetToLinkedGeo(#94)
Changed
- Warnings are not errors by default. (#90)
Release 3.0.7
Release 3.0.6
[3.0.6] - 2018-06-01
Changed
- Changed signature of internal function h3NeighborRotations.
- Do not require support for
hexRange,hexRanges, orhexRangeDistancesin the bindings. These functions may be deprecated in the public API in future releases; consumers should usekRingandkRingDistancesinstead. - Performance improvement in core indexing logic for
geoToH3(thanks @wewei!)
Release 3.0.5
Fixed
- Fixed duplicate vertex in h3ToGeoBoundary for certain class III hexagons (#46)
Added
- Release guide