From ca7ea27c23ecc39d878473105c3e0d590bddb728 Mon Sep 17 00:00:00 2001 From: aho Date: Wed, 28 Oct 2020 10:45:37 +0100 Subject: [PATCH 1/3] Update NEWS.md --- NEWS.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 6d81252d..63ba6e43 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,11 @@ -# s2dverification 2.8.6 (Release date: ) +# s2dverification 2.8.7 (Release date: 2020-) +- Correct the time metadata retrieval in Load() when start date and the first lead time in netCDF file do not match. +- Revise the per-paired method in Clim() when NA exists. +- Correct the Corr() p-value. +- Bugfix for CDO version reading. The error occurred when the CDO version number is followed by letters. +- Bugfix for Ano() when obs and exp have inconsistent dimensions. + +# s2dverification 2.8.6 (Release date: 2019-10-17) - Apply Roxygen2 format to all the files. - Bug fix in Composite(). - Bug fix in Ano(). Recommend to assign the dimensions by name to avoid confusion when the dimensions have same length. -- GitLab From c63b91b0c1dc84cc6331177368cc093454f8bebd Mon Sep 17 00:00:00 2001 From: aho Date: Thu, 29 Oct 2020 11:16:52 +0100 Subject: [PATCH 2/3] Increase the version number and complete NEWS.md --- DESCRIPTION | 2 +- NEWS.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 0045265c..3fce5504 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: s2dverification Title: Set of Common Tools for Forecast Verification -Version: 2.8.6 +Version: 2.9.0 Authors@R: c( person("BSC-CNS", role = c("aut", "cph")), person("Virginie", "Guemas", , "virginie.guemas@bsc.es", role = "aut"), diff --git a/NEWS.md b/NEWS.md index 63ba6e43..19925729 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,6 @@ -# s2dverification 2.8.7 (Release date: 2020-) +# s2dverification 2.9.0 (Release date: 2020-10-30) - Correct the time metadata retrieval in Load() when start date and the first lead time in netCDF file do not match. +- One new parameter 'K' is added in Composite() to indicate the maximum number of composites. - Revise the per-paired method in Clim() when NA exists. - Correct the Corr() p-value. - Bugfix for CDO version reading. The error occurred when the CDO version number is followed by letters. -- GitLab From 6a65e7995a4511d3f42a62d1ac3427017fcf510e Mon Sep 17 00:00:00 2001 From: aho Date: Thu, 29 Oct 2020 13:44:16 +0100 Subject: [PATCH 3/3] Refine NEWS.md --- NEWS.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 19925729..5e124230 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,7 @@ # s2dverification 2.9.0 (Release date: 2020-10-30) -- Correct the time metadata retrieval in Load() when start date and the first lead time in netCDF file do not match. +- Correct the time retrieval in Load() when start date and the first lead time in netCDF file do not match. +In addition, when the lead time in each data set is not consistent, the retrieved data should change according to + the first data set in the same Load call. - One new parameter 'K' is added in Composite() to indicate the maximum number of composites. - Revise the per-paired method in Clim() when NA exists. - Correct the Corr() p-value. -- GitLab