Skip to content

Commit

Permalink
Merge pull request #1292 from rapidsai/branch-0.17
Browse files Browse the repository at this point in the history
[gpuCI] Auto-merge branch-0.17 to branch-0.18 [skip ci]
  • Loading branch information
GPUtester authored Dec 2, 2020
2 parents d2cfc10 + 68d152a commit 9f7afde
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,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:

0 comments on commit 9f7afde

Please sign in to comment.