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

Data.equals: add unit test & migrate to Dask #254

Merged

Commits on Nov 5, 2021

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

Commits on Nov 8, 2021

  1. Configuration menu
    Copy the full SHA
    2f16574 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22a0fee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    309e91d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    419e6de View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9735498 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    caad9cb View commit details
    Browse the repository at this point in the history
  7. Address several DeprecationWarning warnings raised by pytest

    Also fix some issues in the functions module so flake8 passes
    sadielbartholomew committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    90af93b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6c1fff5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0e916c0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ea54b2c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    bf3d58a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d85b5cf View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2021

  1. Configuration menu
    Copy the full SHA
    8a4005b View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    7a01cbe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    73ebee7 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2021

  1. Configuration menu
    Copy the full SHA
    db3b871 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cbc67a5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    053c467 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2021

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

Commits on Nov 12, 2021

  1. Configuration menu
    Copy the full SHA
    2b73fad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1cf0312 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2021

  1. Configuration menu
    Copy the full SHA
    97478b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8db307b View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2021

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

Commits on Nov 17, 2021

  1. Configuration menu
    Copy the full SHA
    b78551b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    153dee0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    71f1110 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2021

  1. Configuration menu
    Copy the full SHA
    69a8d33 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d98feca View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2021

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

Commits on Nov 24, 2021

  1. Configuration menu
    Copy the full SHA
    3053ccb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e1aa67 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2022

  1. Configuration menu
    Copy the full SHA
    c227e49 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1094d3 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2022

  1. Configuration menu
    Copy the full SHA
    1d2a674 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66e7a05 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2022

  1. Configuration menu
    Copy the full SHA
    b09a57a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f71353f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b16f610 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d3d5198 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2022

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

Commits on Jan 17, 2022

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

Commits on Jan 18, 2022

  1. Update cf/data/utils.py: more accurate docstring

    Co-authored-by: David Hassell <davidhassell@users.noreply.github.com>
    sadielbartholomew and davidhassell committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    5d6838a View commit details
    Browse the repository at this point in the history
  2. Update cf/data/dask_utils.py: improve docstring formatting

    Co-authored-by: David Hassell <davidhassell@users.noreply.github.com>
    sadielbartholomew and davidhassell committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    201a91f View commit details
    Browse the repository at this point in the history
  3. Update cf/test/test_Data.py: test equality to self (not a copy)

    Co-authored-by: David Hassell <davidhassell@users.noreply.github.com>
    sadielbartholomew and davidhassell committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    981ad20 View commit details
    Browse the repository at this point in the history
  4. Update cf/data/dask_utils.py: document kwarg type

    Co-authored-by: David Hassell <davidhassell@users.noreply.github.com>
    sadielbartholomew and davidhassell committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    bc9a434 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4c86612 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    42e6263 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3846d07 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    35b5adb View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2022

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

Commits on Jan 20, 2022

  1. Configuration menu
    Copy the full SHA
    aedec2f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8467f6e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f272842 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2022

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