v0.2.0
What's Changed
- Add
clear_attrs
parameter topyramid_reproject
by @maxrjones in #104 - Add
clear_attrs
tolevel_reproject
docstring by @maxrjones in #116 - Add information about pyramid structure and metadata schema by @maxrjones in #89
- Add test optional dep install to pyproject.toml by @norlandrhagen in #111
- Automatically standardize dtypes for int, datetime64, and object variables by @maxrjones in #117
- Change nodata from rioxarray default to nan in pyramid_reproject by @maxrjones in #110
- Document coordinate array chunking requirement by @katamartin in #98
- Fix typing and ignore missing imports by @maxrjones in #100
- Initial docs setup by @norlandrhagen in #71
- Pyramid create for creating pyramids with custom funcs by @ahuang11 in #120
- Only run benchmarks on labeled PRs by @maxrjones in #112
- Only set fill value as nan for floating point arrays by @maxrjones in #113
- Run benchmarks in CI by @maxrjones in #86
- Setup continuous benchmarking workflow with pytest-codspeed by @maxrjones in #85
- Standardize metadata between reproject and regrid methods by @maxrjones in #119
- Support generating individual pyramid levels by @maxrjones in #84
- Update demo notebook by @maxrjones in #102
- Update Dependabot configuration by @andersy005 in #108
- Verify bounds of each chunk against WebMercatorQuad by @maxrjones in #121
New Contributors
- @norlandrhagen made their first contribution in #71
- @katamartin made their first contribution in #98
- @ahuang11 made their first contribution in #120
Full Changelog: v0.1.0...v0.2.0