Skip to content

Latest commit

 

History

History
104 lines (89 loc) · 3.52 KB

File metadata and controls

104 lines (89 loc) · 3.52 KB

Xarray-Spatial Changelog


Version 0.1.3 - 3/31/2020

  • added band_to_img utils func
  • Add download-examples CLI command for all notebooks (#241)
  • added band_to_img utils func
  • docs enhancements
  • GPU and dask support for multispectral tools
  • GPU and Dask support for classify module (#168)
  • fixed savi dask cupy test skip
  • moved validate_arrays to utils
  • Add GPU support for hillshade (#151)

Version 0.1.2 - 12/1/2020

  • Added GPU support for curvature (#150)
  • Added dask.Array support for curvature (#150)
  • Added GPU support for aspect (#156)
  • Added dask.Array support for aspect (#156)
  • Added GPU support for slope (#152)
  • Added dask.Array support for slope (#152)
  • Fixed slope cupy: nan edge effect, remove numpy padding that cause TypeError (#160)
  • Fixed aspect cupy: nan edge effect, remove numpy padding that cause TypeError(#160)
  • Updated README with Supported Spatial Features Table
  • Added badge for open source gis timeline
  • Added GPU Support for Multispectral tools (#148)
  • Added Python 3.9 to Test Suite

Version 0.1.1 - 10/21/2020

  • Added convolution module for use in focal statistics. (#131)
  • Added example notebook for focal statistics and convolution modules.

Version 0.1.0 - 9/10/2020

  • Moved kernel creation to name-specific functions. (#127)
  • Separated the validate and custom kernel functions. (focal)
  • Added annulus focal kernel (#126) (focal)
  • Added outputting of z-scores from hotspots tool (focal)
  • Changed type checking to use np.floating (focal)
  • Added tests for refactored focal statistics (focal)

Version 0.0.9 - 8/26/2020

  • Added A* pathfinding
  • Allow all numpy float data types, not just numpy.float64 (#122)
  • Broke out user-guide into individual notebooks (examples)
  • Added num_sample param option to natural_breaks (#123)
  • Removed sklearn dependency

Version 0.0.8 - 7/22/2020

  • Fixed missing deps

Version 0.0.7 - 7/21/2020

  • Added 2D Crosstab (zonal)
  • Added suggest_zonal_canvas (zonal)
  • Added conda-forge build
  • Removed Versioneer
  • Updates to CI/CD

Version 0.0.6 - 7/14/2020

  • Added Proximity Direction (proximity)
  • Added Proximity Allocation (proximity)
  • Added Zonal Crop (zonal)
  • Added Trim (zonal)
  • Added ebbi (multispectral)
  • Added more tests for slope (slope)
  • Added image grid (readme)

Version 0.0.5 - 7/5/2020

  • Changed ndvi.py -> multispectral.py
  • Added arvi (multispectral)
  • Added gci (multispectral)
  • Added savi (multispectral)
  • Added evi (multispectral)
  • Added nbr (multispectral)
  • Added sipi (multispectral)
  • Added count to default stats (zonal)
  • Added regions tools (zonal)

Version 0.0.4 - 7/4/2020

  • Test Release

Version 0.0.3 - 7/4/2020

  • Test Release

Version 0.0.2 - 6/24/2020

  • Add Pixel-based Region Connectivity Tool (#52)
  • Fixes to Proximity Tools (#45, #37, #36)
  • Changes to slope function to allow for change x, y coordinate fields (#46)
  • Added Pharmacy Desert Example Notebook
  • Add natural breaks classification method
  • Add equal-interval classification method
  • Add quantile classification method
  • Add binary membership classification method
  • Fixes to zonal stats docstring (#40)
  • Added experimental query layer from agol-pandas (will probably not be supported long term)
  • Added ReadtheDocs page
  • Added experimental hotspot analysis tool (Getis-Ord Gi*) (#27)
  • Added experimental curvature analysis tool (Getis-Ord Gi*)
  • Added support for creating WMTS tilesets (moved out of datashader)
  • Added contributor code of conduct

Version 0.0.1 - 2/15/2020

  • First public release available on GitHub and PyPI.