Skip to content

Commit

Permalink
Bump version to 0.4.0 (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
BSchilperoort authored Sep 26, 2024
1 parent 8f78e0b commit 0bd64aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/).

## Unreleased


## 0.4.0 (2024-09-26)

Changed:
- the "most common" routine has been overhauled, thanks to [@dcherian](https://github.com/dcherian). It is now much more efficient, and can operate fully lazily on dask arrays. Users do need to provide the expected groups (i.e., unique labels in the data), and the regridder is only available for `xr.DataArray` currently ([#46](https://github.com/xarray-contrib/xarray-regrid/pull/46)).
- you can now use `None` as input to the `time_dim` kwarg in the regridding methods to force regridding over the time dimension (as long as it's numeric) ([#46](https://github.com/xarray-contrib/xarray-regrid/pull/46)).
Expand Down
2 changes: 1 addition & 1 deletion src/xarray_regrid/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
"methods",
]

__version__ = "0.3.0"
__version__ = "0.4.0"

0 comments on commit 0bd64aa

Please sign in to comment.