Releases: xarray-contrib/xvec
Releases · xarray-contrib/xvec
Version v0.3.0
Highlights
- ENH: support exactextract as a method in zonal_stats by @masawdah in #68
- Add encode_cf, decode_cf by @dcherian in #69
What's Changed
- TYP: eliminate some typing issues by @martinfleis in #59
- TYP: fix type error by @martinfleis in #61
- DOC: fix typo by @martinfleis in #64
- ENH: implement
__repr__
for the index by @martinfleis in #65 - Document read/write with CF encoding by @dcherian in #67
New Contributors
Full Changelog: v0.2.0...v0.3.0
Version v0.2.0 - Zonal stats!
What's Changed
- MAINT: test on Python 3.12, update actions, use ruff format by @martinfleis in #54
- ENH: add zonal_stats by @masawdah in #52
- ENH: support callable as stats in zonal_stats by @martinfleis in #55
- ENH: multiple aggregations at once in zonal_stats by @martinfleis in #56
- DOC: add zonal_stats guide, update docs by @martinfleis in #57
New Contributors
Full Changelog: v0.1.0...v0.2.0
Version v0.1.0
Hello world