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

ndimage: add grid_mode option to zoom #4401

Merged
merged 9 commits into from
Dec 21, 2020

Commits on Dec 10, 2020

  1. ENH: Support all ndimage boundary handling modes

    The changes here are consistent with a large number of fixes introduced for SciPy 1.6
    Specifically this PR includes order=1 and order=0 fixes from
    SciPy's gh-12767 and gh-12776
    grlee77 committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    5a1c0cf View commit details
    Browse the repository at this point in the history
  2. STYLE: consistently use single quotes in ndimage interpolation code

    STYLE: f-strings in _spline_prefilter_core.py
    
    pep 8 fixes
    grlee77 committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    e71635a View commit details
    Browse the repository at this point in the history
  3. BUG: fix mode 'grid-constant for order=0

    All ndimage test cases now verified to pass when using SciPy 1.6.0 pre-release code
    grlee77 committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    d5c752d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eb3e8e2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    23cdb6b View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2020

  1. Configuration menu
    Copy the full SHA
    7fc4c13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f9e24f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dccd261 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2020

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