Releases: corteva/rioxarray
0.10.0 Release
What's Changed
- DEP: Drop Python 3.7 support by @snowman2 in #452
- ENH: Add support for reading and writing tiff gcps by @mraspaud in #460
New Contributors
Other contributions
- @justingruca - PR reviews
Full Changelog: 0.9.1...0.10.0
0.9.1
What's Changed
- DOC: Discrepancy between clip methods by @remi-braun in #442
- BUG: Force coordinates to be exactly the same in 'rio.reproject_match' by @snowman2 in #448
Other contributions:
- Justin Gruca (@justingruca) - PR reviews
Full Changelog: 0.9.0...0.9.1
0.9.0 Release
Changes
- ENH: Allow additional kwargs to pass from reproject_match() -> reproject() (pull #436)
Acknowledgements
Contributions for this release. People with a
"+" by their names contributed a patch for the first time.
- Seth Miller +
- Alan D. Snow
Other contributions:
- Alfredo Delos Santos - PR reviews
- Justin Gruca - PR reviews
0.8.0
0.7.1 Release
Changes
- BUG: Handle transforms with rotation (pull #401)
0.7.0 Release
Changes
- BUG:
rio.clip
andrio.clip_box
skip non-geospatial arrays in datasets when clipping (pull #392) - ENH: Add option for users to skip variables without spatial dimensions (pull #395)
Acknowledgements
Contributions for this release. People with a
"+" by their names contributed a patch for the first time.
- Markus Zehner +
- Alan D. Snow
Other contributions:
- Justin Gruca - PR reviews
0.6.1 Release
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 Release
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.
- Andrew Annex +
- Ray Bell
- Alan D. Snow
Other contributions:
- Justin Gruca - PR reviews
- Alfredo Delos Santos - PR reviews
0.5.0
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)
0.4.3 Release
Changes
- BUG: support GDAL CInt16, rasterio complex_int16 (pull #353)
- TST: Fix merge tests for rasterio 1.2.5+ (issue #358)
Acknowledgements
A total of 2 people contributed patches to this release. People with a
"+" by their names contributed a patch for the first time.
- Scott Henderson +
- Alan D. Snow
Other contributions:
- Justin Gruca - PR reviews