Skip to content

Commit 5c89a61

Browse files
author
bouweandela
committed
Bump version: 0.6.3 → 0.7.0
1 parent 0d28d29 commit 5c89a61

File tree

10 files changed

+34
-20
lines changed

10 files changed

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

CHANGELOG.md

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

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

24+
## ref-sample-data 0.7.0 (2025-08-26)
25+
26+
### Features
27+
28+
- Added the `--only` option to the fetch script to allow regenerating a specific set of requests. ([#42](https://github.com/CMIP-REF/ref-sample-data/pulls/42))
29+
- Added sample data for cloud scatterplots and made some improvements to facilitate that:
30+
- remove broken code from obs4MIPs data request
31+
- only download data within requested time range
32+
- change regridding so it does not crash on parametric vertical coordinates
33+
- show intake-esgf log messages and update version
34+
35+
([#44](https://github.com/CMIP-REF/ref-sample-data/pulls/44))
36+
- Added sample data for sea ice sensitivity diagnostic. ([#45](https://github.com/CMIP-REF/ref-sample-data/pulls/45))
37+
- Added sample data for historical changes in climate variables. ([#46](https://github.com/CMIP-REF/ref-sample-data/pulls/46))
38+
39+
### Improvements
40+
41+
- Perform the calculations on a self-hosted node.
42+
This greatly reduces the time taken to calculate the results. ([#42](https://github.com/CMIP-REF/ref-sample-data/pulls/42))
43+
44+
### Bug Fixes
45+
46+
- Regenerate the sample data ([#43](https://github.com/CMIP-REF/ref-sample-data/pulls/43))
47+
48+
2449
## ref-sample-data 0.6.3 (2025-05-26)
2550

2651
### Features

changelog/42.feature.md

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

changelog/42.improvement.md

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

changelog/43.fix.md

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

changelog/44.feature.md

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

changelog/45.feature.md

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

changelog/46.feature.md

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

pixi.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ref-sample-data"
3-
version = "0.6.3"
3+
version = "0.7.0"
44
description = "CMIP Rapid Evaluation Framework Sample Data"
55
readme = "README.md"
66
authors = [

0 commit comments

Comments
 (0)