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

Reimplement Dataset and InferenceData using DimensionalData #191

Merged
merged 133 commits into from
Jul 9, 2022
Merged

Commits on Jun 22, 2022

  1. Configuration menu
    Copy the full SHA
    f029fd2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6e3c8b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc0fe29 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2b4c732 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    785993b View commit details
    Browse the repository at this point in the history
  6. Fix show method

    sethaxen committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    b7143f1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c84212a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d1374ab View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d3643c1 View commit details
    Browse the repository at this point in the history
  10. Update attribute get/setters

    sethaxen committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    50dadc0 View commit details
    Browse the repository at this point in the history
  11. Fix deprecation of indexing

    sethaxen committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    110c62e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6e584fb View commit details
    Browse the repository at this point in the history
  13. Remove xarray designations

    sethaxen committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    fbd1656 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    81421dc View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    5823fbe View commit details
    Browse the repository at this point in the history
  16. Update group accessors

    sethaxen committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    f0f7bd4 View commit details
    Browse the repository at this point in the history
  17. Update property accessors

    sethaxen committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    8e83594 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    d30fae9 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    5238717 View commit details
    Browse the repository at this point in the history
  20. Add hasgroup

    sethaxen committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    8b1f66d View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    04c9514 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    99a1e51 View commit details
    Browse the repository at this point in the history
  23. Remove reference to xarray

    sethaxen committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    82c7fd0 View commit details
    Browse the repository at this point in the history
  24. Implement merge and merge!

    sethaxen committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    0b84b56 View commit details
    Browse the repository at this point in the history
  25. Replace concat! with merge!

    sethaxen committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    ef140fb View commit details
    Browse the repository at this point in the history
  26. Don't use deprecated method

    sethaxen committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    19ded51 View commit details
    Browse the repository at this point in the history
  27. Update diagnostics tests

    sethaxen committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    9b9f0d9 View commit details
    Browse the repository at this point in the history
  28. Increment version number

    sethaxen committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    fe787fa View commit details
    Browse the repository at this point in the history
  29. Increment ArviZ version

    sethaxen committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    73a6b62 View commit details
    Browse the repository at this point in the history
  30. Remove deprecation

    sethaxen committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    b30df68 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2022

  1. Don't use xarray html reprs

    sethaxen committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    ed3ee65 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7371e4b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f07a5e View commit details
    Browse the repository at this point in the history
  4. Let strings be strings

    sethaxen committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    db12137 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b5cbb45 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5d264f8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d86ad5f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4a1b5ff View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f84205f View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2022

  1. Configuration menu
    Copy the full SHA
    6cbc922 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8e684f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5b6a12e View commit details
    Browse the repository at this point in the history
  4. Collect dimensionaldata code

    sethaxen committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    8a8c879 View commit details
    Browse the repository at this point in the history
  5. Fix conversion from PyObject

    sethaxen committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    1c86d70 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7082d01 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1da7500 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2022

  1. Export Dataset

    sethaxen committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    a3aa171 View commit details
    Browse the repository at this point in the history
  2. Revert "Export Dataset"

    This reverts commit a3aa171.
    sethaxen committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    70c0202 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    36d69f6 View commit details
    Browse the repository at this point in the history
  4. Fix rebuild overload

    sethaxen committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    6d17890 View commit details
    Browse the repository at this point in the history
  5. Remove getindex

    sethaxen committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    fda32ad View commit details
    Browse the repository at this point in the history
  6. Reorganize convert methods

    sethaxen committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    651e1e3 View commit details
    Browse the repository at this point in the history
  7. Add and fix more tests

    sethaxen committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    ad069f4 View commit details
    Browse the repository at this point in the history
  8. Add and repair tests

    sethaxen committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    47c69ea View commit details
    Browse the repository at this point in the history
  9. Use DimensionalData.index

    sethaxen committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    50bdd41 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4baa011 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0dccf81 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f827466 View commit details
    Browse the repository at this point in the history
  13. Use tuple method of index

    sethaxen committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    8d5ca0b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    919409f View commit details
    Browse the repository at this point in the history
  15. Use issetequal

    sethaxen committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    31592f9 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    3abf4ce View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    ede34d5 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    bbc8188 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2022

  1. Repair dataset_to_dict

    sethaxen committed Jun 26, 2022
    Configuration menu
    Copy the full SHA
    dde4605 View commit details
    Browse the repository at this point in the history
  2. Run formatter

    sethaxen committed Jun 26, 2022
    Configuration menu
    Copy the full SHA
    2df7ea5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b25926c View commit details
    Browse the repository at this point in the history
  4. Rename varname to var_name

    sethaxen committed Jun 26, 2022
    Configuration menu
    Copy the full SHA
    f963b24 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4b9b5b6 View commit details
    Browse the repository at this point in the history
  6. Get all supported groups

    sethaxen committed Jun 26, 2022
    Configuration menu
    Copy the full SHA
    a27898c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6a1e95d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8b2b62b View commit details
    Browse the repository at this point in the history
  9. Run formatter

    sethaxen committed Jun 26, 2022
    Configuration menu
    Copy the full SHA
    b586cd8 View commit details
    Browse the repository at this point in the history
  10. Update many tests

    sethaxen committed Jun 26, 2022
    Configuration menu
    Copy the full SHA
    4c774ae View commit details
    Browse the repository at this point in the history
  11. Update conversion tests

    sethaxen committed Jun 26, 2022
    Configuration menu
    Copy the full SHA
    f2f502d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    58d6435 View commit details
    Browse the repository at this point in the history
  13. Test conversion to Python

    sethaxen committed Jun 26, 2022
    Configuration menu
    Copy the full SHA
    957af40 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a10a494 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2022

  1. Add dependencies

    sethaxen committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    83a9573 View commit details
    Browse the repository at this point in the history
  2. Define default sample dims

    sethaxen committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    825906a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c1d4921 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6212e96 View commit details
    Browse the repository at this point in the history
  5. Implement package_version

    sethaxen committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    ccf6c80 View commit details
    Browse the repository at this point in the history
  6. Add simpler forms of rekey

    sethaxen committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    9547c23 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    28d0629 View commit details
    Browse the repository at this point in the history
  8. Fix InferenceData docstring

    sethaxen committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    86cfe83 View commit details
    Browse the repository at this point in the history
  9. Update concat test

    sethaxen committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    475a700 View commit details
    Browse the repository at this point in the history
  10. Update helpers

    sethaxen committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    1ad771e View commit details
    Browse the repository at this point in the history
  11. Add schema check

    sethaxen committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    97e1feb View commit details
    Browse the repository at this point in the history
  12. Fix broken tests

    sethaxen committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    1a4fa9d View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2022

  1. Run formatter

    sethaxen committed Jul 3, 2022
    Configuration menu
    Copy the full SHA
    fc22fee View commit details
    Browse the repository at this point in the history
  2. Test namedtuple_to_dataset

    sethaxen committed Jul 3, 2022
    Configuration menu
    Copy the full SHA
    15c66d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a87a113 View commit details
    Browse the repository at this point in the history
  4. Update from_namedtuple

    sethaxen committed Jul 3, 2022
    Configuration menu
    Copy the full SHA
    f679d77 View commit details
    Browse the repository at this point in the history
  5. Update docstrings

    sethaxen committed Jul 3, 2022
    Configuration menu
    Copy the full SHA
    1106e4a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    39d3a4c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    27a067b View commit details
    Browse the repository at this point in the history
  8. Update MCMCChains converter

    sethaxen committed Jul 3, 2022
    Configuration menu
    Copy the full SHA
    1610c3a View commit details
    Browse the repository at this point in the history
  9. Update tests

    sethaxen committed Jul 3, 2022
    Configuration menu
    Copy the full SHA
    5b8f3b5 View commit details
    Browse the repository at this point in the history
  10. Remove dead code

    sethaxen committed Jul 3, 2022
    Configuration menu
    Copy the full SHA
    ed91315 View commit details
    Browse the repository at this point in the history
  11. Make NamedTuple

    sethaxen committed Jul 3, 2022
    Configuration menu
    Copy the full SHA
    d559aac View commit details
    Browse the repository at this point in the history
  12. Update docstrings

    sethaxen committed Jul 3, 2022
    Configuration menu
    Copy the full SHA
    b325688 View commit details
    Browse the repository at this point in the history
  13. Update test dependencies

    sethaxen committed Jul 3, 2022
    Configuration menu
    Copy the full SHA
    e9d0e7c View commit details
    Browse the repository at this point in the history
  14. Mark as dev release

    sethaxen committed Jul 3, 2022
    Configuration menu
    Copy the full SHA
    b0323e5 View commit details
    Browse the repository at this point in the history
  15. Update mpl_examples.md

    sethaxen committed Jul 3, 2022
    Configuration menu
    Copy the full SHA
    c211d0a View commit details
    Browse the repository at this point in the history
  16. Update quickstart.jl

    sethaxen committed Jul 3, 2022
    Configuration menu
    Copy the full SHA
    9475e1e View commit details
    Browse the repository at this point in the history
  17. Always pass an array

    sethaxen committed Jul 3, 2022
    Configuration menu
    Copy the full SHA
    829f99c View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    944f622 View commit details
    Browse the repository at this point in the history
  19. Run formatter

    sethaxen committed Jul 3, 2022
    Configuration menu
    Copy the full SHA
    31ec24f View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    5a145f9 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    ab7aec3 View commit details
    Browse the repository at this point in the history
  22. Revert back to String

    sethaxen committed Jul 3, 2022
    Configuration menu
    Copy the full SHA
    427c01a View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    f2d64c8 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    32b154a View commit details
    Browse the repository at this point in the history
  25. Test package_version

    sethaxen committed Jul 3, 2022
    Configuration menu
    Copy the full SHA
    f8869ce View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    e958b6c View commit details
    Browse the repository at this point in the history
  27. Fix typo

    sethaxen committed Jul 3, 2022
    Configuration menu
    Copy the full SHA
    b4b693d View commit details
    Browse the repository at this point in the history
  28. Fix typo

    sethaxen committed Jul 3, 2022
    Configuration menu
    Copy the full SHA
    c4cbe7f View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    ac2a1eb View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    6ffd10d View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    f174dac View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    83b7c5a View commit details
    Browse the repository at this point in the history
  33. Remove unused function

    sethaxen committed Jul 3, 2022
    Configuration menu
    Copy the full SHA
    5e3a6a0 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    cd87c48 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    afa18f6 View commit details
    Browse the repository at this point in the history
  36. Add missing tests

    sethaxen committed Jul 3, 2022
    Configuration menu
    Copy the full SHA
    3f460ae View commit details
    Browse the repository at this point in the history
  37. Test default_var_name

    sethaxen committed Jul 3, 2022
    Configuration menu
    Copy the full SHA
    7238959 View commit details
    Browse the repository at this point in the history
  38. Generalize convert function

    sethaxen committed Jul 3, 2022
    Configuration menu
    Copy the full SHA
    2bb33f5 View commit details
    Browse the repository at this point in the history
  39. Add missing tests

    sethaxen committed Jul 3, 2022
    Configuration menu
    Copy the full SHA
    51e9089 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2022

  1. Configuration menu
    Copy the full SHA
    9afc657 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17072ee View commit details
    Browse the repository at this point in the history
  3. Add missing tests

    sethaxen committed Jul 9, 2022
    Configuration menu
    Copy the full SHA
    54d396d View commit details
    Browse the repository at this point in the history
  4. Repair rekey for Dict

    sethaxen committed Jul 9, 2022
    Configuration menu
    Copy the full SHA
    c40249c View commit details
    Browse the repository at this point in the history