File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11History
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
9150.20.0
1016------
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ requires = ["setuptools", "wheel"]
44
55[project ]
66name = " rioxarray"
7- version = " 0.20.1.dev0 "
7+ version = " 0.21.0 "
88description = " geospatial xarray extension powered by rasterio"
99maintainers = [
1010 {name = " rioxarray Contributors" },
You can’t perform that action at this time.
0 commit comments