Skip to content

2.4.3

Compare
Choose a tag to compare
@phargogh phargogh released this 06 Mar 22:00
· 106 commits to main since this release
49780e2

2.4.3 (2024-03-06)

  • Wheels for python 3.12 are now built during our github actions runs. #381
  • get_gis_type can accept a path to a remote file, allowing the GDAL driver
    to open it if the driver supports the protocol. #375
  • If running on a SLURM system (identified by the presence of SLURM*
    environment variables), the GDAL cache max is checked against the amount of
    memory available on the compute node. If GDAL may exceed the available slurm
    memory, a warning is issued or logged. #361
  • Fixed an issue in extract_strahler_streams_d8 where a nodata pixel
    could be mistakenly treated as a stream seed point, ultimately creating
    a stream feature with no geometry. #361
  • Improved align_and_resize_raster_stack so that rasterization of a vector
    mask only happens once, regardless of the number of rasters in the stack.
    In addition, the created mask raster's path may be defined by the caller so
    that it persists across calls to align_and_resize_raster_stack. #366
  • Improved warp_raster to allow for a pre-defined mask raster to be
    provided instead of a vector. If both are provided, the mask raster alone is
    used. The new mask raster must have the same dimensions and geotransform as
    the output warped raster. #366
  • Pygeoprocessing is now tested against python 3.12. #355