You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix kwargs used for extrapolation in docs
The current version of xarray tries to call scipy's interp1d whenever
possible, and kwargs used in the user guide should reflect this.
Fixes#6617
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Add extended summary for interp methods
The extended summaries for Dataset.interp and DataArray.interp explain
how the scipy interpolator is selected
* Update interp_like extended summary
Explains how the scipy interpolator is chosen, similarly as done in
Dataset.interp and DataArray.interp
* Add the "polynomial" option to interp(_like)
When scipy.interpolate.interp1d is called, it is possible to interpolate
with the polynomial method if the `order` kwarg is provided.
Co-authored-by: Louis Stenger <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
0 commit comments