We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a3c240 commit 7cc5877Copy full SHA for 7cc5877
CHANGES.rst
@@ -11,7 +11,11 @@ Versioning <https://semver.org/spec/v2.0.0.html>`__.
11
12
Unreleased
13
----------
14
-- Add missing resolution param for change_resolution in polars namespaces. #83
+
15
+0.19.1 - 2023-10-18
16
+-------------------
17
18
+- Add missing resolution param for change_resolution in polars namespaces. #38
19
- Upgrade pyo3 from 0.19 to 0.20
20
21
0.19.0 - 2023-10-11
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "h3ronpy"
3
-version = "0.19.0"
+version = "0.19.1"
4
authors = ["Nico Mandery <nico@nmandery.net>"]
5
description = "Data science toolkit for the H3 geospatial grid"
6
edition = "2021"
0 commit comments