Skip to content

v0.9.2

Latest

Choose a tag to compare

@brendancol brendancol released this 14 Mar 00:35
· 3 commits to master since this release
8d10a15

New features

  • Vector rasterize function for polygons, lines, and points (#989) (#990)
  • preview() for memory-safe raster downsampling (#987)
  • D-inf and MFD stream ordering and link segmentation (#983) (#984)
  • Zonal functions accept vector zones directly (#999)
  • Dask backends for rasterize() (#997)

Bug fixes and improvements

  • Fix rasterize accuracy: GPU ceil, half-open fill, all_touched pairing (#995) (#996)
  • Fix scanline row gaps, speed up rasterize, add resolution/like/merge params (#991)
  • Rasterization fixes (#992)
  • Fix cupy failures in balanced_allocation and corridor (#985)
  • Refactor preview to avoid rechunking (#988)
  • Replace datashader with matplotlib in user guide notebooks (#1002)
  • Refactor user guide notebooks 10-31 to standard structure (#1003)
  • Water/land classification example in GLCM notebook (#994)
  • Source/reference column in README feature matrix (#977) (#978)
  • Small notebook fixes