From eee89196e460c0602fd97a98a09a5e02084da8cf Mon Sep 17 00:00:00 2001 From: James Douglass Date: Wed, 9 Oct 2024 17:13:44 -0700 Subject: [PATCH] Adding note to history. RE:#358 --- HISTORY.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index 6662f102..8562abc7 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -7,6 +7,9 @@ Release History ------------------ * Updating for numpy 2.0 API changes. Pygeoprocessing is now compatible with numpy 2.0 and later. https://github.com/natcap/pygeoprocessing/issues/396 +* Handling a case in ``raster_map`` where an exception would be raised when a + float32 array was passed along with a float64 nodata value. + https://github.com/natcap/pygeoprocessing/issues/358 2.4.4 (2024-05-21) ------------------