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 ==================