From 6d9a5fccd6b7b450179fa10b1db90ccc91ec21ed Mon Sep 17 00:00:00 2001 From: AJ Friend Date: Sat, 5 Oct 2024 22:07:36 -0700 Subject: [PATCH] Prep for v4.1.0b3 release (#414) --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee38256a..69997d1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,10 @@ avoid adding features or APIs which do not map onto the None. +## [4.1.0b3] - 2024-10-05 + +- Allow for `str` subtypes, like `numpy.str_` (#408) + ## [4.1.0b2] - 2024-09-27 - Add `cell_to_child_pos`, `child_pos_to_cell`, `cell_to_children_size` (#405) diff --git a/pyproject.toml b/pyproject.toml index e448802f..9e24b7d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = 'scikit_build_core.build' [project] name = 'h3' -version = '4.1.0b2' +version = '4.1.0b3' description = "Uber's hierarchical hexagonal geospatial indexing system" readme = 'readme.md' license = {file = 'LICENSE'}