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 indexing support to SkipMissing #31008

Merged
merged 4 commits into from
Feb 22, 2019
Merged

Add indexing support to SkipMissing #31008

merged 4 commits into from
Feb 22, 2019

Commits on Feb 8, 2019

  1. Add indexing support to SkipMissing

    Define IndexStyle, eachindex, keys and getindex to match indices of wrapped array,
    skipping missing entries. This notably allows finding the index of elements
    in the wrapped array using findall, findnext, argmin/max and findmin/max.
    nalimilan committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    497f08a View commit details
    Browse the repository at this point in the history
  2. Add docs and NEWS entry

    nalimilan committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    93a0756 View commit details
    Browse the repository at this point in the history
  3. Use @inbounds and filter

    nalimilan committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    79290e7 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2019

  1. Review improvements

    nalimilan committed Feb 21, 2019
    Configuration menu
    Copy the full SHA
    1e1d1ed View commit details
    Browse the repository at this point in the history