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

Promote Datasets to stable and clean-up unit tests #3712

Merged

Commits on Jun 29, 2023

  1. Create stable datasets api from experimental

    Ralph Liu committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    c65f906 View commit details
    Browse the repository at this point in the history
  2. add promoted_experimental_warning_wrapper to dataset

    Ralph Liu committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    5dbca14 View commit details
    Browse the repository at this point in the history
  3. pre-commit style fix

    Ralph Liu committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    4182d2e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2 from nv-rliu/promote-datasets

    Promote datasets
    nv-rliu authored Jun 29, 2023
    Configuration menu
    Copy the full SHA
    687db8e View commit details
    Browse the repository at this point in the history
  5. Update notebooks to use stable datasets api

    Ralph Liu committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    a5348a1 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. Update docstrings to use stable datasets api

    Ralph Liu committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    01d4e7b View commit details
    Browse the repository at this point in the history
  2. Update unit tests to use stable datasets API

    Ralph Liu committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    7157cb7 View commit details
    Browse the repository at this point in the history
  3. Removed variants of the Karate dataset

    Ralph Liu committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    1ec0ef8 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. Moving dataset batches into testing/utils.py

    Ralph Liu committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    0f9aa09 View commit details
    Browse the repository at this point in the history
  2. Expand test_dataset.py unit test coverage

    Ralph Liu committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    965ec22 View commit details
    Browse the repository at this point in the history
  3. Correcting YAML file inconsistencies

    Ralph Liu committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    c1281aa View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Update unit tests to use migrated dataset batches. Flag tests that ar…

    …e using soon-to-be deleted karate variants from datasets API
    Ralph Liu committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    cc3973d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f3184b View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

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

