# GRIDR Release Notes v0.5.2 **Release Date:** 2026-03-13 **Type:** Patch Release --- ## 🐛 Bug Fixes ### Grid Resampling Stability Fixed a critical crash that occurred when computing grid metrics with an input grid mask. **What was affected:** - The `grid_resampling.py` module could raise an `UnboundLocalError` when processing grids with invalid metrics. - This issue was particularly problematic in scenarios where grid metrics could not be computed on a tile due to a fully invalid grid mask, leading to unexpected crashes. **Impact:** Users working with grid masks that are fully invalid in the working area can now process their resampling without encountering crashes. --- ## 📦 Installation ```bash pip install --upgrade gridr ``` **Requirements:** - Python ≥ 3.10 - PyO3 ≥ 0.27.2 --- ## 💬 Need Help? - 📖 **Documentation:** [https://gridr.readthedocs.io/](https://gridr.readthedocs.io/) - 🐛 **Report Issues:** [GitHub Issues](https://github.com/CNES/gridr/issues) - 💡 **Discussions:** [GitHub Discussions](https://github.com/CNES/gridr/discussions)