Changes ======== - BUG: Fix indexing error when `mask_and_scale=True` was combined with band dim chunking (issue 387, pull 388)
Acknowledgements ================
Contributions for this release. People with a "+" by their names contributed a patch for the first time.
* Fred Bunt +
Other contributions: * Justin Gruca - PR review * Alan D. Snow - PR review
0.6.0
Changes ======== - ENH: Add pad option to `rio.isel_window` (issue 381; pull 383) - BUG: Fix negative start in row or col window offsets in `rio.isel_window` (issue 381; pull 383)
Acknowledgements ================
A total of 3 people contributed patches to this release. People with a "+" by their names contributed a patch for the first time.
Changes ======== - ENH: Allow passing in kwargs to `rio.reproject` (issue 369; pull 370) - ENH: Allow nodata override and provide default nodata based on dtype in `rio.reproject` (pull 370) - ENH: Add support for passing in gcps to rio.reproject (issue 339; pull 370) - BUG: Remove duplicate acquire in open_rasterio (pull 364) - BUG: Fix exporting dataset to raster with non-standard dimensions (issue 372)