diff --git a/NEWS b/NEWS index 5a0497afb4..385d2726a1 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,11 @@ mlr_2.7: - New argument "models" for function benchmark - fixed a bug where 'keep.pred' was ignored in the benchmark function +- some of the very new functions for benchmark plots had to be refactored and/or renamed. + these names are gone from the API: + plotBenchmarkResult, generateRankMatrixAsBarData, plotRankMatrixAsBar, generateBenchmarkSummaryData, plotBenchmarkSummary, + this is the new API: + plotBMRSummary, plotBMRBoxplots, plotBMRRanksAsBarChart mlr_2.6: - cluster.kmeans: added support for fuzzy clustering (property "prob")