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

[gpuCI] Auto-merge branch-0.17 to branch-0.18 [skip ci] #1292

Merged
merged 1 commit into from
Dec 2, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
- PR #1269 Removed old db code that was not being used
- PR #1271 Add extra check to make SG Louvain deterministic
- PR #1273 Update Force Atlas 2 notebook, wrapper and coding style
- PR @1281 Update README
- PR #1289 Update api.rst for MST
- PR #1281 Update README

## Bug Fixes
- PR #1237 update tests for assymetric graphs, enable personalization pagerank
Expand Down
14 changes: 13 additions & 1 deletion docs/source/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,20 @@ Single-source-shortest-path
:undoc-members:


Utilities
Tree
=========

Minimum Spanning Tree
---------------------

.. automodule:: cugraph.tree.minimum_spanning_tree
:members:
:undoc-members:

Maximum Spanning Tree
---------------------

.. automodule:: cugraph.tree.maximum_spanning_tree
:members:
:undoc-members: