From 3738a5ad65cdcedba25874a4a7139895b7ef9594 Mon Sep 17 00:00:00 2001 From: ARIADNA BATALLA FERRES Date: Mon, 23 Sep 2024 17:14:17 +0200 Subject: [PATCH] Update NEWS.md --- NEWS.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/NEWS.md b/NEWS.md index 4ea74df..25ab1f6 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,21 @@ +# s2dv XX (Release date: 2024-09-XX) + +**Bugfixes** +- CDORemap() crop = T bug fix in R >= 4.2.0 +- CDORemap() crop = T bug fix when coordinates are sorted in decreasing order +- PlotEquiMap() and PlotLayout() create color bar correctly when data has infinite values +- Correct Corr() output dimensions when dat_dim and memb_dim are NULL +- NAO(): eliminate ftime_dim check when ftime dimension is not required by the function +- Histo2Hindcast(): Fill array with NA values for time steps before the initial date + +**Development** +- NAO(): new parameter exp_cor to calculate forecast +- New parameter "abs_threshold" in GetProbs() +- New parameter "return_mean" in RPS() and CRPS() +- New parameter print_sys_msg in CDORemap() +- New function SprErr() +- New parameter alpha in Bias() + # s2dv 2.0.0 (Release date: 2023-10-11) The compability break happens at the parameter changes. All the functionality remains the same but please pay attention to the parameter changes like name or default value if some error is raised. -- GitLab