1 file changed
+1
-1
lines changed- .github/copilot-instructions.md+2-2
- CHANGELOG.md+9-3
- doc/nongraph.xxml-4
- doc/operators.xxml+1
- doc/spatial.xxml+4
- examples/simple/igraph_assortativity_degree.c+1-1
- examples/simple/igraph_assortativity_nominal.c+1-1
- fuzzing/linear_algos_directed.cpp+1-1
- fuzzing/linear_algos_undirected.cpp+1-1
- include/igraph_community.h+1-1
- include/igraph_constants.h+1-4
- include/igraph_nongraph.h-2
- include/igraph_operators.h+6-1
- include/igraph_spatial.h+5
- interfaces/functions.yaml+17-5
- interfaces/types.yaml-5
- src/CMakeLists.txt+1
- src/centrality/truss.cpp+3-3
- src/community/community_internal.h+34
- src/community/community_misc.c+51-29
- src/community/edge_betweenness.c+2-2
- src/community/fast_modularity.c+6-8
- src/community/infomap.cpp+8-1
- src/community/label_propagation.c+9-8
- src/community/leading_eigenvector.c+45-23
- src/community/modularity.c+42-20
- src/constructors/famous.c-2
- src/games/degree_sequence.c+1-1
- src/io/dl-lexer.l+2-3
- src/io/gml-lexer.l+2-2
- src/io/lgl-lexer.l+2-2
- src/io/ncol-lexer.l+2-2
- src/io/pajek-lexer.l+2-2
- src/misc/degree_sequence.cpp+1-3
- src/misc/graphicality.c+1-2
- src/misc/graphicality.h+27
- src/misc/other.c-169
- src/operators/products.c+189-3
- src/operators/rewire.c+101-101
- src/operators/rewire_internal.h+1-1
- src/spatial/convex_hull.c+188
- tests/CMakeLists.txt+2-1
- tests/benchmarks/igraph_average_path_length_unweighted.c+1-1
- tests/unit/community_walktrap.c+10-26
- tests/unit/igraph_convex_hull_2d.c+2-2
- tests/unit/igraph_convex_hull_2d.out
- tests/unit/igraph_modularity.c+13
- tests/unit/igraph_product.c+25
- tests/unit/igraph_rewire.c+3-3
- tests/unit/igraph_rooted_product.c+115
- tests/unit/levc-stress.c+3-3
0 commit comments