-
-
Notifications
You must be signed in to change notification settings - Fork 205
0.10 functions that should be exposed #912
Copy link
Copy link
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.expose 🏖️Make igraph/C functionality available in RMake igraph/C functionality available in R
Milestone
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.expose 🏖️Make igraph/C functionality available in RMake igraph/C functionality available in R
Priority 0
This is a list of functions that are new in 0.10 and should probably be exposed in the very first R/igraph release based on 0.10. Should be easy through auto-generation. The
igraph_part is omitted from function names.is_forestandis_acyclichas_mutual->any_mutualinvalidate_cache— we need this for debuggingPriority 1
These would be nice to expose soon though perhaps not in the first release. Several of these were requested by users. Auto-generation is not always possible.
hub_and_authority_scoresto replace separate hub and authority score calculationget_k_shortest_pathsAdd k_shortest_paths #972graph_centerAdd support for extra features to existing functions. These are often a separate function in C, but should be integrated into the same function in R.
radius_dijkstraandeccentricity_dijkstra(i.e. weight support for both, Could the functions eccentricity() and radius() be implemented for weighted graphs? #893)distances_cutoff(cutoff support)Generators (probably all of these can be auto-generated):
circulantturanwheelfull_multipartiteregular_treesymmetric_treetriangular_latticehexagonal_latticegeneralized_petersen