Skip to content

Commit 4581ccf

Browse files
authored
changelog for release 0.3.3 (#680)
1 parent 59984d8 commit 4581ccf

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11
## Xarray-Spatial Changelog
22
-----------
33

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+
424
### Version 0.3.2 - 2022-02-04
525
- Remove numpy version pin (#637)
626
- aspect: added benchmarks (#640)

docs/source/releases.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"latest": "https://xarray-spatial.org/",
3+
"0.3.3": "https://xarray-spatial.org/v0.3.3/index.html",
34
"0.3.2": "https://xarray-spatial.org/v0.3.2/index.html",
45
"0.3.1": "https://xarray-spatial.org/v0.3.1/index.html",
56
"0.3.0": "https://xarray-spatial.org/v0.3.0/index.html",

0 commit comments

Comments
 (0)