From 5169ff56635805ce476ed8bd079154a0fd3ce51d Mon Sep 17 00:00:00 2001 From: Nico Mandery Date: Fri, 1 Mar 2024 17:13:06 +0100 Subject: [PATCH] v0.20.1 --- CHANGES.rst | 3 +++ Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 3caf57a..14b2553 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -12,6 +12,9 @@ Versioning `__. Unreleased ---------- +0.20.1 - 2024-03-01 +------------------- + - Upgrade h3o, rasterh3 and h3arrow dependencies. This includes a fix for converting datasets spanning the antimeridian by splitting and normalizing tiles before generating cells from them. diff --git a/Cargo.toml b/Cargo.toml index 49ff85f..98d3f42 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "h3ronpy" -version = "0.20.0" +version = "0.20.1" authors = ["Nico Mandery "] description = "Data science toolkit for the H3 geospatial grid" edition = "2021"