Skip to content

Commit 2fa87de

Browse files
author
lewisjared
committed
Bump version: 0.5.5 → 0.6.0
1 parent 5a37995 commit 2fa87de

26 files changed

+59
-44
lines changed

.bumpversion.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.bumpversion]
2-
current_version = "0.5.5"
2+
current_version = "0.6.0"
33
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
44
serialize = ["{major}.{minor}.{patch}"]
55

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ authors:
2424
- family-names: "Xu"
2525
given-names: "Min"
2626
orcid: "https://orcid.org/0000-0003-3443-0300"
27-
version: 0.5.5
27+
version: 0.6.0
2828
doi: 10.5281/zenodo.15103441
29-
date-released: 2025-05-21
29+
date-released: 2025-05-27
3030
url: "https://github.com/Climate-REF/climate-ref"
3131
license: "Apache-2.0"

changelog/273.feature.md

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

changelog/317.improvement.md

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

changelog/318.improvement.md

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

changelog/320.feature.md

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

changelog/321.breaking.md

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

changelog/323.feature.md

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

changelog/325.improvement.md

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

changelog/330.feature.md

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

changelog/331.fix.md

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

changelog/332.feature.md

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

changelog/334.improvement.md

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

changelog/335.improvement.md

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

changelog/336.improvement.md

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

changelog/338.feature.md

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

docs/changelog.md

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

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

24+
## climate-ref 0.6.0 (2025-05-27)
25+
26+
### Breaking Changes
27+
28+
- Updated the group by dimensions for the PMP diagnostics.
29+
This will cause duplicate runs to appear if an existing database is used.
30+
We recommend starting with a new database if using the next release. ([#321](https://github.com/Climate-REF/climate-ref/pulls/321))
31+
32+
### Features
33+
34+
- Implemented PMP ENSO metrics ([#273](https://github.com/Climate-REF/climate-ref/pulls/273))
35+
- Added ESMValTool ENSO diagnostics. ([#320](https://github.com/Climate-REF/climate-ref/pulls/320))
36+
- Add the creation of verbose debug logs.
37+
These logs will be created in the `$REF_CONFIGURATION/log` directory
38+
(or overriden via the `config.paths.log` setting). ([#323](https://github.com/Climate-REF/climate-ref/pulls/323))
39+
- Data catalogs now only contain the latest version of a dataset.
40+
This will trigger new executions when a new version of a dataset is ingested.
41+
42+
Some additional datasets have been added to the obs4REF dataset registry.
43+
These datasets should be fetched and reingested. ([#330](https://github.com/Climate-REF/climate-ref/pulls/330))
44+
- Added a comparison of `burntFractionAll` to the ILAMB list of diagnostics ([#332](https://github.com/Climate-REF/climate-ref/pulls/332))
45+
- Adds `--diagnostic` and `--provider` arguments to the `ref solve` command.
46+
This allows users to subset a specific diagnostic or provider that they wish to run.
47+
Multiple `--diagnostic` or `--provider` arguments can be used to specify multiple diagnostics or providers.
48+
The diagnostic or provider slug must contain one of the filter values to be included in the calculations. ([#338](https://github.com/Climate-REF/climate-ref/pulls/338))
49+
50+
### Improvements
51+
52+
- Raise the ilamb3 version to 2025.5.20 and add remaining ILAMB/IOMB metrics. ([#317](https://github.com/Climate-REF/climate-ref/pulls/317))
53+
- Adds Ocean Heat Content and snow cover datasets to the ilamb/iomb registry ([#318](https://github.com/Climate-REF/climate-ref/pulls/318))
54+
- Updated the ESMValTool version to include updated recipes and diagnostics. ([#325](https://github.com/Climate-REF/climate-ref/pulls/325))
55+
- Add obs4MIPs ERA-5 ta sample data as obs4REF. ([#334](https://github.com/Climate-REF/climate-ref/pulls/334))
56+
- Enable more variables for the annual cycle diagnostics via PMP. ([#335](https://github.com/Climate-REF/climate-ref/pulls/335))
57+
- Verify the checksum of downloaded datasets by default ([#336](https://github.com/Climate-REF/climate-ref/pulls/336))
58+
59+
### Bug Fixes
60+
61+
- Depth selects properly in mrsos, added regression data ([#331](https://github.com/Climate-REF/climate-ref/pulls/331))
62+
63+
2464
## climate-ref 0.5.5 (2025-05-21)
2565

2666
### Improvements

packages/climate-ref-celery/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "climate-ref-celery"
3-
version = "0.5.5"
3+
version = "0.6.0"
44
description = "Celery app for mananging tasks and workers"
55
readme = "README.md"
66
authors = [

packages/climate-ref-core/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "climate-ref-core"
3-
version = "0.5.5"
3+
version = "0.6.0"
44
description = "Core library for the CMIP Rapid Evaluation Framework"
55
readme = "README.md"
66
authors = [

packages/climate-ref-esmvaltool/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "climate-ref-esmvaltool"
3-
version = "0.5.5"
3+
version = "0.6.0"
44
description = "ESMValTool diagnostic provider for the Rapid Evaluation Framework"
55
readme = "README.md"
66
authors = [

packages/climate-ref-example/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "climate-ref-example"
3-
version = "0.5.5"
3+
version = "0.6.0"
44
description = "Example diagnostic provider for the Rapid Evaluation Framework"
55
readme = "README.md"
66
authors = [

packages/climate-ref-ilamb/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "climate-ref-ilamb"
3-
version = "0.5.5"
3+
version = "0.6.0"
44
description = "ILAMB diagnostic provider for the Rapid Evaluation Framework"
55
readme = "README.md"
66
authors = [

packages/climate-ref-pmp/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "climate-ref-pmp"
3-
version = "0.5.5"
3+
version = "0.6.0"
44
description = "PMP diagnostic provider for the Rapid Evaluation Framework"
55
readme = "README.md"
66
authors = [

packages/climate-ref/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "climate-ref"
3-
version = "0.5.5"
3+
version = "0.6.0"
44
description = "Application which runs the CMIP Rapid Evaluation Framework"
55
readme = "README.md"
66
authors = [

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "climate-ref-root"
3-
version = "0.5.5"
3+
version = "0.6.0"
44
description = "Climate Rapid Evaluation Framework (REF) root package"
55
readme = "README.md"
66
authors = [

uv.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)