cugraph icon indicating copy to clipboard operation
cugraph copied to clipboard

cuGraph - RAPIDS Graph Analytics Library

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

This PR removes kwargs for `uniform_neighbor_sample` that are deprecated.

improvement
non-breaking
python

This PR creates an edgelist object that will contain the COO/CSR information along with all edge properties to support graph creation. This will allow us to add new features (and...

improvement
non-breaking

As the issue around PyTorch being built without NumPy was fixed in conda-forge, we can now relax these upper bounds to allow PyTorch 2.4. xref: https://github.com/conda-forge/pytorch-cpu-feedstock/issues/254 xref: https://github.com/conda-forge/pytorch-cpu-feedstock/issues/266 xref: https://github.com/rapidsai/cugraph/pull/4615

improvement
non-breaking
python
ci
conda

Removes some exclusions left behind in #4634, to ensure that all CI is re-run when files in `.github/workflows` are chagned.

improvement
non-breaking

## Description Contributes to https://github.com/rapidsai/build-planning/issues/108 Proposes building wheels with `--no-build-isolation`, to improve the rate of `sccache` cache hits and therefore reduce CI times. ## Notes for Reviewers This is not...

improvement
DO NOT MERGE
non-breaking
python
ci

### Version 24.10 ### Which installation method(s) does this occur on? Conda ### Describe the bug. Noticing that a handful of the MG Link Prediction tests are hanging and timing...

bug
cuGraph

### Version nvcr.io/nvidia/rapidsai/base:24.08-cuda12.5-py3.11 ### Which installation method(s) does this occur on? Docker ### Describe the bug. In the past, such as in `nvcr.io/nvidia/rapidsai/rapidsai-core:22.12-cuda11.5-runtime-ubuntu20.04-py3.9` I could do the following that integrated...

bug
? - Needs Triage

I have to compute a lot of hungarian matchings between sets of points using their distance as the matching criterion. So far I have tried this hybrid Scipy (CPU) and...

A number of python algorithms/functions require refactoring due to new updates in the CAPI and some of those not accounted for in the CAPI can have support. The impact of...

Epic