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

[REVIEW] FEA generic from_edgelist() and from_adjlist() APIs #1274

Merged

Conversation

rlratzel
Copy link
Contributor

@rlratzel rlratzel commented Nov 18, 2020

Initial implementation and tests for generic from_edgelist() and from_adjlist() APIs, which can be used in place of from_cudf_edgelist() and from_pandas_edgelist(), etc. to make for more common code across different input data types.

closes #1141

@rlratzel rlratzel requested a review from a team as a code owner November 18, 2020 17:30
@rlratzel rlratzel self-assigned this Nov 18, 2020
@GPUtester
Copy link
Contributor

Please update the changelog in order to start CI tests.

View the gpuCI docs here.

@BradReesWork BradReesWork added the improvement Improvement / enhancement to an existing function label Nov 18, 2020
@BradReesWork BradReesWork added this to the 0.17 milestone Nov 18, 2020
@rlratzel rlratzel changed the title [WIP][skip-ci] FEA generic from_edgelist() API [REVIEW] FEA generic from_edgelist() API Nov 19, 2020
@BradReesWork
Copy link
Member

rerun tests

Copy link
Member

@afender afender left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rlratzel rlratzel changed the title [REVIEW] FEA generic from_edgelist() API [REVIEW] FEA generic from_edgelist() and from_adjlist() APIs Nov 24, 2020
@codecov-io
Copy link

codecov-io commented Nov 24, 2020

Codecov Report

Merging #1274 (5ea0210) into branch-0.17 (1952767) will increase coverage by 0.12%.
The diff coverage is 65.78%.

Impacted file tree graph

@@               Coverage Diff               @@
##           branch-0.17    #1274      +/-   ##
===============================================
+ Coverage        57.92%   58.05%   +0.12%     
===============================================
  Files               65       65              
  Lines             2800     2837      +37     
===============================================
+ Hits              1622     1647      +25     
- Misses            1178     1190      +12     
Impacted Files Coverage Δ
python/cugraph/__init__.py 100.00% <ø> (ø)
python/cugraph/structure/graph.py 66.60% <ø> (ø)
python/cugraph/structure/convert_matrix.py 76.66% <64.86%> (-6.36%) ⬇️
python/cugraph/structure/__init__.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1952767...5ea0210. Read the comment docs.

@rlratzel
Copy link
Contributor Author

rerun tests

@BradReesWork BradReesWork merged commit 76a026f into rapidsai:branch-0.17 Nov 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improvement / enhancement to an existing function
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[ENH] Remove from_cudf or form_dask_cudf references in methods
6 participants