File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed
Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -40,3 +40,7 @@ You can install this environment using the `environment.yml` file in this reposi
4040``` sh
4141micromamba 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 ) .
Original file line number Diff line number Diff line change 1- __version__ = "0.2.0 "
1+ __version__ = "0.2.1 "
Original file line number Diff line number Diff line change 88 "create_regridding_dataset" ,
99 "methods" ,
1010]
11-
12- __version__ = "0.2.0"
You can’t perform that action at this time.
0 commit comments