Skip to content

Commit

Permalink
MNT: Version 0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
snowman2 committed Nov 6, 2024
1 parent a32a1ea commit 78764ff
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion docs/history.rst
Original file line number Diff line number Diff line change
@@ -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
------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
Expand Down

0 comments on commit 78764ff

Please sign in to comment.