All Versions
34
Latest Version
Avg Release Cycle
67 days
Latest Release
731 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v3.6.4 Changes
June 19, 2020โ Added
H3_MEMORY_PREFIX
CMake option for replacing the memory management functions used in H3. (#317)- ๐ Support for building Debian packages of H3. (#352) ### ๐ Fixed
- โ Removed duplicate include statements. (#333)
- Fixed macro
H3_DIGIT_MASK_NEGATIVE
. (#329)
-
v3.6.3 Changes
January 21, 2020๐ Fixed
compact
detects and fails on cases with duplicated input indexes. (#299) ### ๐ Changedh3IsValid
returns false for indexes that have non-zero reserved bits. (#300)h3IsValid
andh3UnidirectionalEdgeIsValid
return false for indexes with the high bit set. (#300)
-
v3.6.2 Changes
- โช Revert new
polyfill
algorithm until reported issues are fixed. (#293)
- โช Revert new
-
v3.6.1 Changes
November 11, 2019๐ Fixed
compact
handles zero length input correctly. (#278)bboxHexRadius
scaling factor adjusted to guarantee containment forpolyfill
. (#279)polyfill
new algorithm for up to 3x perf boost. (#282)- ๐ Fix CMake targets for KML generation. (#285)
-
v3.6.0 Changes
August 12, 2019โ Added
h3ToCenterChild
function to find center child at given resolution (#267)getPentagonIndexes
(andpentagonIndexCount
) function to find pentagons at given resolution (#267) ### ๐ Fixed- ๐ Fix bounds check for local IJ coordinates (#271)
-
v3.5.0 Changes
July 22, 2019โ Added
- ๐ CMake options for excluding filter applications or benchmarks from the build. (#247)
h3GetFaces
function 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
h3ToHier
error messages. (#254)
-
v3.4.4 Changes
May 30, 2019๐ Changed
- Local coordinate spaces cannot cross more than one icosahedron edge. (#234)
- All dynamic internal memory allocations happen on the heap instead of the stack. (#235)
- ๐ Argument parsing for
h3ToGeo
,geoToH3
, andh3ToGeoBoundary
is more flexible. (#227)
-
v3.4.3 Changes
May 02, 2019โ Added
localIjToH3
filter application (#222)- ๐จ An option to print distances in the
kRing
filter application (#222) ### ๐ Changed - ๐ Arguments parsing for
kRing
filter application is more flexible. (#224) ### ๐ Fixed benchmarkPolyfill
allocates its memory on the heap (#198)- ๐ Fixed constraints of vertex longitudes (#213)
- Zero only input to
uncompact
does not produce an error (#223)
-
v3.4.2 Changes
February 21, 2019๐ Changed
- ๐
binding-functions
build target generates an ASCII file on Windows (#193)
- ๐
-
v3.4.1 Changes
February 15, 2019๐ Fixed
- ๐
binding-functions
build target fixed when running the build out of source (#188)
- ๐