From 7977b3de7a4947d3a82796bbd0deef3359f41267 Mon Sep 17 00:00:00 2001 From: Nico Mandery Date: Tue, 26 Nov 2024 10:42:20 +0100 Subject: [PATCH] v0.22.0 --- crates/h3arrow/CHANGES.md | 2 ++ h3ronpy/CHANGES.rst | 6 +++--- h3ronpy/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/crates/h3arrow/CHANGES.md b/crates/h3arrow/CHANGES.md index 203d858..cc774bb 100644 --- a/crates/h3arrow/CHANGES.md +++ b/crates/h3arrow/CHANGES.md @@ -7,6 +7,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## Unreleased (YYYY-MM-DD TBD) +**This crate is not published to crates.io anymore.** + * Update h3o to 0.7. * Added H3ArrayBuilder type. * Added LocalIj coordinate support. diff --git a/h3ronpy/CHANGES.rst b/h3ronpy/CHANGES.rst index 65988b1..0fd959d 100644 --- a/h3ronpy/CHANGES.rst +++ b/h3ronpy/CHANGES.rst @@ -9,10 +9,10 @@ adheres to `Semantic Versioning `__. -Unreleased ----------- +0.22.0 - 2024-11-26 +------------------- -- *Breaking*: Remove lots the dataframe-library specific functions and instead work with arrow arrays and record-batches directly using the `Arrow PyCapsule interface `_. +- *Breaking**: Remove lots the dataframe-library specific functions and instead work with arrow arrays and record-batches directly using the `Arrow PyCapsule interface `_. The core and polars parts of this library are no longer depending on `pyarrow` - instead the `lightweight 'arro3' library `_ is used. The pandas-parts still require `pyarrow` which needs the be installed manually. - Support for numpy 2. - Upgrade to h3o 0.7. diff --git a/h3ronpy/Cargo.toml b/h3ronpy/Cargo.toml index bf84e22..93c588f 100644 --- a/h3ronpy/Cargo.toml +++ b/h3ronpy/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "h3ronpy" -version = "0.21.1" +version = "0.22.0" authors = ["Nico Mandery "] description = "Data science toolkit for the H3 geospatial grid" edition = "2021"