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

MAINT: Align masked with normal ufunc loops #19259

Merged
merged 3 commits into from Jun 27, 2021

Commits on Jun 21, 2021

  1. MAINT: Align masked with normal ufunc loops

    This removes the ability to specialize masked inner loops (for now)
    as was already noted in NEP 41 and NEP 43.
    
    The masked array is now passed in as the last argument to use the
    identical signature and avoid duplicating the code unnecessary.
    
    This is part of the longer process to refactor ufuncs to NEP 43
    and split out, to keep the diff's shorter (or at least easier
    to read).
    seberg committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    9c6081e View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2021

  1. typo

    mattip committed Jun 27, 2021
    Configuration menu
    Copy the full SHA
    4a77b71 View commit details
    Browse the repository at this point in the history
  2. shorten release note

    mattip committed Jun 27, 2021
    Configuration menu
    Copy the full SHA
    061ac77 View commit details
    Browse the repository at this point in the history