diff --git a/DESCRIPTION b/DESCRIPTION index 7fcf115d0c7fc117938b624e467bb914e7388602..0f2ab452619f2adba0613ee44ab58451abebb58c 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: CSIndicators Title: Climate Services' Indicators Based on Sub-Seasonal to Decadal Predictions -Version: 1.0.0 +Version: 1.0.1 Authors@R: c( person("Eva", "Rifà", , "eva.rifarovira@bsc.es", role = c("cre")), person("Nuria", "Perez-Zanon", , "nuria.perez@bsc.es", role = c("aut"), comment = c(ORCID = "0000-0001-8568-3071")), diff --git a/NEWS.md b/NEWS.md index e28aab8829eab58cde5a114901d086598396db80..2b8686735014bc97a6d6fb5c6ed4fc0d02d21241 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,16 +1,21 @@ -# CSIndicators 1.0.0 (Release date: 2023-04-05) +# CSIndicators 1.0.1 (Release date: 2023-05-18) **Fixes** -- Correct vignettes figures links. +- Add EnergyIndicators vignette figures +- Remove ClimProjDiags dependency + +# CSIndicators 1.0.0 (Release date: 2023-04-05) +**Fixes** +- Correct vignettes figures links. **New features** -- Exceeding Threshold functions to allow between thresholds or equal threshold options. -- New s2dv_cube object development for all the functions, unit tests, examples and vignettes. +- Exceeding Threshold functions to allow between thresholds or equal threshold options. +- New s2dv_cube object development for all the functions, unit tests, examples and vignettes. -# CSIndicators 0.0.2 (Release date: 2022-10-21) +# CSIndicators 0.0.2 (Release date: 2022-10-21) **Fixes** -- Correct figures of EnergyIndicators vignette. -- Sanity check correction in functions CST_PeriodAccumulation, CST_AbsToProbs, CST_AccumulationExceedingThreshold, CST_MergeRefToExp, CST_PeriodMean, CST_QThreshold, CST_SelectPeriodOnData, CST_Threshold, TotalSpellTimeExceedingThreshold, CST_TotalTimeExceedingThreshold, CST_WindCapacityFactor and CST_WindPowerDensity. -- Revise examples using s2dv::InsertDim in MergeRefToExp(). +- Correct figures of EnergyIndicators vignette. +- Sanity check correction in functions CST_PeriodAccumulation, CST_AbsToProbs, CST_AccumulationExceedingThreshold, CST_MergeRefToExp, CST_PeriodMean, CST_QThreshold, CST_SelectPeriodOnData, CST_Threshold, TotalSpellTimeExceedingThreshold, CST_TotalTimeExceedingThreshold, CST_WindCapacityFactor and CST_WindPowerDensity. +- Revise examples using s2dv::InsertDim in MergeRefToExp(). -# CSIndicators 0.0.1 (Release date: 2021-05-07) -- This package is intended for sub-seasonal, seasonal and decadal climate predictions, but its methods are also applicable to other time-scales. Additionally, the outputs of the functions in this package are compatible with 'CSTools'. This package was developed in the context of H2020 MED-GOLD (776467) and S2S4E (776787) projects. Lledó et al. (2019) . +# CSIndicators 0.0.1 (Release date: 2021-05-07) +- This package is intended for sub-seasonal, seasonal and decadal climate predictions, but its methods are also applicable to other time-scales. Additionally, the outputs of the functions in this package are compatible with 'CSTools'. This package was developed in the context of H2020 MED-GOLD (776467) and S2S4E (776787) projects. Lledó et al. (2019) .