From 78764ff4965c14939d5fe898b755e431f2f53b03 Mon Sep 17 00:00:00 2001 From: snowman2 Date: Wed, 6 Nov 2024 14:37:25 -0600 Subject: [PATCH] MNT: Version 0.18.0 --- docs/history.rst | 8 +++++++- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/history.rst b/docs/history.rst index 5aa1959b..3726d504 100644 --- a/docs/history.rst +++ b/docs/history.rst @@ -1,9 +1,15 @@ History ======= -Latest +0.18.0 ------ +- ENH:reproject: Support geolocation arrays (pull #822) +- REF: Add positional arguments requirements (pull #806) - BUG:merge: Fix merging masked and scaled data (issue #814) +- BUG: Fix chunk arguments for normalize_chunks (pull #820) +- BUG: Squeeze when using interpolate_na with extra dim (pull #810) +* BUG: Properly handle encoding/decoding scales and offsets by (pull #821) +- DOC: Clearer coordinate docstring for `open_rasterio` (pull #811) 0.17.0 ------ diff --git a/pyproject.toml b/pyproject.toml index 1aa898bf..90886b75 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = ["setuptools", "wheel"] [project] name = "rioxarray" -version = "0.17.1.dev0" +version = "0.18.0" description = "geospatial xarray extension powered by rasterio" maintainers = [ {name = "rioxarray Contributors"},