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

Adds Dataset.query() method, analogous to pandas DataFrame.query() #4984

Merged
merged 16 commits into from
Mar 16, 2021

Commits on Mar 2, 2021

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

Commits on Mar 12, 2021

  1. Configuration menu
    Copy the full SHA
    a41e805 View commit details
    Browse the repository at this point in the history
  2. add error test

    alimanfoo committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    907f226 View commit details
    Browse the repository at this point in the history
  3. unfortunate typo

    alimanfoo committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    6212437 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2021

  1. test three dims

    alimanfoo committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    a5e5932 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2021

  1. refine tests

    alimanfoo committed Mar 14, 2021
    Configuration menu
    Copy the full SHA
    3723946 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2021

  1. fix error message

    Co-authored-by: Maximilian Roos <5635139+max-sixty@users.noreply.github.com>
    alimanfoo and max-sixty authored Mar 16, 2021
    Configuration menu
    Copy the full SHA
    2d4a74d View commit details
    Browse the repository at this point in the history
  2. add requires decorators

    alimanfoo committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    0ba3db3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9dddc13 View commit details
    Browse the repository at this point in the history
  4. improve Dataset.query tests

    alimanfoo committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    c3f322c View commit details
    Browse the repository at this point in the history
  5. add DataArray.query

    alimanfoo committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    0eec982 View commit details
    Browse the repository at this point in the history
  6. add query to API docs

    alimanfoo committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    cfe03d3 View commit details
    Browse the repository at this point in the history
  7. add query to whats new

    alimanfoo committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    d786041 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    00f3be1 View commit details
    Browse the repository at this point in the history
  9. fix black, mypy

    alimanfoo committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    48de755 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8fcb02e View commit details
    Browse the repository at this point in the history