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

Columns Selection DSL KDocs and missing API overloads #331

Merged
merged 34 commits into from
Apr 8, 2023

Commits on Mar 27, 2023

  1. wip

    Jolanrensen committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    c72c2fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c82033e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b068a27 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0070ad5 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. Configuration menu
    Copy the full SHA
    67936a5 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'kproperties-columnsSelectionDsl' into columnsSelectionD…

    …sl-docs
    
    # Conflicts:
    #	core/generated-sources/src/main/kotlin/org/jetbrains/kotlinx/dataframe/api/ColumnsSelectionDsl.kt
    #	core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/api/ColumnsSelectionDsl.kt
    Jolanrensen committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    27f1a86 View commit details
    Browse the repository at this point in the history
  3. rebasing

    Jolanrensen committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    da93583 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aaa9dde View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. cleaned colsOf overloads, fixed first {} and last {} in column select…

    …ion dsl with docs (still need to add tests)
    Jolanrensen committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    9ce56e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7cdd652 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dfe149d View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. Configuration menu
    Copy the full SHA
    97d9879 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4054b2d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bdf3ba3 View commit details
    Browse the repository at this point in the history
  4. rangeTo

    Jolanrensen committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    c47f32c View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. added KProperties overloads for column, frameColumn, columnGroup.

    added all overloads for col, colGroup, and frameCol in dsl with docs
    Jolanrensen committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    4e76c25 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8d3e1d View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. cols overloads including receivers for predicates, names, columnpaths…

    …, kproperties including tests for all
    Jolanrensen committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    9acddcd View commit details
    Browse the repository at this point in the history
  2. col indices and ranges

    Jolanrensen committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    845e6cd View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

  1. Configuration menu
    Copy the full SHA
    13ac0db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b31dd82 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into columnsSelectionDsl-docs

    # Conflicts:
    #	core/generated-sources/src/main/kotlin/org/jetbrains/kotlinx/dataframe/api/ColumnsSelectionDsl.kt
    #	core/generated-sources/src/main/kotlin/org/jetbrains/kotlinx/dataframe/api/update.kt
    #	core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/api/ColumnsSelectionDsl.kt
    Jolanrensen committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    472448a View commit details
    Browse the repository at this point in the history
  4. update from master

    Jolanrensen committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    76c84a3 View commit details
    Browse the repository at this point in the history
  5. update from master

    Jolanrensen committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    1552ad7 View commit details
    Browse the repository at this point in the history
  6. linter fixes

    Jolanrensen committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    f29f1c7 View commit details
    Browse the repository at this point in the history
  7. linter fixes

    Jolanrensen committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    45d90b4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c21dc41 View commit details
    Browse the repository at this point in the history
  9. 2 failing tests

    Jolanrensen committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    b8e01cf View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2023

  1. Configuration menu
    Copy the full SHA
    b1e3707 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b40c54a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    31009f2 View commit details
    Browse the repository at this point in the history
  4. updated based on review

    Jolanrensen committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    99db75d View commit details
    Browse the repository at this point in the history
  5. updated based on review

    Jolanrensen committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    6e51b34 View commit details
    Browse the repository at this point in the history
  6. updated based on review

    Jolanrensen committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    dd9d427 View commit details
    Browse the repository at this point in the history