Skip to content

Commit

Permalink
Bump version. Add acknowledgement.
Browse files Browse the repository at this point in the history
  • Loading branch information
BSchilperoort committed Oct 5, 2023
1 parent 7937260 commit d4980b9
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/).

## Unreleased

## v0.2.1 (2023-09-05)

Fixed:
- Datasets containing NaN values can now be regridded using the conservative method. This previously produced only NaN values.

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

Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,7 @@ You can install this environment using the `environment.yml` file in this reposi
```sh
micromamba create -n environment_name -f environment.yml
```

## Acknowledgements

This package was developed under Netherlands eScience Center grant [NLESC.OEC.2022.017](https://research-software-directory.org/projects/excited).
2 changes: 1 addition & 1 deletion src/xarray_regrid/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.0"
__version__ = "0.2.1"
2 changes: 0 additions & 2 deletions src/xarray_regrid/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,3 @@
"create_regridding_dataset",
"methods",
]

__version__ = "0.2.0"

0 comments on commit d4980b9

Please sign in to comment.