Skip to content

Commit

Permalink
v0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nmandery committed Nov 26, 2024
1 parent 0f4f4e3 commit 7977b3d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions crates/h3arrow/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
6 changes: 3 additions & 3 deletions h3ronpy/CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ adheres to `Semantic
Versioning <https://semver.org/spec/v2.0.0.html>`__.


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 <https://arrow.apache.org/docs/format/CDataInterface/PyCapsuleInterface.html>`_.
- *Breaking**: Remove lots the dataframe-library specific functions and instead work with arrow arrays and record-batches directly using the `Arrow PyCapsule interface <https://arrow.apache.org/docs/format/CDataInterface/PyCapsuleInterface.html>`_.
The core and polars parts of this library are no longer depending on `pyarrow` - instead the `lightweight 'arro3' library <https://github.com/kylebarron/arro3>`_ is used. The pandas-parts still require `pyarrow` which needs the be installed manually.
- Support for numpy 2.
- Upgrade to h3o 0.7.
Expand Down
2 changes: 1 addition & 1 deletion h3ronpy/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "h3ronpy"
version = "0.21.1"
version = "0.22.0"
authors = ["Nico Mandery <[email protected]>"]
description = "Data science toolkit for the H3 geospatial grid"
edition = "2021"
Expand Down

0 comments on commit 7977b3d

Please sign in to comment.