-
Isolated vertices are lost when we initialize a Graph using an adj list:
```
>>> nxG = nx.from_numpy_array (np.array([[1,1,0], [1,0,0], [0,0,0]]), create_using=nx.DiGraph)
>>> G = cugraph.fro…
-
cuGraph is interested in the input/output conversion tools like the cumlarray as well as different decorators.
cuML is currently redesigning a bunch of this logic to clean it up and make it easier…
-
Recently we ran into an issue on a project (cuCIM) where older packages of the project (`libcucim` & `cucim` from `23.12`) were installed instead of the most recent packages from the PR (`24.02.00a*`)…
-
### Encountered
On MacOS 10.15.4 and Firefox 77.0.1 hovering over the info icons does not display a tooltip/description.
### Expected
Tooltip should show info in code describing the difference:
…
-
### Is this a new feature, an improvement, or a change to existing functionality?
Improvement
### How would you describe the priority of this feature request
High
### Please provide a clear descri…
-
The C API has the `cugraph_extract_paths` API, and this needs to be added to the Python API in order to allow users to work with individual paths from the consolidated path return values of various tr…
-
Thanks for your great work!
I read throw the batchUpdate functions.
I'm confused about the following facts:
1. Does hornet keeps the nodes inside each chunk sorted? If so, why batch update will fi…
-
As pre-requsites for https://github.com/rapidsai/cugraph/issues/2143 and https://github.com/rapidsai/cugraph/issues/2433, we need a wrapper class to store vertex property values (which can be a simple…
-
Seems like it is pretty useful and stand-alone. We are looking for something exactly like this in another project and cuGraph could benefit from it too.
https://github.com/rapidsai/cuml/blob/branc…
-
**Describe the bug**
`ddf.sort_values(col)` does not work with a `dask_cudf` DataFrame when `col` is categorical.
**Steps/Code to reproduce bug**
```python
import cudf
import dask_cudf
df = cu…