Skip to content

Commit 78764ff

Browse files
committed
MNT: Version 0.18.0
1 parent a32a1ea commit 78764ff

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

docs/history.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
History
22
=======
33

4-
Latest
4+
0.18.0
55
------
6+
- ENH:reproject: Support geolocation arrays (pull #822)
7+
- REF: Add positional arguments requirements (pull #806)
68
- BUG:merge: Fix merging masked and scaled data (issue #814)
9+
- BUG: Fix chunk arguments for normalize_chunks (pull #820)
10+
- BUG: Squeeze when using interpolate_na with extra dim (pull #810)
11+
* BUG: Properly handle encoding/decoding scales and offsets by (pull #821)
12+
- DOC: Clearer coordinate docstring for `open_rasterio` (pull #811)
713

814
0.17.0
915
------

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requires = ["setuptools", "wheel"]
44

55
[project]
66
name = "rioxarray"
7-
version = "0.17.1.dev0"
7+
version = "0.18.0"
88
description = "geospatial xarray extension powered by rasterio"
99
maintainers = [
1010
{name = "rioxarray Contributors"},

0 commit comments

Comments
 (0)