Skip to content

Commit

Permalink
Correcting HISTORY log after a merge. RE:natcap#360
Browse files Browse the repository at this point in the history
  • Loading branch information
phargogh committed Oct 10, 2024
1 parent 7847180 commit 8f6c0f1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8f6c0f1

Please sign in to comment.