We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c54bcb commit 5169ff5Copy full SHA for 5169ff5
CHANGES.rst
@@ -12,6 +12,9 @@ Versioning <https://semver.org/spec/v2.0.0.html>`__.
12
Unreleased
13
----------
14
15
+0.20.1 - 2024-03-01
16
+-------------------
17
+
18
- Upgrade h3o, rasterh3 and h3arrow dependencies. This includes a fix for converting datasets spanning the antimeridian
19
by splitting and normalizing tiles before generating cells from them.
20
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "h3ronpy"
3
-version = "0.20.0"
+version = "0.20.1"
4
authors = ["Nico Mandery <nico@nmandery.net>"]
5
description = "Data science toolkit for the H3 geospatial grid"
6
edition = "2021"
0 commit comments