We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 652d74c commit 59097deCopy full SHA for 59097de
2 files changed
CHANGES.rst
@@ -11,6 +11,10 @@ Versioning <https://semver.org/spec/v2.0.0.html>`__.
11
12
Unreleased
13
----------
14
+
15
+0.19.0 - 2023-10-11
16
+-------------------
17
18
- Polars expressions and series shortcuts. #33
19
- Parse directed edges and vertexes from utf8 strings.
20
- Extend documentation of ``cells_parse``.
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "h3ronpy"
3
-version = "0.18.0"
+version = "0.19.0"
4
authors = ["Nico Mandery <nico@nmandery.net>"]
5
description = "Data science toolkit for the H3 geospatial grid"
6
edition = "2021"
0 commit comments