Skip to content

2.4.11

Latest

Choose a tag to compare

@megannissel megannissel released this 10 Apr 15:35
9dba525
  • 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