cugraph icon indicating copy to clipboard operation
cugraph copied to clipboard

cuGraph - RAPIDS Graph Analytics Library

Results 503 cugraph issues
Sort by recently updated
recently updated
newest added

We already have the built package, so test that instead of an editable install. This helps avoid having to install the build dependencies for nx-cugraph at test time.

bug
non-breaking
ci

This EPIC captures all the planned BLOGS ```[tasklist] ### BLOG Tasks - [ ] https://github.com/rapidsai/cugraph-docs/issues/27 - [ ] https://github.com/rapidsai/cugraph/issues/2135 - [ ] https://github.com/rapidsai/cugraph/issues/3487 ```

Epic

### What is your question? HI, I understand that cuGraph does not support the Steiner algorithm. I have a directed and unweighted graph that I need to analyze using a...

question

This PR adds an MG implementation of K-Truss leveraging the C API

improvement
non-breaking
python

This new distributed graph store will not use Dask. Instead, each worker will pass in a slice of the edgelist, and a `pylibcugraph.MGGraph` will be created on each worker. This...

feature request

Implement Bellman Ford algorithm, which supports shortest path computations in the presence of 0 or negative weights as long as there are no negative weight cycles. ```[tasklist] ### Tasks -...

Epic

```[tasklist] ### Tasks - [ ] #1262 - [ ] https://github.com/rapidsai/cugraph/issues/1393 - [ ] https://github.com/rapidsai/cugraph/issues/2013 - [ ] https://github.com/rapidsai/cugraph/issues/3102 - [ ] https://github.com/rapidsai/cugraph/issues/3140 - [ ] https://github.com/rapidsai/cugraph/issues/1225 - [ ]...

Parking Lot

This PR - removes legacy ECG and Louvain code - updates python code to use MNMG ECG instead of legacy version

feature request
non-breaking
cuGraph
CMake
python

### Is this a new feature, an improvement, or a change to existing functionality? New Feature ### How would you describe the priority of this feature request High ### Please...

feature request

closes #4466 * Fixed typos * Changed various descriptions to match existing terminology and hopefully clarify * Renamed notebook to match file name conventions

doc
non-breaking
python