File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 11## Xarray-Spatial Changelog
22-----------
3+ ### Version 0.3.1 - 2022-01-10
4+ - Add benchmarking framework using asv (#595 )
5+ - Fix classify bug with dask array (#599 )
6+ - polygonize function on cpu for numpy-backed xarray DataArrays (#585 )
7+ - Test python 3.9 on CI (#602 )
8+ - crosstab: speedup dask case (#596 )
9+ - Add benchmark for CPU polygonize (#605 )
10+ - Change copyright year to include 2021 (#610 )
11+ - Docs enhancement (#604 , #628 )
12+ - code refactor: use array function mapper, add messages param to not_implemented_func() (#612 )
13+ - condense tests (#613 )
14+ - Multispectral fixes (#617 )
15+ - Change copyright year to 2022 (#622 )
16+ - Aspect: convert to float if int dtype input raster (#619 )
17+ - direction(), allocation(): set all NaNs at initalization (#618 )
18+ - Add rtx gpu hillshade with shadows (#608 )
19+ - Add hillshade benchmarking, for numpy, cupy and rtxpy (#625 )
20+ - Focal mean: handle nans inside kernel (#623 )
21+ - Convert to float32 if input raster is in int dtype (#629 )
322
423### Version 0.3.0 - 2021-12-01
524- Added a pure numba hillshade that is 10x faster compared to numpy (#542 )
Original file line number Diff line number Diff line change 11{
22 "latest" : " https://xarray-spatial.org/" ,
3+ "0.3.1" : " https://xarray-spatial.org/v0.3.1/index.html" ,
34 "0.3.0" : " https://xarray-spatial.org/v0.3.0/index.html" ,
45 "0.2.9" : " https://xarray-spatial.org/v0.2.9/index.html" ,
56 "0.2.8" : " https://xarray-spatial.org/v0.2.8/index.html" ,
You can’t perform that action at this time.
0 commit comments