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

Nesting Columns, as in nestedGroups is now supported #70

Closed
wants to merge 15 commits into from

Commits on Jan 30, 2019

  1. Added glue to suggests

    strazto committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    9864e4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74418cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eb4cf11 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    af3ab54 View commit details
    Browse the repository at this point in the history
  5. Only writes list-cols as json

    Passes regression tests again
    strazto committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    80d1d54 View commit details
    Browse the repository at this point in the history
  6. Added unit test to test nested col behaviour

    (Failing)
    strazto committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    f19ca52 View commit details
    Browse the repository at this point in the history
  7. new test now passing

    strazto committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    79a80e0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1f85999 View commit details
    Browse the repository at this point in the history
  9. Added .DS_Store to .gitignore

    strazto committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    8f447a4 View commit details
    Browse the repository at this point in the history
  10. Updated unit test

    strazto committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    50e69f2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9cdcaa6 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2019

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

Commits on Feb 1, 2019

  1. added null handle to dftod3

    strazto committed Feb 1, 2019
    Configuration menu
    Copy the full SHA
    a3d421f View commit details
    Browse the repository at this point in the history
  2. Commented null handle out in dataframetoD3

    Mainly because I should probably write more regression tests for it before blindly putting it in
    I should probably implement a check on the whole column, rather than checking in an apply to check if any are vectors in the col
    strazto committed Feb 1, 2019
    Configuration menu
    Copy the full SHA
    7661418 View commit details
    Browse the repository at this point in the history