From 4fe962792f22912295ad96967bd64c9b860377f7 Mon Sep 17 00:00:00 2001 From: James Douglass Date: Tue, 8 Oct 2024 11:27:35 -0700 Subject: [PATCH] Update HISTORY.rst for 2.4.5 release. --- HISTORY.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 191573d3..6662f102 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,7 +1,9 @@ Release History =============== -Unreleased Changes +.. Unreleased Changes + +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