You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-2
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
6
6
7
7
## Unreleased
8
8
9
+
# 0.3.0 (2024-09-05)
10
+
9
11
New contributors:
10
-
-@slevang
12
+
-[@slevang](https://github.com/slevang)
11
13
12
14
Fixed:
13
15
- conservative regridding now can be constructed fully lazily [#39](https://github.com/EXCITED-CO2/xarray-regrid/pull/39).
@@ -20,7 +22,7 @@ Added:
20
22
## v0.2.3 (2024-02-29)
21
23
22
24
New contributors:
23
-
-@kjdoore
25
+
-[@kjdoore](https://github.com/kjdoore)
24
26
25
27
Fixed:
26
28
- Ensure all attributes are kept upon regridding (dataset, variable and coordinate attrs) ([#27](https://github.com/EXCITED-CO2/xarray-regrid/pull/27)).
Copy file name to clipboardExpand all lines: README.md
+2
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,8 @@ With xarray-regrid it is possible to regrid between two rectilinear grids. The f
10
10
- Cubic
11
11
- "Most common value" (zonal statistics)
12
12
13
+
All regridding methods, except for the "most common value" can operate lazily on [Dask arrays](https://docs.xarray.dev/en/latest/user-guide/dask.html).
14
+
13
15
Note that "Most common value" is designed to regrid categorical data to a coarse resolution. For regridding categorical data to a finer resolution, please use "nearest-neighbor" regridder.
0 commit comments