Skip to content

Commit ce75d16

Browse files
committed
Merge remote-tracking branch 'origin/main' into ohc-test-data
* origin/main: chore: Flush file chore: Upgrade pixi Bump version: 0.7.3 → 0.7.4 chore: Avoid the loguru version clashing chore: Use pypi version of loguru chore: Manually remove Revert "Updated sample data" chore: Add log item Updated sample data chore: Fetch the URL first chore: don't cache the pixi install chore: Add loguru chore: Add joblib docs: Changelog fix: Use the obs4REF registry from main instead of installing the package
2 parents 9939999 + 81c2861 commit ce75d16

18 files changed

Lines changed: 97 additions & 1086 deletions

.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/setup-pixi@v0.8.11
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)