From 42eb22adef1812ca69c4060906e92ba516cffdd9 Mon Sep 17 00:00:00 2001 From: aho Date: Tue, 6 Jun 2023 11:13:17 +0200 Subject: [PATCH] version bump to 2.2.3 --- DESCRIPTION | 3 ++- NEWS.md | 5 ++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index fdd5843..2d569fe 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: startR Title: Automatically Retrieve Multidimensional Distributed Data Sets -Version: 2.2.2 +Version: 2.2.3 Authors@R: c( person("Nicolau", "Manubens", , "nicolau.manubens@bsc.es", role = c("aut")), person("An-Chi", "Ho", , "an.ho@bsc.es", role = c("aut", "cre")), @@ -42,3 +42,4 @@ BugReports: https://earth.bsc.es/gitlab/es/startR/-/issues SystemRequirements: cdo ecFlow Encoding: UTF-8 RoxygenNote: 7.2.0 +Config/testthat/edition: 3 diff --git a/NEWS.md b/NEWS.md index ce5eab1..888fb72 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,7 @@ -# startR v2.2.1 (Release date: 2023-03-24) +# startR v2.2.3 (Release date: 2023-06-06) +- Bugfix in Start(): when using parameter `longitude = 'all'` with transform, there was a missing point for some cases. + +# startR v2.2.2 (Release date: 2023-03-24) - Start(): Bugfix when the input parameters are assigned by a variable with NULL value and retrieve = F - NcDataReader(): Bugfix for wrong time attributes return when the unit is "month" -- GitLab