From 10c4b892d5b2dfe06e8b1988a203a88b2d896521 Mon Sep 17 00:00:00 2001 From: vagudets Date: Tue, 2 Sep 2025 12:52:01 +0200 Subject: [PATCH 1/2] New release --- .Rbuildignore | 2 +- DESCRIPTION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.Rbuildignore b/.Rbuildignore index 698f5e2c..d79d3e82 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -9,7 +9,7 @@ ^inst/doc$ ^\.gitlab-ci\.yml$ ## unit tests should be ignored when building the package for CRAN -#^tests$ +^tests$ ^inst/PlotProfiling\.R$ ^.gitlab$ # Suggested by http://r-pkgs.had.co.nz/package.html diff --git a/DESCRIPTION b/DESCRIPTION index 72a814e0..6c917492 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: startR Title: Automatically Retrieve Multidimensional Distributed Data Sets -Version: 2.5.0 +Version: 3.0.0 Authors@R: c( person("Nicolau", "Manubens", , "nicolau.manubens@bsc.es", role = c("aut")), person("An-Chi", "Ho", , "an.ho@bsc.es", role = c("aut"), comment = c(ORCID = "0000-0002-4182-5258")), -- GitLab From 72dba4ebe8b6034d0df2595684d2d0a85232a92f Mon Sep 17 00:00:00 2001 From: vagudets Date: Tue, 2 Sep 2025 12:58:13 +0200 Subject: [PATCH 2/2] Update NEWS.md --- NEWS.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/NEWS.md b/NEWS.md index 674a9365..5b7208fe 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,10 @@ +# startR v3.0.0 (Release date: 2025-04-23) +-Compute(): Add 'bscesautosubmit03' and 'bscesautosubmit04' as accepted AS machines +-Compute(): New parameter `run_dir` to allow Compute() to run on MN5 and CTE-AMD when using Autosubmit +- Bugfix: Fix Start() check for undefined inner dimensions when there are multiple undefined inner dims +- Start(): Always define `indices_chunk` when splitting multiselected dimensions +-Remove PCICt dependency and replace with `ClimProjDiags::as.PCICt()` + # startR v2.5.0 (Release date: 2025-04-23) - Compute(): New `special_setup = 'nord4'`; update outdated examples to run on Nord4 - Compute(): Add support for conda environments -- GitLab