We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37adbe0 commit 8d4fa72Copy full SHA for 8d4fa72
CHANGES.rst
@@ -12,6 +12,9 @@ Versioning <https://semver.org/spec/v2.0.0.html>`__.
12
Unreleased
13
----------
14
15
+0.20.0 - 2024-02-03
16
+-------------------
17
+
18
- Migrate from the unmaintained arrow2 arrow implementation to the official arrow-rs from apache. This comes along
19
with a few changes:
20
- `directededges_to_wkb_lines` and `directededges_to_lines` have been removed. Use the linestring-versions instead.
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "h3ronpy"
3
-version = "0.19.2"
+version = "0.20.0"
4
authors = ["Nico Mandery <nico@nmandery.net>"]
5
description = "Data science toolkit for the H3 geospatial grid"
6
edition = "2021"
0 commit comments