Skip to content

Releases: corteva/rioxarray

0.10.0 Release

09 Feb 21:41
Compare
Choose a tag to compare

What's Changed

New Contributors

Other contributions

Full Changelog: 0.9.1...0.10.0

0.9.1

04 Jan 19:51
Compare
Choose a tag to compare

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:

Full Changelog: 0.9.0...0.9.1

0.9.0 Release

24 Nov 14:47
Compare
Choose a tag to compare

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

18 Oct 18:30
Compare
Choose a tag to compare

Changes

  • DEP: Make scipy an optional dependency (issue #413)
  • BUG: Return cached transform when axis data missing (pull #419)
  • BUG: Fix negative indexes in rio.isel_window (issue #421)

0.7.1 Release

17 Sep 18:31
Compare
Choose a tag to compare

Changes

  • BUG: Handle transforms with rotation (pull #401)

0.7.0 Release

16 Aug 14:11
Compare
Choose a tag to compare

Changes

  • BUG: rio.clip and rio.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

03 Aug 16:09
Compare
Choose a tag to compare

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

30 Jul 16:52
Compare
Choose a tag to compare

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

07 Jul 14:55
Compare
Choose a tag to compare

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

25 Jun 13:24
Compare
Choose a tag to compare

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