Skip to content

Commit d200615

Browse files
author
znichollscr
committed
bump: version 0.20.1a1 -> 0.20.1
1 parent 790f941 commit d200615

4 files changed

Lines changed: 13 additions & 3 deletions

File tree

changelog/121.fix.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/121.trivial.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changelog.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,18 @@ from the examples given in that link.
2121

2222
<!-- towncrier release notes start -->
2323

24+
## Input4MIPs validation v0.20.1 (2025-10-01)
25+
26+
27+
### 🐛 Bug Fixes
28+
29+
- Fixed inference of daily time steps (previously this would fail if data was lazy loaded as subtraction of `cftime` with `xarray` doesn't work properly if the data is a dask array) ([#121](https://github.com/climate-resource/input4mips_validation/pull/121))
30+
31+
### 🔧 Trivial/Internal Changes
32+
33+
- [#121](https://github.com/climate-resource/input4mips_validation/pull/121)
34+
35+
2436
## Input4MIPs validation v0.20.0 (2025-09-04)
2537

2638

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies = [
2525
"xarray",
2626
]
2727
name = "input4mips-validation"
28-
version = "0.20.1a1"
28+
version = "0.20.1"
2929
description = "Validation of input4MIPs data (checking file formats, metadata etc.)."
3030
readme = "README.md"
3131

0 commit comments

Comments
 (0)