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

Optimize dask array equality checks. #3453

Merged
merged 11 commits into from
Nov 5, 2019

Commits on Oct 28, 2019

  1. Optimize dask array equality checks.

    Dask arrays with the same graph have the same name. We can use this to quickly
    compare dask-backed variables without computing.
    
    Fixes pydata#3068 and pydata#3311
    dcherian committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    e84cc97 View commit details
    Browse the repository at this point in the history
  2. better docstring

    dcherian committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    8739ddd View commit details
    Browse the repository at this point in the history
  3. review suggestions.

    dcherian committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    4a66e7c View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2019

  1. add concat test

    dcherian committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    e99148e View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master' into fix/dask-computes

    * upstream/master:
      Remove deprecated behavior from dataset.drop docstring (pydata#3451)
      jupyterlab dark theme (pydata#3443)
      Drop groups associated with nans in group variable (pydata#3406)
      Allow ellipsis (...) in transpose (pydata#3421)
      Another groupby.reduce bugfix. (pydata#3403)
      add icomoon license (pydata#3448)
    dcherian committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    ee0d422 View commit details
    Browse the repository at this point in the history
  3. update whats new

    dcherian committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    5e742e4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    53c0f4e View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'upstream/master' into fix/dask-computes

    * upstream/master:
      upgrade black verison to 19.10b0 (pydata#3456)
      Remove outdated code related to compatibility with netcdftime (pydata#3450)
    dcherian committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    08f7f74 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2019

  1. Configuration menu
    Copy the full SHA
    6e4c11f View commit details
    Browse the repository at this point in the history
  2. pep8

    dcherian authored Oct 31, 2019
    Configuration menu
    Copy the full SHA
    4ee2963 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2019

  1. bugfix.

    dcherian committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    0711eb0 View commit details
    Browse the repository at this point in the history