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

tests for datasets with units #3447

Merged
merged 22 commits into from
Nov 9, 2019

Commits on Oct 25, 2019

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

Commits on Oct 26, 2019

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

Commits on Oct 27, 2019

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

Commits on Oct 28, 2019

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

Commits on Oct 29, 2019

  1. Configuration menu
    Copy the full SHA
    c84cb75 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7891cb View commit details
    Browse the repository at this point in the history
  3. add tests for reordering / stacking

    the test for to_stacked_array seems a bit brittle
    keewis committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    26c9eb9 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2019

  1. add tests for indexing methods

    keewis committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    7eee944 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad661cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eac43d1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    58b097a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7cf5fa7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f5ec8f7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1bdcf90 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ce80520 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    aac55eb View commit details
    Browse the repository at this point in the history
  10. add tests for repr / str

    keewis committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    8081f20 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ebb8672 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2019

  1. construct a new data array instead of using copy

    which in combination with `assign_coords` make preserving `MultiIndex`
    instances much more complicated.
    keewis committed Nov 4, 2019
    Configuration menu
    Copy the full SHA
    8be37be View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2019

  1. Configuration menu
    Copy the full SHA
    10a06e0 View commit details
    Browse the repository at this point in the history
  2. update whats-new.rst

    keewis committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    1a7d878 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ab5e49 View commit details
    Browse the repository at this point in the history