diff --git a/DESCRIPTION b/DESCRIPTION index 114cdcb1bb2e6034c47d4709cea9badcea2492ba..08d4e7e91e86ada5749bf136c036dcebee83422b 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: startR Title: Automatically Retrieve Multidimensional Distributed Data Sets -Version: 1.0.0 +Version: 1.0.1 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 1352407ed748c3bd6d8843bb90b809cedda7023c..de0362740f7fcd0d236b32bcbc119ab9187f72d0 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,9 @@ +# startR v1.0.1 (Release date: 2020-04-) +- Bugfix for global longitude across the borders. +- Bugfix for longitude transformation when across the borders. +- Bugfix for transform_extra_cells when across the borders. +- Bugfix for un-reorder longitude transformation crop. + # startR v1.0.0 (Release date: 2020-03-23) - Bugfixes of lat and lon assigned by 'values' in Start(). In v0.1.4 it is incorrect when assigned from big to small values. - Compatiblity break: Develop longitude and latitude reorder convention.