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
add order for polynomial interpolation, fixes#8762 (#9079)
* add order for polynomial, fixes#8762
* add bugfixes in whats_new.rst, fixes#8762
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* fix typo
* Update xarray/core/resample.py
setdefault "bounds_error", and not forcing it. Thanks @dcherian
Co-authored-by: Deepak Cherian <[email protected]>
* chore(test) : polynomial resample
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* fix(setdefault) : change dict to arg
* fix(test) : polynomial interpolate tests
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* chore(test) : add comment using interp1d for polynomial
* Update xarray/tests/test_groupby.py
* Update doc/whats-new.rst
* Update whats-new.rst
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Deepak Cherian <[email protected]>
0 commit comments