From b3d715c4ab5b164ddcf6ed830cec47afc3ee1479 Mon Sep 17 00:00:00 2001 From: Emma Hogan Date: Thu, 20 Jun 2024 16:44:21 +0100 Subject: [PATCH] #2461: Add highlights --- doc/changelog.rst | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/doc/changelog.rst b/doc/changelog.rst index c41b8502ae..a6db29f7bf 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -9,7 +9,18 @@ v2.11.0 ------- Highlights -TODO: add highlights +- Performance improvements have been made to many preprocessors: + + - Preprocessors :func:`esmvalcore.preprocessor.mask_landsea`, + :func:`esmvalcore.preprocessor.mask_landseaice`, + :func:`esmvalcore.preprocessor.mask_glaciated`, + :func:`esmvalcore.preprocessor.extract_levels` are now lazy + +- Several new preprocessors have been added: + + - :func:`esmvalcore.preprocessor.local_solar_time` + - :func:`esmvalcore.preprocessor.distance_metrics` + - :func:`esmvalcore.preprocessor.histogram` This release includes