We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5773df5 commit 52369ccCopy full SHA for 52369cc
docs/history.rst
@@ -1,9 +1,10 @@
1
History
2
=======
3
4
-Latest
+0.6.0
5
------
6
- ENH: Add pad option to `rio.isel_window` (issue #381; pull #383)
7
+- BUG: Fix negative start in row or col window offsets in `rio.isel_window` (issue #381; pull #383)
8
9
0.5.0
10
rioxarray/_version.py
@@ -1,2 +1,2 @@
"""rioxarray version"""
-__version__ = "0.6.0.dev0"
+__version__ = "0.6.0"
0 commit comments