You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cuGraph needs to expand its list of graph types to better capture and support the fully range of graph analytics. Various graph types require different processing, and having well defined classes helps control and ensure accurate processing and analytical results. cuGraph currently supports a single data structure, called Graph, that is used for every possible graph problem. Some of the issues are:
Some methods are only for one graph type, with requires a lot of status flag checking
Some graph types require different input parameters
Any refactoring that results in user-facing changes needs to include a Deprecation Warning for at least one release before the breaking API change is finalized in the next release.
BradReesWork
added
Epic
Tracker for a relatively large body of work that is broken down into stories and issues
and removed
? - Needs Triage
Need team to review and classify
labels
Feb 3, 2021
cuGraph needs to expand its list of graph types to better capture and support the fully range of graph analytics. Various graph types require different processing, and having well defined classes helps control and ensure accurate processing and analytical results. cuGraph currently supports a single data structure, called Graph, that is used for every possible graph problem. Some of the issues are:
Any refactoring that results in user-facing changes needs to include a Deprecation Warning for at least one release before the breaking API change is finalized in the next release.
Tasks:
Also address:
Related Tasks
The text was updated successfully, but these errors were encountered: