Skip to content

Commit 3fae536

Browse files
authored
Preparation for release v0.3.2 (#646)
1 parent d4ec7a6 commit 3fae536

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
## Xarray-Spatial Changelog
22
-----------
3+
4+
### Version 0.3.2 - 2022-02-04
5+
- Remove numpy version pin (#637)
6+
- aspect: added benchmarks (#640)
7+
- Clean gitignore and manifest files (#642)
8+
- Benchmark results (#643)
9+
- handle CLI errors #442 (#644)
10+
- Cupy zonal (#639)
11+
- Tests improvements (#636)
12+
313
### Version 0.3.1 - 2022-01-10
414
- Add benchmarking framework using asv (#595)
515
- Fix classify bug with dask array (#599)

docs/source/releases.json

+2-6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"latest": "https://xarray-spatial.org/",
3+
"0.3.2": "https://xarray-spatial.org/v0.3.2/index.html",
34
"0.3.1": "https://xarray-spatial.org/v0.3.1/index.html",
45
"0.3.0": "https://xarray-spatial.org/v0.3.0/index.html",
56
"0.2.9": "https://xarray-spatial.org/v0.2.9/index.html",
@@ -11,10 +12,5 @@
1112
"0.2.3": "https://xarray-spatial.org/v0.2.3/index.html",
1213
"0.2.2": "https://xarray-spatial.org/v0.2.2/index.html",
1314
"0.2.1": "https://xarray-spatial.org/v0.2.1/index.html",
14-
"0.2.0": "https://xarray-spatial.org/v0.2.0/index.html",
15-
"0.1.9": "https://xarray-spatial.org/v0.1.9/index.html",
16-
"0.1.8": "https://xarray-spatial.org/v0.1.8/index.html",
17-
"0.1.7": "https://xarray-spatial.org/v0.1.7/index.html",
18-
"0.1.6": "https://xarray-spatial.org/v0.1.6/index.html",
19-
"0.1.5": "https://xarray-spatial.org/v0.1.5/index.html"
15+
"0.2.0": "https://xarray-spatial.org/v0.2.0/index.html"
2016
}

0 commit comments

Comments
 (0)