From 3fae536ebc01ed9695ad50d06df54a85686b60d7 Mon Sep 17 00:00:00 2001 From: Ian Thomas Date: Fri, 4 Feb 2022 10:34:30 +0000 Subject: [PATCH] Preparation for release v0.3.2 (#646) --- CHANGELOG.md | 10 ++++++++++ docs/source/releases.json | 8 ++------ 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a53a74fc..1dd93811 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ ## Xarray-Spatial Changelog ----------- + +### Version 0.3.2 - 2022-02-04 +- Remove numpy version pin (#637) +- aspect: added benchmarks (#640) +- Clean gitignore and manifest files (#642) +- Benchmark results (#643) +- handle CLI errors #442 (#644) +- Cupy zonal (#639) +- Tests improvements (#636) + ### Version 0.3.1 - 2022-01-10 - Add benchmarking framework using asv (#595) - Fix classify bug with dask array (#599) diff --git a/docs/source/releases.json b/docs/source/releases.json index 0c8bb13d..4caa881f 100644 --- a/docs/source/releases.json +++ b/docs/source/releases.json @@ -1,5 +1,6 @@ { "latest": "https://xarray-spatial.org/", + "0.3.2": "https://xarray-spatial.org/v0.3.2/index.html", "0.3.1": "https://xarray-spatial.org/v0.3.1/index.html", "0.3.0": "https://xarray-spatial.org/v0.3.0/index.html", "0.2.9": "https://xarray-spatial.org/v0.2.9/index.html", @@ -11,10 +12,5 @@ "0.2.3": "https://xarray-spatial.org/v0.2.3/index.html", "0.2.2": "https://xarray-spatial.org/v0.2.2/index.html", "0.2.1": "https://xarray-spatial.org/v0.2.1/index.html", - "0.2.0": "https://xarray-spatial.org/v0.2.0/index.html", - "0.1.9": "https://xarray-spatial.org/v0.1.9/index.html", - "0.1.8": "https://xarray-spatial.org/v0.1.8/index.html", - "0.1.7": "https://xarray-spatial.org/v0.1.7/index.html", - "0.1.6": "https://xarray-spatial.org/v0.1.6/index.html", - "0.1.5": "https://xarray-spatial.org/v0.1.5/index.html" + "0.2.0": "https://xarray-spatial.org/v0.2.0/index.html" } \ No newline at end of file