Releases: uber/h3
Releases · uber/h3
Release 3.6.0
Release 3.5.0
[3.5.0] - 2019-07-22
Added
- CMake options for excluding filter applications or benchmarks from the build. (#247)
h3GetFacesfunction to find icosahedron faces for an index, and helper functionmaxFaceCount(#253)
Changed
- Argument parsing for all filter applications is more flexible. (#238)
Fixed
- Fix printing program name in
h3ToHiererror messages. (#254)
Release 3.4.4
Release 3.4.3
Release 3.4.2
[3.4.2] - 2019-02-21
Changed
binding-functionsbuild target generates an ASCII file on Windows (#193)
Release 3.4.1
[3.4.1] - 2019-02-15
Fixed
binding-functionsbuild target fixed when running the build out of source (#188)
Release 3.4.0
Release 3.3.0
[3.3.0] - 2018-12-25
Merry Christmas!
Added
h3Lineandh3LineSizefunctions for getting the line of indexes between some start and end (inclusive) (#165)
Changed
- Indexes in deleted pentagon subsequences are not considered valid.
Release 3.2.0
[3.2.0] - 2018-10-04
Added
experimentalH3ToLocalIjfunction for getting local coordinates for an index. (#102)experimentalLocalIjToH3function for getting an index from local coordinates. (#102)- Benchmarks for the kRing method for k's of size 10, 20, 30, and 40. (#142, #144)
Changed
- Internal
h3ToIjkfunction renamed toh3ToLocalIjk. (#102) h3ToIjkfilter application replaced withh3ToLocalIj. (#102)
Fixed
- Added
#include <stdio.h>tobenchmark.h(#142)
Release 3.1.1
[3.1.1] - 2018-08-29
Fixed
- Fixed bounding box bug for polygons crossing the antimeridian (#130)
- Normalize output of h3SetToMultiPolygon to align with the GeoJSON spec, ensuring that each polygon has only one outer loop, followed by holes (#131)
Changed
- Longitude outputs are now guaranteed to be in the range [-Pi, Pi]. (#93)
- Implemented closed form formula for maxKringSize. Source: https://oeis.org/A003215 (#138)
- Improved test and benchmark harnesses (#126, #128)