home / github / commits

Menu
  • Search all tables
  • GraphQL API

commits: 39453423a7c749d3e8ecc09efe9816cef5f46e58

This data as json

sha message author_date committer_date raw_author raw_committer repo author committer
39453423a7c749d3e8ecc09efe9816cef5f46e58 Fix kwargs used for extrapolation in docs (#6639) * 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 <louis.stenger@epfl.ch> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> 2022-06-01T06:41:25Z 2022-06-01T06:41:25Z 3492626e95f19b318ebf5eae445c555a9685f823 cd792325681cbad9f663f2879d8b69f1edbb678f 13221727 40182387 19864447
Powered by Datasette · Queries took 0.864ms · About: xarray-datasette