Skip to content

Commit 9c5f66e

Browse files
author
znicholls
committed
bump: version -> 0.11.0
1 parent 6b1fdca commit 9c5f66e

5 files changed

Lines changed: 19 additions & 10 deletions

File tree

changelog/33.trivial.md

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

changelog/35.breaking.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

docs/changelog.md

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

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

24+
## CMIP Branded Variable Mapper v0.11.0 (2025-09-24)
25+
26+
### :warning: Breaking Changes
27+
28+
- Added support for "tminavg" and "tmaxavg" in line with updates to Table F1 of [Taylor et al.](https://docs.google.com/document/d/19jzecgymgiiEsTDzaaqeLP6pTvLT-NzCMaq-wu-QoOc/edit?pli=1&tab=t.0) as at 22 September 2025
29+
30+
If you have a variable with "time4" as a dimension and "time: max" ("time: min") in the cell methods, the temporal label is now "tmaxavg" ("tminavg") rather than "ti" as it was previously.
31+
32+
In addition, if you have "time: max", "time: min" or "time: sum" in your cell methods
33+
but do not have a "time" dimension, your temporal label will now be "ti"
34+
rather than its previously value. ([#35](https://github.com/znicholls/CMIP-branded-variables-mapper/pull/35))
35+
36+
### :wrench: Trivial/Internal Changes
37+
38+
- [#33](https://github.com/znicholls/CMIP-branded-variables-mapper/pull/33)
39+
40+
2441
## CMIP Branded Variable Mapper v0.10.0 (2025-08-27)
2542

2643
### :tada: Improvements

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "cmip-branded-variable-mapper"
3-
version = "0.10.1a1"
3+
version = "0.11.0"
44
description = "Mapping from CMIP variable and other information to branded variable names."
55
authors = [
66
{ name = "Zebedee Nicholls", email = "zebedee.nicholls@climate-energy-college.org" },

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)