Skip to content

Commit 8d4fa72

Browse files
committed
v0.20.0
1 parent 37adbe0 commit 8d4fa72

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGES.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ Versioning <https://semver.org/spec/v2.0.0.html>`__.
1212
Unreleased
1313
----------
1414

15+
0.20.0 - 2024-02-03
16+
-------------------
17+
1518
- Migrate from the unmaintained arrow2 arrow implementation to the official arrow-rs from apache. This comes along
1619
with a few changes:
1720
- `directededges_to_wkb_lines` and `directededges_to_lines` have been removed. Use the linestring-versions instead.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "h3ronpy"
3-
version = "0.19.2"
3+
version = "0.20.0"
44
authors = ["Nico Mandery <nico@nmandery.net>"]
55
description = "Data science toolkit for the H3 geospatial grid"
66
edition = "2021"

0 commit comments

Comments
 (0)