From 8f6c0f144746d4a88e6a44d889210ff3303483be Mon Sep 17 00:00:00 2001 From: James Douglass Date: Thu, 10 Oct 2024 13:16:19 -0700 Subject: [PATCH] Correcting HISTORY log after a merge. RE:#360 --- HISTORY.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 7334f5dd..dd0f205d 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -5,17 +5,17 @@ Unreleased Changes ------------------ * Removing the ``numpy<2`` constraint for requirements.txt that should have been included in the 2.4.5 release. https://github.com/natcap/pygeoprocessing/issues/396 - -2.4.5 (2024-10-08) ------------------- -* Updating for numpy 2.0 API changes. Pygeoprocessing is now compatible with - numpy 2.0 and later. https://github.com/natcap/pygeoprocessing/issues/396 * Fixed an issue in ``convolve_2d`` where a long-running convolution would raise a cryptic exception involving ``queue.Empty``. This will instead now raise ``RuntimeError`` with a more helpful exception message. We also fixed an issue where the ``max_timeout`` parameter of ``convolve_2d`` was unused, so it is now used correctly. https://github.com/natcap/pygeoprocessing/issues/360 +2.4.5 (2024-10-08) +------------------ +* Updating for numpy 2.0 API changes. Pygeoprocessing is now compatible with + numpy 2.0 and later. https://github.com/natcap/pygeoprocessing/issues/396 + 2.4.4 (2024-05-21) ------------------ * Our github actions for building python distributions now use