Skip to content

Commit

Permalink
Merge pull request #1621 from marqh/expregrid
Browse files Browse the repository at this point in the history
regrid move
  • Loading branch information
bjlittle committed Apr 8, 2015
2 parents 1318753 + e7f377d commit ce30fb9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/iris/src/whatsnew/1.8.rst
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@ Iris 1.8 features
:func:`iris.analysis.maths.apply_ufunc`.
* Generic functions can be applied to :class:`~iris.cube.Cube` instances using
:class:`iris.analysis.maths.IFunc`.
* The :class:`iris.analysis.Linear` scheme now supports regridding as well as interpolation.
This enables :meth:`iris.cube.Cube.regrid` to perform bilinear regridding, which now
replaces the experimental routine "iris.experimental.regrid.regrid_bilinear_rectilinear_src_and_grid".

Bugs fixed
==========
Expand All @@ -137,6 +140,9 @@ Deprecations
* Deprecated default NetCDF save behaviour of assigning the outermost
dimension to be unlimited. Switch to the new behaviour with no auto
assignment by setting :data:`iris.FUTURE.netcdf_no_unlimited` to True.
* The former experimental method
"iris.experimental.regrid.regrid_bilinear_rectilinear_src_and_grid" has been removed, as
:class:`iris.analysis.Linear` now includes this functionality.

Documentation Changes
=====================
Expand Down

0 comments on commit ce30fb9

Please sign in to comment.