Skip to content

Commit 12d492f

Browse files
committed
remove deprecation note from doc
1 parent feeef44 commit 12d492f

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

doc/recipe/preprocessor.rst

-9
Original file line numberDiff line numberDiff line change
@@ -394,15 +394,6 @@ The vertical interpolation currently supports the following schemes:
394394
* ``nearest_extrapolate``: Nearest-neighbour interpolation with nearest-neighbour
395395
extrapolation, i.e., extrapolation points will take their value from the
396396
nearest source point.
397-
398-
.. note::
399-
Previous versions of ESMValCore (<2.5.0) supported the schemes
400-
``linear_horizontal_extrapolate_vertical`` and
401-
``nearest_horizontal_extrapolate_vertical``. These schemes have been renamed
402-
to ``linear_extrapolate`` and ``nearest_extrapolate``, respectively, in
403-
version 2.5.0 and are identical to the new schemes. Support for the old
404-
names will be removed in version 2.7.0.
405-
406397
* See also :func:`esmvalcore.preprocessor.extract_levels`.
407398
* See also :func:`esmvalcore.preprocessor.get_cmor_levels`.
408399

0 commit comments

Comments
 (0)