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

add spline_filter1d and spline_filter to cupyx.scipy.ndimage.interpolation #4145

Merged
merged 10 commits into from
Nov 11, 2020

Commits on Oct 15, 2020

  1. add spline prefiltering

    grlee77 committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    c5ab0f5 View commit details
    Browse the repository at this point in the history
  2. refactor spline filtering kernel for strided operation

    improves performance by avoiding repeated axis movement, reshaping, etc.
    
    kernel code reuses component's from Jeffrey Bush's lfilter gist
    Co-authored-by: Jeffrey Bush <jeff@coderforlife.com>
    grlee77 committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    8f6223b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    245cf27 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5b126c7 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2020

  1. Configuration menu
    Copy the full SHA
    3665dcf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    347c8c6 View commit details
    Browse the repository at this point in the history
  3. use typedef for pole_type

    grlee77 committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    d46873e View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2020

  1. flake8 fixes

    grlee77 committed Oct 18, 2020
    Configuration menu
    Copy the full SHA
    f934bd2 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2020

  1. pep8 fixes

    grlee77 committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    eeca386 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2020

  1. Configuration menu
    Copy the full SHA
    75df1ee View commit details
    Browse the repository at this point in the history