Skip to content

Commit dee24a4

Browse files
committed
Preparing release v0.2.8
1 parent 383cac1 commit dee24a4

12 files changed

Lines changed: 12 additions & 12 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ A plugin for [climetlab](https://github.com/ecmwf/climetlab) to retrieve the Eum
99

1010
Ease the download of the dataset time-aligned forecasts, reforecasts (hindcasts) and observations ([ERA5 reanalysis](https://www.ecmwf.int/en/forecasts/dataset/ecmwf-reanalysis-v5)).
1111

12-
> * **Climetlab plugin version**: 0.2.7
12+
> * **Climetlab plugin version**: 0.2.8
1313
> * **Intake catalogues version**: 0.2.0
1414
> * **Base dataset version**: 1.0
1515
> * **EUPPBench dataset version**: 1.0

climetlab_eumetnet_postprocessing_benchmark/EUPP/gridded/static_fields_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
from ...config import EUPP_baseurl
99

10-
__version__ = "0.2.7"
10+
__version__ = "0.2.8"
1111

1212
_terms_of_use = """By downloading data from this dataset, you agree to the terms and conditions defined at
1313

climetlab_eumetnet_postprocessing_benchmark/EUPP/gridded/training_data_forecasts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
from ...config import EUPP_baseurl
1111

12-
__version__ = "0.2.7"
12+
__version__ = "0.2.8"
1313

1414
_terms_of_use = """By downloading data from this dataset, you agree to the terms and conditions defined at
1515

climetlab_eumetnet_postprocessing_benchmark/EUPP/gridded/training_data_reforecasts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from .training_data_forecasts import TrainingDataForecastSurface, TrainingDataForecastPressure,\
55
TrainingDataForecastSurfaceProcessed
66

7-
__version__ = "0.2.7"
7+
__version__ = "0.2.8"
88

99

1010
class TrainingDataReforecastSurface(TrainingDataForecastSurface):

climetlab_eumetnet_postprocessing_benchmark/EUPP/stations/training_data_forecasts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
from ...config import EUPP_baseurl
1111

12-
__version__ = "0.2.7"
12+
__version__ = "0.2.8"
1313

1414
_terms_of_use = """By downloading data from this dataset, you agree to the terms and conditions defined at
1515

climetlab_eumetnet_postprocessing_benchmark/EUPP/stations/training_data_reforecasts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from .training_data_forecasts import TrainingDataForecastSurface, TrainingDataForecastPressure,\
55
TrainingDataForecastSurfaceProcessed
66

7-
__version__ = "0.2.7"
7+
__version__ = "0.2.8"
88

99

1010
class TrainingDataReforecastSurface(TrainingDataForecastSurface):

climetlab_eumetnet_postprocessing_benchmark/EUPreciP/precipitations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
from ..config import EUPreciP_baseurl
1111

12-
__version__ = "0.2.7"
12+
__version__ = "0.2.8"
1313

1414
_terms_of_use = """By downloading data from this dataset, you agree to the terms and conditions defined at
1515

climetlab_eumetnet_postprocessing_benchmark/gridded/static_fields_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
from ..config import baseurl
99

10-
__version__ = "0.2.7"
10+
__version__ = "0.2.8"
1111

1212
_terms_of_use = """By downloading data from this dataset, you agree to the terms and conditions defined at
1313

climetlab_eumetnet_postprocessing_benchmark/gridded/training_data_forecasts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
from ..config import baseurl
1717
from ..utils import convert_to_datetime
1818

19-
__version__ = "0.2.7"
19+
__version__ = "0.2.8"
2020

2121
_terms_of_use = """By downloading data from this dataset, you agree to the terms and conditions defined at
2222

climetlab_eumetnet_postprocessing_benchmark/gridded/training_data_reforecasts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
TrainingDataForecastSurfaceProcessed
1414
from ..utils import convert_to_datetime
1515

16-
__version__ = "0.2.7"
16+
__version__ = "0.2.8"
1717

1818
# TODO: Add a check for valid reforecast date and then warn the user if not valid
1919

0 commit comments

Comments
 (0)