Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 0 additions & 18 deletions lib/iris/cube.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
import iris._concatenate
import iris._constraints
from iris._data_manager import DataManager
from iris._deprecation import warn_deprecated

import iris._merge
import iris.analysis
Expand Down Expand Up @@ -3111,23 +3110,6 @@ def __itruediv__(self, other):
__pow__ = iris.analysis.maths.exponentiate
# END OPERATOR OVERLOADS

# START ANALYSIS ROUTINES

regridded = iris.util._wrap_function_for_method(
iris.analysis._interpolate_private.regrid,
"""
Returns a new cube with values derived from this cube on the
horizontal grid specified by the grid_cube.

.. deprecated:: 1.10
Please replace usage of :meth:`~Cube.regridded` with
:meth:`~Cube.regrid`. See :meth:`iris.analysis.interpolate.regrid`
for details of exact usage equivalents.

""")

# END ANALYSIS ROUTINES

def collapsed(self, coords, aggregator, **kwargs):
"""
Collapse one or more dimensions over the cube given the coordinate/s
Expand Down
89 changes: 0 additions & 89 deletions lib/iris/fileformats/ff.py

This file was deleted.

264 changes: 0 additions & 264 deletions lib/iris/tests/unit/fileformats/ff/test__ff_equivalents.py

This file was deleted.