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.pymodule could raise anUnboundLocalErrorwhen 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
pip install --upgrade gridr
Requirements:
Python ≥ 3.10
PyO3 ≥ 0.27.2
💬 Need Help?
📖 Documentation: https://gridr.readthedocs.io/
🐛 Report Issues: GitHub Issues
💡 Discussions: GitHub Discussions