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

Multi-index levels as coordinates #947

Merged
merged 26 commits into from
Sep 14, 2016
Merged

Commits on Sep 2, 2016

  1. make multi-index levels visible as coordinates

    Benoit Bovy committed Sep 2, 2016
    Configuration menu
    Copy the full SHA
    f31a278 View commit details
    Browse the repository at this point in the history
  2. make levels also visible for Dataset

    Benoit Bovy committed Sep 2, 2016
    Configuration menu
    Copy the full SHA
    5e8a677 View commit details
    Browse the repository at this point in the history
  3. fix unnamed levels

    Benoit Bovy committed Sep 2, 2016
    Configuration menu
    Copy the full SHA
    19ec381 View commit details
    Browse the repository at this point in the history
  4. allow providing multi-index levels in .sel

    Benoit Bovy committed Sep 2, 2016
    Configuration menu
    Copy the full SHA
    1566938 View commit details
    Browse the repository at this point in the history
  5. refactored _get_valid_indexers to get_dim_indexers

    Benoit Bovy committed Sep 2, 2016
    Configuration menu
    Copy the full SHA
    9f4e4e3 View commit details
    Browse the repository at this point in the history
  6. fix broken tests

    Benoit Bovy committed Sep 2, 2016
    Configuration menu
    Copy the full SHA
    2679318 View commit details
    Browse the repository at this point in the history
  7. refactored accessibility and repr of index levels

    Benoit Bovy committed Sep 2, 2016
    Configuration menu
    Copy the full SHA
    723c99a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6afcb4a View commit details
    Browse the repository at this point in the history
  9. cosmetic changes

    Benoit Bovy committed Sep 2, 2016
    Configuration menu
    Copy the full SHA
    76c937e View commit details
    Browse the repository at this point in the history
  10. change signature of Coordinate.__init__

    Benoit Bovy committed Sep 2, 2016
    Configuration menu
    Copy the full SHA
    5009ba8 View commit details
    Browse the repository at this point in the history
  11. check for uniqueness of multi-index level names

    Benoit Bovy committed Sep 2, 2016
    Configuration menu
    Copy the full SHA
    4c78ea9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d28e829 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    810b4f9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7738059 View commit details
    Browse the repository at this point in the history
  15. check for level/var name conflicts in one place

    Benoit Bovy committed Sep 2, 2016
    Configuration menu
    Copy the full SHA
    62b46f2 View commit details
    Browse the repository at this point in the history
  16. cosmetic changes

    Benoit Bovy committed Sep 2, 2016
    Configuration menu
    Copy the full SHA
    936ec55 View commit details
    Browse the repository at this point in the history
  17. fix Coordinate -> IndexVariable

    Benoit Bovy committed Sep 2, 2016
    Configuration menu
    Copy the full SHA
    1d6a96f View commit details
    Browse the repository at this point in the history
  18. fix col width when formatting multi-index levels

    Benoit Bovy committed Sep 2, 2016
    Configuration menu
    Copy the full SHA
    ec67bbd View commit details
    Browse the repository at this point in the history
  19. add tests for IndexVariable new methods and indexing

    Benoit Bovy committed Sep 2, 2016
    Configuration menu
    Copy the full SHA
    f80d7a8 View commit details
    Browse the repository at this point in the history
  20. fix bug in assert_unique_multiindex_level_names

    Benoit Bovy committed Sep 2, 2016
    Configuration menu
    Copy the full SHA
    861c78b View commit details
    Browse the repository at this point in the history
  21. add tests for Dataset

    Benoit Bovy committed Sep 2, 2016
    Configuration menu
    Copy the full SHA
    37a0796 View commit details
    Browse the repository at this point in the history
  22. fix appveyor tests

    Benoit Bovy committed Sep 2, 2016
    Configuration menu
    Copy the full SHA
    fdbf4aa View commit details
    Browse the repository at this point in the history
  23. add tests for DataArray

    Benoit Bovy committed Sep 2, 2016
    Configuration menu
    Copy the full SHA
    d237022 View commit details
    Browse the repository at this point in the history
  24. add docs

    Benoit Bovy committed Sep 2, 2016
    Configuration menu
    Copy the full SHA
    949fb46 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2016

  1. review changes

    Benoit Bovy committed Sep 3, 2016
    Configuration menu
    Copy the full SHA
    bdaad9b View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2016

  1. remove name argument of IndexVariable

    Benoit Bovy committed Sep 13, 2016
    Configuration menu
    Copy the full SHA
    a447767 View commit details
    Browse the repository at this point in the history