From f26b0f0b698bbeddef93ee92d004c5095508bb3e Mon Sep 17 00:00:00 2001 From: Patrick Peglar Date: Wed, 9 Sep 2020 12:00:54 +0100 Subject: [PATCH] Rework whatsnew into new scheme. --- .../newfeature_2020-Sep-03_lazy_regridding.txt | 1 - docs/iris/src/whatsnew/latest.rst | 5 +++++ 2 files changed, 5 insertions(+), 1 deletion(-) delete mode 100644 docs/iris/src/whatsnew/contributions_3.0.0/newfeature_2020-Sep-03_lazy_regridding.txt diff --git a/docs/iris/src/whatsnew/contributions_3.0.0/newfeature_2020-Sep-03_lazy_regridding.txt b/docs/iris/src/whatsnew/contributions_3.0.0/newfeature_2020-Sep-03_lazy_regridding.txt deleted file mode 100644 index b710eedaea..0000000000 --- a/docs/iris/src/whatsnew/contributions_3.0.0/newfeature_2020-Sep-03_lazy_regridding.txt +++ /dev/null @@ -1 +0,0 @@ -* Lazy regridding with the :class:`~iris.analysis.Linear`, :class:`~iris.analysis.Nearest`, and :class:`~iris.analysis.AreaWeighted` regridding schemes. diff --git a/docs/iris/src/whatsnew/latest.rst b/docs/iris/src/whatsnew/latest.rst index 5f5230ca16..a994a994e9 100644 --- a/docs/iris/src/whatsnew/latest.rst +++ b/docs/iris/src/whatsnew/latest.rst @@ -31,6 +31,11 @@ Features saved to NetCDF-CF files. Support for `Quality Flags`_ is also provided to ensure they load and save with appropriate units. See :pull:`3800`. +* Lazy regridding with the :class:`~iris.analysis.Linear`, + :class:`~iris.analysis.Nearest`, and + :class:`~iris.analysis.AreaWeighted` regridding schemes. + See :pull:`3701`. + Dependency Updates ==================