File tree 2 files changed +12
-6
lines changed
2 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 1
1
## Xarray-Spatial Changelog
2
2
-----------
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
+
3
13
### Version 0.3.1 - 2022-01-10
4
14
- Add benchmarking framework using asv (#595 )
5
15
- Fix classify bug with dask array (#599 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"latest" : " https://xarray-spatial.org/" ,
3
+ "0.3.2" : " https://xarray-spatial.org/v0.3.2/index.html" ,
3
4
"0.3.1" : " https://xarray-spatial.org/v0.3.1/index.html" ,
4
5
"0.3.0" : " https://xarray-spatial.org/v0.3.0/index.html" ,
5
6
"0.2.9" : " https://xarray-spatial.org/v0.2.9/index.html" ,
11
12
"0.2.3" : " https://xarray-spatial.org/v0.2.3/index.html" ,
12
13
"0.2.2" : " https://xarray-spatial.org/v0.2.2/index.html" ,
13
14
"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"
20
16
}
You can’t perform that action at this time.
0 commit comments