Skip to content

Commit 81c2861

Browse files
authored
Merge pull request #50 from Climate-REF/revert-era5-ta
2 parents 9a00fb2 + 4c8108e commit 81c2861

18 files changed

+97
-1086
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.3"
2+
current_version = "0.7.4"
33
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
44
serialize = ["{major}.{minor}.{patch}"]
55
search = "{current_version}"

.github/actions/setup/action.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ runs:
66
- name: Install pixi
77
uses: prefix-dev/[email protected]
88
with:
9-
pixi-version: "v0.49.0"
10-
cache: true
11-
# Frozen is needed as the ref git dependency was not playing nice with a fully locked environment
12-
frozen: true
9+
pixi-version: "v0.54.0"
10+
cache: false # The self-hosted runners have a local cache
11+
locked: true
1312
log-level: "v"

CHANGELOG.md

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

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

24+
## ref-sample-data 0.7.4 (2025-09-26)
25+
26+
### Improvements
27+
28+
- Removes the ERA5 ta data Obs4REF in preference for fetching from Obs4MIPs directly.
29+
This also removes the dependency on the climate-ref package. ([#50](https://github.com/CMIP-REF/ref-sample-data/pulls/50))
30+
31+
2432
## ref-sample-data 0.7.3 (2025-09-12)
2533

2634
### Improvements

changelog/354.fix.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Removes ERA5 ta dataset from obs4REF in preference for obs4MIP
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)