Skip to content

Commit a7e13ad

Browse files
author
lewisjared
committed
Bump version: 0.6.0 → 0.6.1
1 parent 3271e1b commit a7e13ad

File tree

15 files changed

+1804
-1794
lines changed

15 files changed

+1804
-1794
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.6.0"
2+
current_version = "0.6.1"
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.6.0
27+
version: 0.6.1
2828
doi: 10.5281/zenodo.15103441
29-
date-released: 2025-05-27
29+
date-released: 2025-05-28
3030
url: "https://github.com/Climate-REF/climate-ref"
3131
license: "Apache-2.0"

changelog/305.feature.md

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

changelog/337.fix.md

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

changelog/342.docs.md

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

docs/changelog.md

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

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

24+
## climate-ref 0.6.1 (2025-05-28)
25+
26+
### Features
27+
28+
- Implemented a HPCExecutor.
29+
It could let users run REF under HPC workflows by submitting batch jobs
30+
and compute diagnostics on the computer nodes. Only the slurm scheduler is
31+
supported now. ([#305](https://github.com/Climate-REF/climate-ref/pulls/305))
32+
33+
### Bug Fixes
34+
35+
- Remove keys with their value None from the output JSON for CMEC validation of PMP extratropical variability modes ([#337](https://github.com/Climate-REF/climate-ref/pulls/337))
36+
37+
### Improved Documentation
38+
39+
- Add Getting Started section for ingesting and solving ([#342](https://github.com/Climate-REF/climate-ref/pulls/342))
40+
41+
2442
## climate-ref 0.6.0 (2025-05-27)
2543

2644
### Breaking Changes

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.6.0"
3+
version = "0.6.1"
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.6.0"
3+
version = "0.6.1"
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.6.0"
3+
version = "0.6.1"
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.6.0"
3+
version = "0.6.1"
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.6.0"
3+
version = "0.6.1"
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.6.0"
3+
version = "0.6.1"
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.6.0"
3+
version = "0.6.1"
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.6.0"
3+
version = "0.6.1"
44
description = "Climate Rapid Evaluation Framework (REF) root package"
55
readme = "README.md"
66
authors = [

uv.lock

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

0 commit comments

Comments
 (0)