Skip to content

Commit

Permalink
Change log for release v0.3.6 (#785)
Browse files Browse the repository at this point in the history
* update changelog

* add new release version
  • Loading branch information
thuydotm authored Jun 2, 2023
1 parent cd3a20b commit 0cc27c5
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
## Xarray-Spatial Changelog
-----------

### Version 0.3.6 - 2023-06-02
With the 0.3.6 release, xarray-spatial now supports python 3.11.
This release focuses on demonstrating the reliability of the library by adding more tests
against GDAL/QGIS.

#### Enhancements
- Test on Python 3.11 (#750)
- Pin numpy version (#780)
- zonal stats (#764)
- updated citation (#769)
- classify.binary: handle NaNs and infinite values (#763)
- Test against QGIS, GDAL (#744)
- Zonal crosstab user guide notebook enhancement (#759)
- cpu_bin with binary search (#760)
- outline for housing price feature engineering nb (#725)
- More examples to user guide (#742)
- Use setuptools (#749)
- Update contributor badge (#740)
- update pharmacy desserts notebook (#723)
- Update README.md (#719)
- viewshed gpu notebook (#720)
- Fixed feature-proposal.md config (#718)

#### Bug Fixes
- correct docs for proximity (#778)
- Zonal_crosstab 3D: Ensure content of input param `values` is preserved (#754)
- Multispectral tools: convert data to float32 dtype before doing calculations (#755)


### Version 0.3.5 - 2022-06-05
The 0.3.5 release mainly addresses the scaling issue in GPU viewshed to gain better accurate triangulation.
The GPU raytraced viewshed should now give comparable results to the CPU version.
Expand Down
1 change: 1 addition & 0 deletions docs/source/releases.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"latest": "https://xarray-spatial.org/",
"0.3.6": "https://xarray-spatial.org/v0.3.6/index.html",
"0.3.5": "https://xarray-spatial.org/v0.3.5/index.html",
"0.3.4": "https://xarray-spatial.org/v0.3.4/index.html",
"0.3.3": "https://xarray-spatial.org/v0.3.3/index.html",
Expand Down

0 comments on commit 0cc27c5

Please sign in to comment.