Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix kwargs used for extrapolation in docs #6639

Merged
merged 7 commits into from
Jun 1, 2022

Commits on May 26, 2022

  1. 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 pydata#6617
    Louis Stenger committed May 26, 2022
    Configuration menu
    Copy the full SHA
    4e1be1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2707ed5 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2022

  1. Add extended summary for interp methods

    The extended summaries for Dataset.interp and DataArray.interp explain
    how the scipy interpolator is selected
    Louis Stenger committed May 27, 2022
    Configuration menu
    Copy the full SHA
    8f4c623 View commit details
    Browse the repository at this point in the history
  2. Update interp_like extended summary

    Explains how the scipy interpolator is chosen, similarly as done in
    Dataset.interp and DataArray.interp
    Louis Stenger committed May 27, 2022
    Configuration menu
    Copy the full SHA
    a5d6ce9 View commit details
    Browse the repository at this point in the history
  3. 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.
    Louis Stenger committed May 27, 2022
    Configuration menu
    Copy the full SHA
    75ebd79 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'upstream/main' into feature/fix-interp-…

    …docs
    Louis Stenger committed May 27, 2022
    Configuration menu
    Copy the full SHA
    2030c80 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2022

  1. Merge remote-tracking branch 'upstream/main' into feature/fix-interp-…

    …docs
    
    Fixes merge with pydata#6637
    Louis Stenger committed May 31, 2022
    Configuration menu
    Copy the full SHA
    0df596e View commit details
    Browse the repository at this point in the history