We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33a5c1e commit 3b3f5feCopy full SHA for 3b3f5fe
CHANGELOG.md
@@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
and this project adheres to [Semantic Versioning](https://semver.org/).
6
7
+## Unreleased
8
+
9
+Added:
10
+ - xarray DataArrays are now supported
11
+ - A conservative regridding method has been added, along with a benchmark notebook.
12
13
+Changed:
14
+ - The API has changed. Regridding is now done with `xr.Dataset.regrid.method()`.
15
+ - E.g. `xr.Dataset.regrid.linear()`
16
17
18
## v0.1.0 (2023-08-17)
19
First release of `xarray-regrid`, containing:
20
- the implementation of linear, nearest-neighbor and cubic regridding.
0 commit comments