Skip to content

Commit

Permalink
v0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nmandery committed Jul 1, 2024
1 parent efd1c7f commit f3d6d51
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -9,6 +9,7 @@ perf.data.old
flamegraph*.svg
*.so
.ipynb_checkpoints
.benchmarks
/venv
__pycache__
.pytest_cache
3 changes: 3 additions & 0 deletions h3ronpy/CHANGES.rst
Original file line number Diff line number Diff line change
@@ -12,6 +12,9 @@ Versioning <https://semver.org/spec/v2.0.0.html>`__.
Unreleased
----------

0.21.0 - 2024-07-01
-------------------

- Restrict numpy version to <2 until incompatibilities of rust-numpy with version 2 are resolved
- Add `cells_to_localij` and `localij_to_cells` functions.

0 comments on commit f3d6d51

Please sign in to comment.