diff --git a/CHANGELOG.md b/CHANGELOG.md index a3343c9..a82817f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog -## v2024.5.2 +## latest + + +## 2024.8.1 + +- made visualization dependencies optional +- `healpix.pad` now supports 5d [n, c, f, x, y] shaped arrays. +- Add CUDA implementation of healpix padding (Thorsten Kurth, Mauro Bisson, David Pruitt) + +## 2024.5.2 - First publicly available release diff --git a/pyproject.toml b/pyproject.toml index f4d463c..f8bc513 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "earth2-grid" -version = "2024.5.2" +version = "2024.8.1" description = "Utilities for working with geographic data defined on various grids." readme = "README.md" license = { file="LICENSE.txt" }