Skip to content

Commit f731947

Browse files
committed
Update changelog, bump version
1 parent 6b8b383 commit f731947

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/).
66

7-
## Unreleased
7+
## 0.4.1 (2025-04-08)
88

99
Fixed:
1010
- Attributes are now properly preserved when updating coordinates during pre-formatting for regridding ([#54](https://github.com/xarray-contrib/xarray-regrid/pull/54)).
1111
- Handle datasets with inconsistent chunksizes during pre-formatting ([#57](https://github.com/xarray-contrib/xarray-regrid/pull/57)).
12-
12+
- `regrid.stats` should properly regrid input data even when coordinates are not monotonic ([#58](https://github.com/xarray-contrib/xarray-regrid/pull/58)).
1313

1414
## 0.4.0 (2024-09-26)
1515

src/xarray_regrid/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
"methods",
1010
]
1111

12-
__version__ = "0.4.0"
12+
__version__ = "0.4.1"

0 commit comments

Comments
 (0)