Skip to content

Releases: makepath/xarray-spatial

Version 0.1.8 - 4/15/2021

15 Apr 18:54
Compare
Choose a tag to compare
  • Fixed pypi related error

Version 0.1.7 - 4/15/2021

15 Apr 18:54
Compare
Choose a tag to compare
  • Updated multispectral.true_color: sigmoid contrast enhancement (#339)
  • Added notebook save cogs in examples directory (#307)
  • Updated Focal user guide (#336)
  • Added documentation step on release steps (#346)
  • Updated cloudless mosaic notebook: use Dask-Gateway (#351)
  • Fixed user guide notebook numbering (#333)
  • Correct warnings (#350)
  • Add flake8 Github Action (#331)

Version 0.1.6 - 4/12/2021

13 Apr 04:09
Compare
Choose a tag to compare
  • Cleared metadata in all examples ipynb (#327)
  • Moved docs requirements to source folder (#326)
  • Fixed manifest file
  • Fixed travis ci (#323)
  • Included yml files
  • Fixed examples path in Pharmacy Deserts Noteboo
  • Integrate xarray-spatial website with the documentation (#291)

Version 0.1.5 - 4/8/2021

13 Apr 03:29
Compare
Choose a tag to compare
  • CLI examples bug fixed
  • Added drop_clouds, cloud-free mosaic from sentinel2 data example (#255)

Version 0.1.4 - 4/8/2021

13 Apr 03:28
688f489
Compare
Choose a tag to compare
  • Sphinx doc fixes
  • CLI bug fixed in 0.1.5

Version 0.1.3 - 4/5/2021

06 Apr 04:24
Compare
Choose a tag to compare
  • Added band_to_img utils func
  • Added 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
  • Added GPU support for hillshade (#151)
  • Added CLI for examples data
  • Improved Sphinx docs / theme

Version 0.1.2 - 12/1/2020

01 Dec 23:18
Compare
Choose a tag to compare
  • 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

21 Oct 22:39
Compare
Choose a tag to compare
  • 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

11 Sep 01:41
Compare
Choose a tag to compare
  • 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

28 Aug 21:11
Compare
Choose a tag to compare
  • Added A* pathfinding
  • Allow all numpy float data types, not just numpy.float64 (#122)
  • Broke out user-guide into individual notebooks
  • Added num_sample param option to natural_breaks (#123)
  • Removed sklearn dependency