NEWS.md 1.5 KB
Newer Older
nperez's avatar
nperez committed
### CSTools 2.0.0 
**Submission date to CRAN: xx-11-2019**

nperez's avatar
nperez committed
- New features: Analogs, MultiEOFS, Ensemble Clustering (EnsClus), Calibration methods (in CST_Calibration), Best Estimated Index method, creation and transformation to class 's2dv_cube', function for saving experiments to be loadable with CST_Load, 
- Parallelization of RainFARM downscaling
- Adding unit tests using testthat for BEI and RainFarm functions
- New vignette Best Estimate Index
- Minor fix in CST_BiasCorrection when checking parameter 'obs'
- Addapting CST_Load to use 'as.s2dv_cube' function
- Minor fix in data lonlat_prec to be of class 's2dv_cube'
- Minor fix in RainFARM vignette
nperez's avatar
nperez committed
- Adding reference to S2S4E H2020 project into the DESCRIPTION file
nperez's avatar
nperez committed
### CSTools 1.0.1 
**Release date on CRAN: 19-06-2019**
nperez's avatar
nperez committed

- Correcting test of PlotForecastPDF for compatibility with ggplot2 release
- New function PlotCombinedMap 
- Adding reference to MEDSCOPE ERA4CS Project into the DESCRIPTION file
- Documentation minor fix in CST_RFWeights
- Minor fix in PlotMostLikelyQuantileMap for bar_titles
- MultiModelSkill vignette updated to use PlotCombinedMap



nperez's avatar
nperez committed
### CSTools 1.0.0 
**Release date on CRAN: 24-04-2019**

nperez's avatar
nperez committed
- Features included: Load, Anomaly, MultiMetric, MultivarRMSE, Calibration, BiasCorrection, RainFARM Downscaling, PlotForecastPDF, PlotMostLikelyQuantileMap
- Three sample data: lonlat_data, lonlat_prec, areave_data
- Unit tests using testthat: BiasCorrection, Calibration, MultiMetric, PlotForecast
- Vignettes: MultiMetric, Multivar and RainFARM