Skip to content

Releases: corteva/rioxarray

0.11.0 Release

21 Apr 19:15

Choose a tag to compare

What's Changed

New Contributors

Other contributions

Full Changelog: 0.10.3...0.11.0

0.10.3 Release

30 Mar 18:17

Choose a tag to compare

What's Changed

New Contributors

Other contributions

Full Changelog: 0.10.2...0.10.3

0.10.2 Release

01 Mar 17:27

Choose a tag to compare

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

17 Feb 16:04

Choose a tag to compare

What's Changed

New Contributors

Other contributions

Full Changelog: 0.10.0...0.10.1

0.10.0 Release

09 Feb 21:41

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

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

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

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

Choose a tag to compare

Changes

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

0.7.0 Release

16 Aug 14:11

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