Skip to content

Preparation for release v0.3.2 #646

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 4, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
8 changes: 2 additions & 6 deletions docs/source/releases.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
}