diff --git a/CHANGES.rst b/CHANGES.rst index 8d3b878..a6960e3 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -12,6 +12,9 @@ Versioning `__. Unreleased ---------- +0.18.0 - 2023-08-31 +------------------- + - Added ``coordinates_to_cells`` function. - Added ``rasterize_cells`` function to generate raster arrays from cells. - Updated h3o from v0.3 to v0.4. Due to the new polyfill modes this leads to API changes in all functions converting diff --git a/Cargo.toml b/Cargo.toml index adf5ef4..467eedb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "h3ronpy" -version = "0.17.5" +version = "0.18.0" authors = ["Nico Mandery "] description = "Data science toolkit for the H3 geospatial grid" edition = "2021"