File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 1
1
## Xarray-Spatial Changelog
2
2
-----------
3
3
4
+ ### Version 0.3.3 - 2022-03-21
5
+ - Don't calculate angle when not needed (#677 )
6
+ - codecov: ignore all tests at once (#674 )
7
+ - add more tests to focal module (#676 )
8
+ - classify: more tests (#675 )
9
+ - Codecov: disable Numba; ignore tests, experimental, and gpu_rtx (#673 )
10
+ - Improve linter: add isort (#672 )
11
+ - removed stale test files from project root (#670 )
12
+ - User guide fixes (#665 )
13
+ - license year in README to include 2022 (#668 )
14
+ - install dependencies specified in test config (#666 )
15
+ - Pytests for CuPy zonal stats (#658 )
16
+ - add Codecov badge to README
17
+ - codecov with github action (#663 )
18
+ - Modernise build system (#654 )
19
+ - classify tools: classify infinite values as nans, natural_breaks: classify all data points when using sub sample (#653 )
20
+ - Add more benchmarks (#648 )
21
+ - Stubbed out function for Analytics module (#621 )
22
+ - Fix doc build failure due to Jinja2 version (#651 )
23
+
4
24
### Version 0.3.2 - 2022-02-04
5
25
- Remove numpy version pin (#637 )
6
26
- aspect: added benchmarks (#640 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"latest" : " https://xarray-spatial.org/" ,
3
+ "0.3.3" : " https://xarray-spatial.org/v0.3.3/index.html" ,
3
4
"0.3.2" : " https://xarray-spatial.org/v0.3.2/index.html" ,
4
5
"0.3.1" : " https://xarray-spatial.org/v0.3.1/index.html" ,
5
6
"0.3.0" : " https://xarray-spatial.org/v0.3.0/index.html" ,
You can’t perform that action at this time.
0 commit comments