From 65192e4d2c7f5d9430e42b6e26b005326100955a Mon Sep 17 00:00:00 2001 From: Emily Soth Date: Tue, 21 May 2024 15:13:44 -0700 Subject: [PATCH] fix RST syntax error --- HISTORY.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 125e3811..8c3f4afe 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -6,7 +6,7 @@ Release History * Our github actions for building python distributions now use `actions/setup-python@v5`, which uses node 20. https://github.com/natcap/pygeoprocessing/issues/384 -* ``warp_raster`` and ``build_overviews`` no longer raise ``ValueError``s if +* ``warp_raster`` and ``build_overviews`` no longer raise a ``ValueError`` if called with an invalid resampling algorithm. We now fall back to the underlying GDAL functions' error messages. https://github.com/natcap/pygeoprocessing/issues/387