You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The Natural Capital Project changed its name to the Natural Capital Alliance.
References to the old name and website domain have been updated to reflect
this change. #458
Fixing a build issue with readthedocs builds due to the deprecation of pkg_resources. #469
The average value of valid pixels is now computed in pygeoprocessing.zonal_statistics for each feature. #370
Handling the case where a floating-point raster passed to pygeoprocessing.reclassify_raster may have a NaN nodata value. #454
Updating pyproject.toml to use the standard license-files key and
replacing the license-related Trove classifier with the approved SPDX string. #466
Fixing a side effect in pygeoprocessing.align_and_resize_raster_stack
where aligning a raster stack using the bounding box mode would result in the
input bounding box being modified in-place. #471
Fixed a bug where convolve_2d was not handling nan NoData
values correctly. #473