- Improve error reporting on `str_to_int` (https://github.com/uber/h3-py/pull/127) - Build Linux wheels for Python 2.7
3.6.1
- Switch to Cython wrapper implementation - Pre-built wheels on PyPI for Linux/Mac/Windows - Provide multiple APIs: + `h3.api.basic_str` + `h3.api.basic_int` + `h3.api.numpy_int` + `h3.api.memview_int`
3.6.0
Added - `h3ToCenterChild` function to find center child at given resolution (267) - `getPentagonIndexes` (and `pentagonIndexCount`) function to find pentagons at given resolution (267) Fixed - Fix bounds check for local IJ coordinates (271)
3.5.0
Added - CMake options for excluding filter applications or benchmarks from the build. (247) - `h3GetFaces` function to find icosahedron faces for an index, and helper function `maxFaceCount` (253) Changed - Argument parsing for all filter applications is more flexible. (238) Fixed - Fix printing program name in `h3ToHier` error messages. (254)
3.4.4
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`, and `h3ToGeoBoundary` is more flexible. (227)
3.4.3
- Removed null values in k_ring_distances. - Support on Windows Platform - Fixed some install problems