-
-
Notifications
You must be signed in to change notification settings - Fork 206
Open
Labels
AI 🤖For issues that can be handled by a coding agent. A scheduled workflow will look at those.For issues that can be handled by a coding agent. A scheduled workflow will look at those.argument consistencyissues related to argument naming/defaultsissues related to argument naming/defaultslifecycleDeprecating old APIsDeprecating old APIs
Description
Functions that calculate a result for each vertex (or a subset of vertices) typically have a vertex selector parameter, controlling which specific vertices to include.
This parameter is usually called vids, but not always. This issue is to make sure that the naming is consistent across all functions.
Incomplete functions that don't use vids:
nodes:ego()/neighborhood()and related,constraint(),alpha_centrality(),power_centrality(), ...v:betweenness,cocitation,bibcoupling,degree,distances, ...vids:closeness,similarity,transitivity,strength,page_rank,induced_subgraph,diversity,knn,eccentricity, ...
Copilot
Metadata
Metadata
Assignees
Labels
AI 🤖For issues that can be handled by a coding agent. A scheduled workflow will look at those.For issues that can be handled by a coding agent. A scheduled workflow will look at those.argument consistencyissues related to argument naming/defaultsissues related to argument naming/defaultslifecycleDeprecating old APIsDeprecating old APIs