Commits on Jul 7, 2023

  1. Configuration menu
    Copy the full SHA
    bc27113 View commit details
    Browse the repository at this point in the history
  2. Removed outdated dataset batches from unit tests

    Ralph Liu committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    15a00f9 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Configuration menu
    Copy the full SHA
    b5d7ae0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa25d8a View commit details
    Browse the repository at this point in the history
  3. Merge branch 'stable-datasets-notebooks' of https://github.com/nv-rli…

    …u/cugraph into stable-datasets-notebooks
    Ralph Liu committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    52cec16 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3 from nv-rliu/stable-datasets-notebooks

    Merge changes to Notebooks and Docstrings
    nv-rliu authored Jul 10, 2023
    Configuration menu
    Copy the full SHA
    2c55538 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. empty commit to re-run CI notebook checks

    Ralph Liu committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    a7c5d1f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8309ce1 View commit details
    Browse the repository at this point in the history
  3. fix failing notebook

    Ralph Liu committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    552fa2b View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Configuration menu
    Copy the full SHA
    294166c View commit details
    Browse the repository at this point in the history
  2. remove warnings import before nx

    Ralph Liu committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    0e7e881 View commit details
    Browse the repository at this point in the history
  3. Revert "remove warnings import before nx"

    This reverts commit 0e7e881.
    nv-rliu committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    3b47cdf View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Update concurrent_unordered_map.cuh

    Update concurrent_unordered_map.cuh to include hash_functions.cuh from cudf/hashing/detail
    naimnv authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    60bc725 View commit details
    Browse the repository at this point in the history
  2. Fix include path for default_has

    Md Naim committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    8119705 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f182366 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    128cadc View commit details
    Browse the repository at this point in the history
  5. Merge pull request #4 from naimnv/patch-1

    Patch to fix hash_functions.cuh build fail
    nv-rliu authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    80e0a00 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Update notebook headers to correct CUDA version

    Ralph Liu committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    01212d6 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'branch-23.08' of https://github.com/nv-rliu/cugraph int…

    …o branch-23.08
    Ralph Liu committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    cf2d10d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1780150 View commit details
    Browse the repository at this point in the history
  4. Minor notebook changes and fixing test bug

    Ralph Liu committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    a897d45 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'branch-23.08' of https://github.com/nv-rliu/cugraph int…

    …o branch-23.08
    Ralph Liu committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    b010f22 View commit details
    Browse the repository at this point in the history
  6. Clear eigenvector notebook outputs

    Ralph Liu committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    864402d View commit details
    Browse the repository at this point in the history
  7. cleanup unit test imports and remove nx warnings

    Ralph Liu committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    ab699be View commit details
    Browse the repository at this point in the history
  8. Dataset unit test comment

    Ralph Liu committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    cf36395 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Configuration menu
    Copy the full SHA
    f8611c7 View commit details
    Browse the repository at this point in the history
  2. Fix style issue in unit test

    Ralph Liu committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    6658444 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'branch-23.08' of https://github.com/nv-rliu/cugraph int…

    …o remove-nx-suppression-warnings
    Ralph Liu committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    15702b6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d7026fb View commit details
    Browse the repository at this point in the history
  5. Fix link_prediction import issue

    Ralph Liu committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    6b41038 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Configuration menu
    Copy the full SHA
    72a6ecf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ed5a7f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    144a039 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #5 from nv-rliu/branch-23.08

    Update remove-nx-suppression-warnings branch to include changes from branch-23.08
    nv-rliu authored Jul 20, 2023
    Configuration menu
    Copy the full SHA
    baa8102 View commit details
    Browse the repository at this point in the history
  5. style fix

    nv-rliu committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    d6c216b View commit details
    Browse the repository at this point in the history
  6. Merge pull request #6 from nv-rliu/branch-23.08

    style fix
    nv-rliu authored Jul 20, 2023
    Configuration menu
    Copy the full SHA
    fb70c63 View commit details
    Browse the repository at this point in the history
  7. more style fix

    nv-rliu committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    3d15c7d View commit details
    Browse the repository at this point in the history
  8. Merge pull request #7 from nv-rliu/branch-23.08

    more style fix
    nv-rliu authored Jul 20, 2023
    Configuration menu
    Copy the full SHA
    f2b3c62 View commit details
    Browse the repository at this point in the history
  9. Migrate URLs to s3

    Ralph Liu committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    f9b50a5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b2102e8 View commit details
    Browse the repository at this point in the history
  11. Add re-import fixture to dataset unit test

    Ralph Liu committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    121c888 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #8 from nv-rliu/branch-23.08

    Update branch
    nv-rliu authored Jul 20, 2023
    Configuration menu
    Copy the full SHA
    6a3726a View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. Update Ktruss polbooks metadata URL

    Ralph Liu committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    c8aa44f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #9 from nv-rliu/branch-23.08

    Update Ktruss polbooks metadata URL
    nv-rliu authored Jul 21, 2023
    Configuration menu
    Copy the full SHA
    df6044e View commit details
    Browse the repository at this point in the history
  3. Commit to see if rapidsai#3680 updates

    Ralph Liu committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    02e23ef View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Configuration menu
    Copy the full SHA
    e8ead8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb47478 View commit details
    Browse the repository at this point in the history
  3. Update doc strings: fetch -> Download

    Ralph Liu committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    7d66b36 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e5e9b71 View commit details
    Browse the repository at this point in the history
  5. Cleanup & standardize metadata files

    Ralph Liu committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    a3bb2b3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    30734f9 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #10 from nv-rliu/branch-23.08

    Merge in changes from main branch
    nv-rliu authored Jul 24, 2023
    Configuration menu
    Copy the full SHA
    9d96209 View commit details
    Browse the repository at this point in the history
  8. Update metadata fields

    Ralph Liu committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    820dc51 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'remove-nx-suppression-warnings' of https://github.com/n…

    …v-rliu/cugraph into remove-nx-suppression-warnings
    Ralph Liu committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    56d3682 View commit details
    Browse the repository at this point in the history
  10. Style fix. test_dataset.py WIP

    Ralph Liu committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    ccbae16 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1f30d2a View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Update yaml

    Ralph Liu committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    3073ec0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0768c95 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'remove-nx-suppression-warnings' of https://github.com/n…

    …v-rliu/cugraph into remove-nx-suppression-warnings
    Ralph Liu committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    5dfb2f2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    df9b19c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    288b840 View commit details
    Browse the repository at this point in the history
  6. Notebook algorithm fix

    Ralph Liu committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    53ddb16 View commit details
    Browse the repository at this point in the history
  7. Add unit test to verify self-loops

    Ralph Liu committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    027de9a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c1c2de9 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #11 from nv-rliu/branch-23.08

    Merge branch "Promote Datasets to Stable" into branch "Remove-NX-Suppression-Warnings"
    nv-rliu authored Jul 25, 2023
    Configuration menu
    Copy the full SHA
    51a1089 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fc485dc View commit details
    Browse the repository at this point in the history
  11. Update notebooks: 'fetch' -> 'download'

    Ralph Liu committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    4cfca07 View commit details
    Browse the repository at this point in the history
  12. Update naming scheme with all underscores

    Ralph Liu committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    336f57c View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. Unable to change 'name' field to adhere to underscore naming conventi…

    …on due to filenames originally having hyphens
    Ralph Liu committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    b89b363 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e7cb63 View commit details
    Browse the repository at this point in the history
  3. Update Sorensen notebook to use stable

    Ralph Liu committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    c519590 View commit details
    Browse the repository at this point in the history
  4. Fix bulk sampling style

    Ralph Liu committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    958af97 View commit details
    Browse the repository at this point in the history
  5. Remove ktruss_polbooks from cugraph.datasets and refactor test_k_trus…

    …s unit test
    Ralph Liu committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    fb9e75e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f173e13 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Update metadata files based on feedback from @rlratzel

    Ralph Liu committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    87dd183 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c699844 View commit details
    Browse the repository at this point in the history
  3. Update github workflow pr.yaml and build.yaml

    Ralph Liu committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    e4754c6 View commit details
    Browse the repository at this point in the history
  4. Add missing netscience import to test_batch_edge_betweenness_centrali…

    …ty.py
    Ralph Liu committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    05182ef View commit details
    Browse the repository at this point in the history
  5. Fix YAML file formatting issue

    Ralph Liu committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    1fa0496 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

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