Skip to content

Commit d4980b9

Browse files
committed
Bump version. Add acknowledgement.
1 parent 7937260 commit d4980b9

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
66

77
## Unreleased
88

9+
## v0.2.1 (2023-09-05)
10+
11+
Fixed:
12+
- Datasets containing NaN values can now be regridded using the conservative method. This previously produced only NaN values.
913

1014
## v0.2.0 (2023-09-02)
1115

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,7 @@ You can install this environment using the `environment.yml` file in this reposi
4040
```sh
4141
micromamba create -n environment_name -f environment.yml
4242
```
43+
44+
## Acknowledgements
45+
46+
This package was developed under Netherlands eScience Center grant [NLESC.OEC.2022.017](https://research-software-directory.org/projects/excited).

src/xarray_regrid/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.2.0"
1+
__version__ = "0.2.1"

src/xarray_regrid/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,3 @@
88
"create_regridding_dataset",
99
"methods",
1010
]
11-
12-
__version__ = "0.2.0"

0 commit comments

Comments
 (0)