Releases: corteva/rioxarray
Releases · corteva/rioxarray
0.11.0 Release
What's Changed
- REF: use setup.cfg by @snowman2 in #500
- TYPE: Add more type hints by @snowman2 in #507
- DOC: Fix default value for inplace argument in RasterArray.set_nodata by @apiwat-chantawibul in #509
- ENH: Add additional GDAL information to rioxarray.show_versions by @snowman2 in #513
New Contributors
- @apiwat-chantawibul made their first contribution in #509
Other contributions
- @justingruca - PR reviews
Full Changelog: 0.10.3...0.11.0
0.10.3 Release
What's Changed
- BUG: Remove xarray
crsattribute in rio.write_crs (issue #488) by @GCBallesteros in #490
New Contributors
- @GCBallesteros made their first contribution in #490
Other contributions
- @justingruca - PR reviews
Full Changelog: 0.10.2...0.10.3
0.10.2 Release
What's Changed
- BUG: Lazy load colormap through _manager.acquire() in merge (#480)
Full Changelog: 0.10.1...0.10.2
0.10.1 Release
What's Changed
- DEP: pin rasterio>=1.1.1 by @snowman2 in #471
- BUG: Corrected bounds and transform args to float by @cordmaur in #475
New Contributors
Other contributions
- @justingruca - PR reviews
Full Changelog: 0.10.0...0.10.1
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.clipandrio.clip_boxskip 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