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

isin: better docs, support older numpy and use dask.array.isin. #2038

Merged
merged 4 commits into from
Apr 6, 2018

Commits on Apr 5, 2018

  1. isin: better docs, support older numpy and use dask.array.isin.

    I added a section to the indexing docs showing how to use `isin` with `where`
    to do idnexing.
    
    Adding support for older numpy turned out to be pretty easy, so I added a copy
    of np.isin in npcompat.
    
    This PR also makes use of dask.array.isin, so that we can support a dask array
    properly as the second argument:
    dask/dask#3363
    shoyer committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    8d12023 View commit details
    Browse the repository at this point in the history
  2. lint

    shoyer committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    7bd81d8 View commit details
    Browse the repository at this point in the history
  3. more lint

    shoyer committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    d873dde View commit details
    Browse the repository at this point in the history
  4. yet more lint

    shoyer committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    42a878b View commit details
    Browse the repository at this point in the history