- Move to v4.0 of the core C library (250) + Function name changes: https://github.com/uber/h3/blob/master/dev-docs/RFCs/v4.0.0/names_for_concepts_types_functions.md + New error system + New interfaces for `polygon_to_cells` and `cells_to_polygons` involving a new `h3.Polygon` class - Expose the Cython API (234) + Note: The Cython API is not yet stable, and should only be used for experimentation
3.7.4
- Website and API documentation; along with docstring cleanup. - Add support for linters and IDE tooling (213) - Remove Py 3.5 wheel for Windows (214) - Py 3.10 wheels and on more architectures (220, 221, 223, 225) - Greatly reduce sdist size (227, 229)
3.7.3
- Wheels for Linux Aarch64 (189)
3.7.2
Fixed - `gridDisk` of invalid indexes should not crash. (498)
3.7.1
Fixed - Finding invalid edge boundaries should not crash. (399) - Build fixes for FreeBSD. (397)