We should aim, as a continuous self-improvement kind of goal, to close the gap in function availability between the igraph C core and the Python interface. To help with that, let's try and keep track of what functions:
- are missing from the Python interface
- would be useful to have there
- are already implemented in the C core
Other igraph folks: please feel free to edit the list adding functions you find or deleting them if they got implemented or if you think they aren't necessary in the Python interface:
We should aim, as a continuous self-improvement kind of goal, to close the gap in function availability between the igraph C core and the Python interface. To help with that, let's try and keep track of what functions:
Other igraph folks: please feel free to edit the list adding functions you find or deleting them if they got implemented or if you think they aren't necessary in the Python interface:
maximal_cliques_countmaximal_cliques_subsetclique_size_histand other histogram functions (useful for large graphs, where a list of all items would be too large)vertex_coloring_greedytrussnesseigen_laplacianlaplacian_spectral_embeddingis_eulerianand related functionsis_bigraphicalis_matchingandis_maximal_matching(they seem to be there partially, perhaps a quick fix?)maximum_bipartite_matching(it's there but buggy)random_edge_walk(i.e. get random_walk result in terms of edges)from_prufermaximum_cardinality_searchandis_chordalrandom_spanning_treepseudo_diameterandpseudo_diameter_dijkstralayout_gemto_directedtransitive_closurerewire_directed_edgesis_chordal(Graph.is_chordal #437)igraph_list_trianglesautomorphism_groupandautmorphisms(which counts them)voronoisymmetric_treeregular_treewheelspanneris_forestgraph_count(for use with motif functions)has_loophas_mutualis_perfectgeneralized_petersenfull_multipartiteandturangraph_centerecccallaway_traits_gamecited_type_gameciting_cited_type_game