Skip to content

Commit f52d0f3

Browse files
committed
MNT: Version 0.21.0
1 parent 4e50932 commit f52d0f3

2 files changed

Lines changed: 11 additions & 5 deletions

File tree

docs/history.rst

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
History
22
=======
33

4-
Latest
5-
------
6-
- ENH: RPCs: Load and write RPCs (#837)
7-
- ENH: Convert xarray structure back to rasterio Dataset (#309, #777)
4+
0.21.0
5+
------
6+
- ENH: RPCs: Load and write RPCs (#890)
7+
- ENH: Add `rio.to_rasterio_dataset` (#894)
8+
- ENH: Add float16 default nodata (#896)
9+
- BUG: Convert tuple chunks to dict in `_prepare_dask` to avoid DeprecationWarning (#879)
10+
- DEP: pin xarray due to GH-xarray-11000 (#881)
11+
- DOC: Fix grid_mapping location (#876)
12+
- MNT: Align conda Python version with pre-commit's (#891)
13+
- MNT: Use dependency_groups (#889, (#893)
814

915
0.20.0
1016
------

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.20.1.dev0"
7+
version = "0.21.0"
88
description = "geospatial xarray extension powered by rasterio"
99
maintainers = [
1010
{name = "rioxarray Contributors"},

0 commit comments

Comments
 (0)