From 552035ca4db022ce56bfc5b061274d0a1c29a00d Mon Sep 17 00:00:00 2001 From: aho Date: Tue, 28 Feb 2023 12:29:14 +0100 Subject: [PATCH] version bump to 0.3.0 --- .Rbuildignore | 2 +- DESCRIPTION | 4 ++-- NEWS.md | 7 ++++++- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.Rbuildignore b/.Rbuildignore index 0c51051..dde50c4 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -5,5 +5,5 @@ ./.nc$ .*\.gitlab-ci.yml$ # Ignore tests when submitting to CRAN -#^tests$ +^tests$ diff --git a/DESCRIPTION b/DESCRIPTION index 2530c9b..0c51519 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: ClimProjDiags Title: Set of Tools to Compute Various Climate Indices -Version: 0.2.1 +Version: 0.3.0 Authors@R: c( person("BSC-CNS", role = c("aut", "cph")), person("Nuria", "Perez-Zanon", , "nuria.perez@bsc.es", role = c("aut"), comment = c(ORCID = "0000-0001-8568-3071")), @@ -29,7 +29,7 @@ Suggests: testthat, markdown, rmarkdown -License: Apache License 2.0 +License: GPL-3 URL: https://earth.bsc.es/gitlab/es/ClimProjDiags BugReports: https://earth.bsc.es/gitlab/es/ClimProjDiags/-/issues Encoding: UTF-8 diff --git a/NEWS.md b/NEWS.md index 5b5d43d..dd95442 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,10 @@ +# 0.3.0 (Release date: 2023-02-28) +- SelBox() and ShiftLon() to accept non-numerical data input +- SelBox() uses the latitude and longitude dimension name instead of index +- WeightedMean() uses multiApply::Apply inside + # 0.2.1 (Release date: 2022-12-01) -- Fix the mistake that function "WeightedCells" was not included in the last submission. +- Fix the mistake that function "WeightedCells" was not included in the last submission. # 0.2.0 (Release date: 2022-11-04) - New functions: ShiftLon, WeightedCells -- GitLab