Skip to content

Adding density algorithm and test#3156

Merged
rapids-bot[bot] merged 17 commits intorapidsai:branch-23.02from
BradReesWork:2302_graph_stats
Jan 27, 2023
Merged

Adding density algorithm and test#3156
rapids-bot[bot] merged 17 commits intorapidsai:branch-23.02from
BradReesWork:2302_graph_stats

Conversation

@BradReesWork
Copy link
Member

@BradReesWork BradReesWork commented Jan 18, 2023

Added the density function

closes #3142

Updating the docs will be a separate PR since there is a number of restructuring and clean-up in docs that needs to be done at the same time

@BradReesWork BradReesWork requested a review from a team as a code owner January 18, 2023 17:09
@BradReesWork BradReesWork added improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels Jan 18, 2023
@BradReesWork BradReesWork added this to the 23.02 milestone Jan 23, 2023
@codecov-commenter
Copy link

codecov-commenter commented Jan 24, 2023

Codecov Report

Base: 55.01% // Head: 55.05% // Increases project coverage by +0.03% 🎉

Coverage data is based on head (dbb7ccc) compared to base (75b619f).
Patch coverage: 90.00% of modified lines in pull request are covered.

Additional details and impacted files
@@               Coverage Diff                @@
##           branch-23.02    #3156      +/-   ##
================================================
+ Coverage         55.01%   55.05%   +0.03%     
================================================
  Files               149      149              
  Lines              9608     9618      +10     
================================================
+ Hits               5286     5295       +9     
- Misses             4322     4323       +1     
Impacted Files Coverage Δ
python/cugraph/cugraph/structure/graph_classes.py 78.64% <90.00%> (+0.62%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@rlratzel
Copy link
Contributor

/merge

@rapids-bot rapids-bot bot merged commit be1a1fa into rapidsai:branch-23.02 Jan 27, 2023
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 non-breaking Non-breaking change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEA]: Add Density as a Graph function

4 participants