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

Moves more MG graph ETL to libcugraph and re-enables MG tests in CI #3941

Merged

Commits on Oct 17, 2023

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

Commits on Nov 7, 2023

  1. propose C API changes

    ChuckHastings committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    d07af7d View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Configuration menu
    Copy the full SHA
    c66a50e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37278d1 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Configuration menu
    Copy the full SHA
    d470bc6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0dbea1a View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Configuration menu
    Copy the full SHA
    67e7383 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a56b30a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d0bf54c View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. add support for dropping self loops and removing multi edges to C API…

    … for graph creation (SG and MG)
    ChuckHastings committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    52b3162 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0cca2cd View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. refactor remove_self_loops and sort_and_remove_multi_edges to reduce …

    …memory footprint when graphs are large relative to GPU memory
    ChuckHastings committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    d96ba62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1ab784 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'upstream/new_graph_creation_methods' in…

    …to branch-23.12_re-enable-mg-testing
    jnke2016 committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    9242207 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d1b104a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dfafeec View commit details
    Browse the repository at this point in the history
  6. support list of edges

    jnke2016 committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    e7c0cf9 View commit details
    Browse the repository at this point in the history
  7. remove debug print

    jnke2016 committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    a44a1ae View commit details
    Browse the repository at this point in the history
  8. fix style

    jnke2016 committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    12bf121 View commit details
    Browse the repository at this point in the history
  9. Merge remote-tracking branch 'upstream/branch-23.12' into branch-23.1…

    …2_re-enable-mg-testing
    jnke2016 committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    0fc84bd View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2023

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

Commits on Nov 20, 2023

  1. update check

    jnke2016 committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    172ea07 View commit details
    Browse the repository at this point in the history
  2. update data persistence

    jnke2016 committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    42913b8 View commit details
    Browse the repository at this point in the history
  3. cleanup code and fix bugs

    jnke2016 committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    3e233f1 View commit details
    Browse the repository at this point in the history
  4. fix style

    jnke2016 committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    a612a0a View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'upstream/branch-23.12' into branch-23.1…

    …2_re-enable-mg-testing
    jnke2016 committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    4513d19 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cc113db View commit details
    Browse the repository at this point in the history
  7. update doctests

    jnke2016 committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    0ceeb4f View commit details
    Browse the repository at this point in the history
  8. update doctest examples

    jnke2016 committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    e757ff9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    68e76b8 View commit details
    Browse the repository at this point in the history
  10. fix style

    jnke2016 committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    64bb371 View commit details
    Browse the repository at this point in the history
  11. update copyright

    jnke2016 committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    9915497 View commit details
    Browse the repository at this point in the history
  12. update copyright

    jnke2016 committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    08c0d05 View commit details
    Browse the repository at this point in the history
  13. lower tolerance

    jnke2016 committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    6db1050 View commit details
    Browse the repository at this point in the history
  14. fix docstring examples

    jnke2016 committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    39bded6 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    129a226 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. Configuration menu
    Copy the full SHA
    e275714 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6069f3c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    64ec881 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a32fd3d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5f7d4e5 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Merge remote-tracking branch 'upstream/branch-23.12' into branch-23.1…

    …2_re-enable-mg-testing
    rlratzel committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    008e1d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b3b051 View commit details
    Browse the repository at this point in the history
  3. remove extra persist

    jnke2016 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    51b5a90 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'upstream/branch-23.12_re-enable-mg-test…

    …ing' into branch-23.12_re-enable-mg-testing
    jnke2016 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    c8c0abe View commit details
    Browse the repository at this point in the history
  5. fix style

    jnke2016 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    3b3d0c6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2d4e5ac View commit details
    Browse the repository at this point in the history
  7. clean up code

    jnke2016 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    e4db01d View commit details
    Browse the repository at this point in the history
  8. update docstrings

    jnke2016 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    d29c10d View commit details
    Browse the repository at this point in the history
  9. update docstrings

    jnke2016 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    3a4255d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c607a58 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7f869b3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    71fb5e5 View commit details
    Browse the repository at this point in the history
  13. fix style and add comment

    jnke2016 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    9f8b131 View commit details
    Browse the repository at this point in the history
  14. Merge remote-tracking branch 'upstream/branch-23.12' into branch-23.1…

    …2_re-enable-mg-testing
    jnke2016 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    912701a View commit details
    Browse the repository at this point in the history
  15. fix style

    jnke2016 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    35a6feb View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Configuration menu
    Copy the full SHA
    fdeaa57 View commit details
    Browse the repository at this point in the history
  2. fix style

    jnke2016 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    07bcd2e View commit details
    Browse the repository at this point in the history