Skip to content

Commit 0cc27c5

Browse files
authored
Change log for release v0.3.6 (#785)
* update changelog * add new release version
1 parent cd3a20b commit 0cc27c5

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed

CHANGELOG.md

+30
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
11
## Xarray-Spatial Changelog
22
-----------
3+
4+
### Version 0.3.6 - 2023-06-02
5+
With the 0.3.6 release, xarray-spatial now supports python 3.11.
6+
This release focuses on demonstrating the reliability of the library by adding more tests
7+
against GDAL/QGIS.
8+
9+
#### Enhancements
10+
- Test on Python 3.11 (#750)
11+
- Pin numpy version (#780)
12+
- zonal stats (#764)
13+
- updated citation (#769)
14+
- classify.binary: handle NaNs and infinite values (#763)
15+
- Test against QGIS, GDAL (#744)
16+
- Zonal crosstab user guide notebook enhancement (#759)
17+
- cpu_bin with binary search (#760)
18+
- outline for housing price feature engineering nb (#725)
19+
- More examples to user guide (#742)
20+
- Use setuptools (#749)
21+
- Update contributor badge (#740)
22+
- update pharmacy desserts notebook (#723)
23+
- Update README.md (#719)
24+
- viewshed gpu notebook (#720)
25+
- Fixed feature-proposal.md config (#718)
26+
27+
#### Bug Fixes
28+
- correct docs for proximity (#778)
29+
- Zonal_crosstab 3D: Ensure content of input param `values` is preserved (#754)
30+
- Multispectral tools: convert data to float32 dtype before doing calculations (#755)
31+
32+
333
### Version 0.3.5 - 2022-06-05
434
The 0.3.5 release mainly addresses the scaling issue in GPU viewshed to gain better accurate triangulation.
535
The GPU raytraced viewshed should now give comparable results to the CPU version.

docs/source/releases.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"latest": "https://xarray-spatial.org/",
3+
"0.3.6": "https://xarray-spatial.org/v0.3.6/index.html",
34
"0.3.5": "https://xarray-spatial.org/v0.3.5/index.html",
45
"0.3.4": "https://xarray-spatial.org/v0.3.4/index.html",
56
"0.3.3": "https://xarray-spatial.org/v0.3.3/index.html",

0 commit comments

Comments
 (0)