Skip to content

Commit ce86af3

Browse files
authored
Merge pull request #41 from Climate-REF/snc
2 parents 04100a2 + 3bebe1d commit ce86af3

File tree

14 files changed

+18
-13
lines changed

14 files changed

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

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,18 @@ from the examples given in that link.
2323

2424
## ref-sample-data 0.6.1 (2025-05-18)
2525

26-
No significant changes.
26+
### Features
27+
28+
- Add burntFractionAll ([#40](https://github.com/CMIP-REF/ref-sample-data/pulls/40))
2729

2830

2931
## ref-sample-data 0.6.0 (2025-05-16)
3032

31-
No significant changes.
33+
### Features
3234

35+
- Update the obs4REF archive ([#34](https://github.com/CMIP-REF/ref-sample-data/pulls/34))
36+
- select a longer time span for nbp ([#35](https://github.com/CMIP-REF/ref-sample-data/pulls/35))
37+
- Added sample data for ESMValTool ENSO diagnostics. ([#37](https://github.com/CMIP-REF/ref-sample-data/pulls/37))
3338

3439
## ref-sample-data 0.5.2 (2025-05-09)
3540

changelog/34.feat.md

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

changelog/35.feat.md

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

changelog/37.feat.md

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

changelog/40.feat.md

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

changelog/41.feature.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add snc from CESM2

0 commit comments

Comments
 (0)