From ffeadb309262ddefec1bb1908f9d343e67c9efce Mon Sep 17 00:00:00 2001 From: Ian Thomas Date: Wed, 1 Dec 2021 08:55:14 +0000 Subject: [PATCH 1/2] Change dates to ISO 8601 --- CHANGELOG.md | 62 ++++++++++++++++++++++++++-------------------------- 1 file changed, 31 insertions(+), 31 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7a63d3d..bb9e887d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,20 +1,20 @@ ## Xarray-Spatial Changelog ----------- -### Version 0.2.9 - 9/01/2021 +### Version 0.2.9 - 2021-09-01 - Refactored proximity module to avoid rechunking (#549) -### Version 0.2.8 - 8/27/2021 +### Version 0.2.8 - 2021-08-27 - Added dask support to proximity tools (#540) - Refactored the resample utils function and changed their name to canvas_like (#539) - Added zone_ids and cat_ids param to stats zonal function (#538) -### Version 0.2.7 - 7/30/2021 +### Version 0.2.7 - 2021-07-30 - Added Dask support for stats and crosstab zonal functions (#502) - Ignored NaN values on classify functions (#534) - Added agg param to crosstab zonal function (#536) -### Version 0.2.6 - 6/28/2021 +### Version 0.2.6 - 2021-06-28 - Updated the classification notebook (#489) - Added xrspatial logo to readme (#492) - Removed reprojection notebook old version (#494) @@ -22,7 +22,7 @@ - Added th params to true_color function (#494) - Added pathfinding nb data load guidance (#491) -### Version 0.2.5 - 6/24/2021 +### Version 0.2.5 - 2021-06-24 - Added reprojection notebook (#474) - Reviewed local tools notebook (#466) - Removed save_cogs_azure notebook (#478) @@ -35,22 +35,22 @@ - Added output name and attrs on true_color function (#484) - Added classify notebook (#477) -### Version 0.2.4 - 6/10/2021 +### Version 0.2.4 - 2021-06-10 - Added resample notebook (#452) - Reviewed mosaic notebook (#454) - Added local module (#456) -### Version 0.2.3 - 6/2/2021 +### Version 0.2.3 - 2021-06-02 - Added make terrain data function (#439) - Added focal_stats and convolution_2d functions (#453) -### Version 0.2.2 - 5/7/2021 +### Version 0.2.2 - 2021-05-07 - Fixed conda-forge building pipeline - Moved all examples data to Azure Storage (#424) -### Version 0.2.1 - 5/6/2021 -- Added GPU and Dask support for Focal tools: mean, apply, hotspots (#238) -- Moved kernel creation functions to convolution module (#238) +### Version 0.2.1 - 2021-05-06 +- Added GPU and Dask support for Focal tools: mean, apply, hotspots (#238) +- Moved kernel creation functions to convolution module (#238) - Update Code of Conduct (#391) - Fixed manhattan distance to sum of abs (#309) - Example notebooks running on PC Jupyter Hub (#370) @@ -58,10 +58,10 @@ - Removed conda recipe (#397) - Updated functions and classes docstrings (#302) -### Version 0.2.0 - 4/28/2021 +### Version 0.2.0 - 2021-04-28 - Test release for new github actions -### Version 0.1.9 - 4/27/2021 +### Version 0.1.9 - 2021-04-27 - Deprecated tiles module (#381) - Added user guide on the documentation website (#376) - Updated docs design version mapping (#378) @@ -72,10 +72,10 @@ - Added get_data module and example sentinel-2 data (#358) - Added citations guidelines and reformat (#382) -### Version 0.1.8 - 4/15/2021 +### Version 0.1.8 - 2021-04-15 - Fixed pypi related error -### Version 0.1.7 - 4/15/2021 +### Version 0.1.7 - 2021-04-15 - Updated multispectral.true_color: sigmoid contrast enhancement (#339) - Added notebook save cogs in examples directory (#307) - Updated Focal user guide (#336) @@ -85,7 +85,7 @@ - Correct warnings (#350) - Add flake8 Github Action (#331) -### Version 0.1.6 - 4/12/2021 +### Version 0.1.6 - 2021-04-12 - Cleared metadata in all examples ipynb (#327) - Moved docs requirements to source folder (#326) - Fixed manifest file @@ -94,15 +94,15 @@ - Fixed examples path in Pharmacy Deserts Noteboo - Integrate xarray-spatial website with the documentation (#291) -### Version 0.1.5 - 4/8/2021 +### Version 0.1.5 - 2021-04-08 - CLI examples bug fixed - Added `drop_clouds`, cloud-free mosaic from sentinel2 data example (#255) -### Version 0.1.4 - 4/8/2021 +### Version 0.1.4 - 2021-04-08 - Sphinx doc fixes - CLI bug fixed in 0.1.5 -### Version 0.1.3 - 4/5/2021 +### Version 0.1.3 - 2021-04-05 - Added band_to_img utils func - Added download-examples CLI command for all notebooks (#241) - Added band_to_img utils func @@ -115,7 +115,7 @@ - Added CLI for examples data - Improved Sphinx docs / theme -### Version 0.1.2 - 12/1/2020 +### Version 0.1.2 - 2020-12-01 - Added GPU support for curvature (#150) - Added dask.Array support for curvature (#150) - Added GPU support for aspect (#156) @@ -129,11 +129,11 @@ - Added GPU Support for Multispectral tools (#148) - Added Python 3.9 to Test Suite -### Version 0.1.1 - 10/21/2020 +### Version 0.1.1 - 2020-10-21 - 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 +### Version 0.1.0 - 2020-09-10 - Moved kernel creation to name-specific functions. (#127) - Separated the validate and custom kernel functions. (focal) - Added annulus focal kernel (#126) (focal) @@ -141,24 +141,24 @@ - Changed type checking to use np.floating (focal) - Added tests for refactored focal statistics (focal) -### Version 0.0.9 - 8/26/2020 +### Version 0.0.9 - 2020-08-26 - 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 +### Version 0.0.8 - 2020-07-22 - Fixed missing deps -### Version 0.0.7 - 7/21/2020 +### Version 0.0.7 - 2020-07-21 - 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 +### Version 0.0.6 - 2020-07-14 - Added Proximity Direction (proximity) - Added Proximity Allocation (proximity) - Added Zonal Crop (zonal) @@ -167,7 +167,7 @@ - Added more tests for slope (slope) - Added image grid (readme) -### Version 0.0.5 - 7/5/2020 +### Version 0.0.5 - 2020-07-05 - Changed ndvi.py -> multispectral.py - Added arvi (multispectral) - Added gci (multispectral) @@ -178,13 +178,13 @@ - Added `count` to default stats (zonal) - Added regions tools (zonal) -### Version 0.0.4 - 7/4/2020 +### Version 0.0.4 - 2020-07-04 - Test Release -### Version 0.0.3 - 7/4/2020 +### Version 0.0.3 - 2020-07-04 - Test Release -### Version 0.0.2 - 6/24/2020 +### Version 0.0.2 - 2020-06-24 - 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) @@ -201,5 +201,5 @@ - Added support for creating WMTS tilesets (moved out of datashader) - Added contributor code of conduct -### Version 0.0.1 - 2/15/2020 +### Version 0.0.1 - 2020-02-15 - First public release available on GitHub and PyPI. From a991e0be829ca06e728f1a2462c90d076fdbe66c Mon Sep 17 00:00:00 2001 From: Ian Thomas Date: Wed, 1 Dec 2021 09:31:55 +0000 Subject: [PATCH 2/2] Increase version number to 0.3.0 --- CHANGELOG.md | 16 ++++++++++++++++ docs/source/releases.json | 1 + 2 files changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb9e887d..e41f10ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,22 @@ ## Xarray-Spatial Changelog ----------- +### Version 0.3.0 - 2021-12-01 +- Added a pure numba hillshade that is 10x faster compared to numpy (#542) +- dask case proximity: process whole raster at once if max_distance exceed max possible distance (#558) +- pathfinding: `start` and `goal` in (y, x) format (#550) +- generate_terrain: cupy case, dask numpy case (#555) +- Optimize natural_break on large inputs (#562) +- Fixes in CPU version of natural_breaks. (#562) (#563) +- zonal stats, speed up numpy case (#568) +- Ensure that cupy is not None (#570) +- Use explicit cupy to numpy conversion in tests (#573) +- zonal stats: speed up dask case (#572) +- zonal_stats: ensure chunksizes of zones and values are matching (#574) +- validate_arrays: ensure chunksizes of arrays are matching (#577) +- set default value for num_sample (#580) +- Add rtx gpu viewshed and improve cpu viewshed (#588) + ### Version 0.2.9 - 2021-09-01 - Refactored proximity module to avoid rechunking (#549) diff --git a/docs/source/releases.json b/docs/source/releases.json index 02a07864..1af2c180 100644 --- a/docs/source/releases.json +++ b/docs/source/releases.json @@ -1,5 +1,6 @@ { "latest": "https://xarray-spatial.org/", + "0.3.0": "https://xarray-spatial.org/v0.3.0/index.html", "0.2.9": "https://xarray-spatial.org/v0.2.9/index.html", "0.2.8": "https://xarray-spatial.org/v0.2.8/index.html", "0.2.7": "https://xarray-spatial.org/v0.2.7/index.html",