From 06037a38e33dcc35e7ee165960ca9f0f5b31f408 Mon Sep 17 00:00:00 2001 From: aho Date: Wed, 28 Oct 2020 10:50:32 +0100 Subject: [PATCH 1/2] Update NEWS.md and add ecFlow into SystemRequirements --- DESCRIPTION | 2 +- NEWS.md | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 0a32038..10e535c 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -36,5 +36,5 @@ License: LGPL-3 URL: https://earth.bsc.es/gitlab/es/startR/ BugReports: https://earth.bsc.es/gitlab/es/startR/-/issues LazyData: true -SystemRequirements: cdo +SystemRequirements: cdo ecFlow RoxygenNote: 5.0.0 diff --git a/NEWS.md b/NEWS.md index 8b65f5e..d20d72c 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,8 +1,9 @@ # startR v2.0.4 (Release date: ) - Bugfix for metadata retrieving when there are more than one dataset and one of them is missing. -- Bugfix for metadata_dims along non-dat dim. -- Bugfix for wildcard reading when parameter 'path_glob_permissive' is used. +- Bugfix for the Start() parameter 'metadata_dims' is set to non-dat dimension. +- Bugfix for wildcard reading when the Start() parameter 'path_glob_permissive' is used. - /dev/shm automatic cleaning on Compute(). Solve the error 'No space left on device' which happened when the jobs are aborted. +- Add new paramter 'largest_dims_length' in Start(). It can examine all the files to find the largest inner dimension length. It is useful when certain inner dimension among the files does not have consistent length (e.g., different ensemble number). # startR v2.0.1 (Release date: 2020-09-10) - /dev/shm automatic cleaning on Compute() -- GitLab From e19fbbd94c41eaf061ac8d2328b413ae7f7fe1a2 Mon Sep 17 00:00:00 2001 From: aho Date: Thu, 29 Oct 2020 16:21:41 +0100 Subject: [PATCH 2/2] Bump version into 2.1.0 --- DESCRIPTION | 2 +- NEWS.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 10e535c..bf0ed00 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: startR Title: Automatically Retrieve Multidimensional Distributed Data Sets -Version: 2.0.3 +Version: 2.1.0 Authors@R: c( person("BSC-CNS", role = c("aut", "cph")), person("Nicolau", "Manubens", , "nicolau.manubens@bsc.es", role = c("aut")), diff --git a/NEWS.md b/NEWS.md index d20d72c..8c7a116 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# startR v2.0.4 (Release date: ) +# startR v2.1.0 (Release date: 2020-10-30) - Bugfix for metadata retrieving when there are more than one dataset and one of them is missing. - Bugfix for the Start() parameter 'metadata_dims' is set to non-dat dimension. - Bugfix for wildcard reading when the Start() parameter 'path_glob_permissive' is used. -- GitLab