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] Update README and some docs #1281

Merged
merged 5 commits into from
Dec 1, 2020
Merged

[REVIEW] Update README and some docs #1281

merged 5 commits into from
Dec 1, 2020

Conversation

BradReesWork
Copy link
Member

Update the README with new algorithms and multi-gpu status
Also cleaned up a few other stops

@BradReesWork BradReesWork added this to the 0.17 milestone Nov 24, 2020
@BradReesWork BradReesWork added the improvement Improvement / enhancement to an existing function label Nov 24, 2020
@GPUtester
Copy link
Contributor

Please update the changelog in order to start CI tests.

View the gpuCI docs here.

@BradReesWork BradReesWork changed the title [WIP] Update README and some docs [WIP][skip-ci-changelog] Update README and some docs Nov 24, 2020
@BradReesWork
Copy link
Member Author

rerun tests

@codecov-io
Copy link

codecov-io commented Nov 24, 2020

Codecov Report

Merging #1281 (31fcbf2) into branch-0.17 (76a026f) will increase coverage by 5.01%.
The diff coverage is n/a.

Impacted file tree graph

@@               Coverage Diff               @@
##           branch-0.17    #1281      +/-   ##
===============================================
+ Coverage        58.05%   63.07%   +5.01%     
===============================================
  Files               65       67       +2     
  Lines             2837     3393     +556     
===============================================
+ Hits              1647     2140     +493     
- Misses            1190     1253      +63     
Impacted Files Coverage Δ
python/cugraph/__init__.py 100.00% <0.00%> (ø)
python/cugraph/components/__init__.py 100.00% <0.00%> (ø)
python/cugraph/tree/minimum_spanning_tree.py 85.36% <0.00%> (ø)
python/cugraph/tree/__init__.py 100.00% <0.00%> (ø)
python/cugraph/structure/graph.py 70.85% <0.00%> (+4.24%) ⬆️
python/cugraph/traversal/bfs.py 88.00% <0.00%> (+5.02%) ⬆️
python/cugraph/utilities/utils.py 78.75% <0.00%> (+6.13%) ⬆️
python/cugraph/utilities/nx_factory.py 89.53% <0.00%> (+8.17%) ⬆️
python/cugraph/components/connectivity.py 96.62% <0.00%> (+10.14%) ⬆️
python/cugraph/traversal/sssp.py 88.98% <0.00%> (+10.25%) ⬆️

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 76a026f...31fcbf2. Read the comment docs.

@BradReesWork BradReesWork changed the title [WIP][skip-ci-changelog] Update README and some docs [WIP][skip ci changelog] Update README and some docs Nov 30, 2020
@BradReesWork
Copy link
Member Author

rerun tests

@BradReesWork BradReesWork changed the title [WIP][skip ci changelog] Update README and some docs [REVIEW][skip ci changelog] Update README and some docs Dec 1, 2020
@BradReesWork BradReesWork added doc Documentation 3 - Ready for Review non-breaking Non-breaking change labels Dec 1, 2020
@BradReesWork
Copy link
Member Author

rerun tests

@BradReesWork BradReesWork removed the improvement Improvement / enhancement to an existing function label Dec 1, 2020
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.

Looks good, pending CI checks passing

README.md Outdated Show resolved Hide resolved
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.

Just a few more mst related suggestions

README.md Show resolved Hide resolved
README.md Show resolved Hide resolved
@BradReesWork BradReesWork self-assigned this Dec 1, 2020
@BradReesWork BradReesWork changed the title [REVIEW][skip ci changelog] Update README and some docs [REVIEW] Update README and some docs Dec 1, 2020
@BradReesWork
Copy link
Member Author

rerun tests

@rapids-bot rapids-bot bot merged commit 09854cc into rapidsai:branch-0.17 Dec 1, 2020
@BradReesWork BradReesWork deleted the branch-0.17-doc branch February 10, 2021 18:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc Documentation non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants