Skip to content

Commit 4ac424d

Browse files
committed
Merge branch 'main' of github.com:CMIP-REF/ref-sample-data into cloud-scatterplots-data
2 parents a8b58d0 + d03d70f commit 4ac424d

120 files changed

Lines changed: 3111 additions & 2741 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

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

.github/actions/regenerate/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ runs:
1111
shell: bash
1212
env:
1313
QUIET: true
14+
COLUMNS: 160
1415
run: |
1516
git config --global user.name "$GITHUB_ACTOR"
1617
git config --global user.email "$CI_COMMIT_EMAIL"

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
- name: Verify registry
4646
env:
4747
QUIET: true
48+
COLUMNS: 160
4849
run: |
4950
make fetch-test-data
5051
git diff --exit-code

CHANGELOG.md

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

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

24+
## ref-sample-data 0.6.1 (2025-05-18)
25+
26+
No significant changes.
27+
28+
29+
## ref-sample-data 0.6.0 (2025-05-16)
30+
31+
No significant changes.
32+
33+
34+
## ref-sample-data 0.5.2 (2025-05-09)
35+
36+
### Features
37+
38+
- Add test data for each ILAMB/IOMB metric ([#31](https://github.com/CMIP-REF/ref-sample-data/pulls/31))
39+
40+
41+
## ref-sample-data 0.5.1 (2025-05-07)
42+
43+
### Features
44+
45+
- Added sample data for cloud radiative effects diagnostic. ([#29](https://github.com/CMIP-REF/ref-sample-data/pulls/29))
46+
47+
### Improvements
48+
49+
- Increased the width of the console output to make it easier to diagnose issues. ([#32](https://github.com/CMIP-REF/ref-sample-data/pulls/32))
50+
51+
2452
## ref-sample-data 0.5.0 (2025-04-28)
2553

2654
### Features

changelog/34.feat.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update the obs4REF archive

changelog/35.feat.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
select a longer time span for nbp

0 commit comments

Comments
 (0)