Skip to content

Commit 31aa63f

Browse files
author
lewisjared
committed
Bump version: 0.7.0 → 0.8.0
1 parent 01eabb5 commit 31aa63f

File tree

18 files changed

+45
-32
lines changed

18 files changed

+45
-32
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.7.0"
2+
current_version = "0.8.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.7.0
27+
version: 0.8.0
2828
doi: 10.5281/zenodo.15103441
29-
date-released: 2025-10-01
29+
date-released: 2026-01-05
3030
url: "https://github.com/Climate-REF/climate-ref"
3131
license: "Apache-2.0"

changelog/375.improvement.md

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

changelog/411.feature.md

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

changelog/444.fix.md

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

changelog/447.feature.md

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

changelog/452.improvement.md

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

changelog/466.docs.md

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

docs/changelog.md

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

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

24+
## climate-ref 0.8.0 (2026-01-05)
25+
26+
### Features
27+
28+
- Enable spatial 3-d variables that has levels for PMP annual cycle. ([#411](https://github.com/Climate-REF/climate-ref/pull/411))
29+
- Added ignore datasets constraint and configuration file.
30+
31+
If no path is configured for the `ignore_datasets_file` in the configuration file,
32+
the default ignore datasets file is downloaded from the Climate-REF GitHub repository
33+
if it does not exist or is older than 6 hours. ([#447](https://github.com/Climate-REF/climate-ref/pull/447))
34+
35+
### Improvements
36+
37+
- Validated the slurm configurations of the HPCExecutor using pydantic ([#375](https://github.com/Climate-REF/climate-ref/pull/375))
38+
- Added reference values to ESMValTool series output. ([#452](https://github.com/Climate-REF/climate-ref/pull/452))
39+
40+
### Bug Fixes
41+
42+
- General fixes found when rerunning, including handling an edge case where no log output is written,
43+
ignoring empty input directories and increased logging of the number of executions. ([#444](https://github.com/Climate-REF/climate-ref/pull/444))
44+
45+
### Improved Documentation
46+
47+
- Add a Jupyter notebook showing how to use the CMIP7 Assessment Fast Track website OpenAPI. ([#466](https://github.com/Climate-REF/climate-ref/pull/466))
48+
49+
2450
## climate-ref 0.7.0 (2025-10-01)
2551

2652
### 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.7.0"
3+
version = "0.8.0"
44
description = "Celery app for mananging tasks and workers"
55
readme = "README.md"
66
authors = [

0 commit comments

Comments
 (0)