diff --git a/NEWS.md b/NEWS.md index 4ea74df7b20bb85cb94f3e81cdea5a1379c3551c..25ab1f6e312fe5c6a6a4a9d9d1fbb9a2d6c8ea50 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.