The H3 core library adheres to Semantic Versioning.
H3-Py has a major.minor.patch
version scheme. The major and minor version
numbers of H3-Py are the major and minor version of the bound core library,
respectively. The patch version is incremented independently of the core
library.
Because H3-Py is versioned in lockstep with the H3 core library, please avoid adding features or APIs which do not map onto the H3 core API.
All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning and uses this changelog structure.
- Removed null values in k_ring_distances.
- Support on Windows Platform
- Fixed some install problems
- Added h3_line support.
- Added h3_distance function.
- Updated the core library to v3.1.0.
- First public release.