diff --git a/DESCRIPTION b/DESCRIPTION index 0a32038e3ad44493fd991f1a5051f741c8bf2f19..bf0ed00992f66d66b2701e9199c1d41db7c593fc 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")), @@ -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 d43ad5aa20cf4aa889fa3057581366b4b6acf64c..8c7a11636c700e54e7c663ffedbc9295be22601b 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,7 +1,7 @@ -# 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 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).