1 file changed
+1
-1
lines changed- CHANGELOG.md+14-3
- doc/adjlist.xxml+1
- doc/generators.xxml+1
- doc/iterators.xxml+1
- doc/operators.xxml+1
- doc/psumtree.xxml+1
- doc/structural.xxml+6-2
- examples/simple/cattributes3.c+1-1
- examples/simple/cattributes4.c+1-1
- examples/simple/igraph_attribute_combination.c+1-1
- examples/simple/igraph_contract_vertices.c+81
- examples/simple/igraph_is_loop.c+24-24
- examples/simple/igraph_is_loop.out+8-2
- examples/simple/igraph_simplify.c+4-4
- fuzzing/centrality.cpp+1-1
- fuzzing/linear_algos_directed.cpp+2
- include/igraph_error.h+2
- include/igraph_operators.h+3-3
- include/igraph_structural.h+3
- include/igraph_topology.h-2
- interfaces/functions.yaml+7
- src/centrality/eigenvector.c+6-2
- src/centrality/hub_authority.c+21-4
- src/connectivity/components.c+2
- src/connectivity/separators.c+1-1
- src/constructors/atlas.c+13-8
- src/constructors/trees.c+1-1
- src/core/bitset.c+1-1
- src/core/vector.pmt+10-6
- src/flow/st-cuts.c+1-1
- src/games/chung_lu.c+27-22
- src/games/degree_sequence.c+31-4
- src/games/erdos_renyi.c+111-22
- src/internal/qsort.c+4-4
- src/isomorphism/lad.c+93-112
- src/layout/sugiyama.c+3-5
- src/linalg/arpack.c+9-5
- src/misc/bipartite.c+9-7
- src/misc/cocitation.c+6-5
- src/operators/contract.c+2
- src/operators/simplify.c+11-11
- src/operators/subgraph.c+11-8
- src/properties/basic_properties.c+72-26
- src/properties/loops.c+64-5
- src/random/rng_glibc2.c+8-8
- src/random/rng_mt19937.c+8-8
- src/random/rng_pcg32.c+8-8
- src/random/rng_pcg64.c+8-8
- tests/CMakeLists.txt+3
- tests/benchmarks/lad.c+50
- tests/unit/assortativity.c+1-1
- tests/unit/cattributes5.c+1-1
- tests/unit/erdos_renyi_game_gnm.c+2-2
- tests/unit/erdos_renyi_game_gnp.c+5-15
- tests/unit/igraph_betweenness.c+1-1
- tests/unit/igraph_betweenness_subset.c+1-1
- tests/unit/igraph_maximal_cliques.c+1-1
- tests/unit/igraph_mean_degree.c+59
- tests/unit/igraph_modularity.c+1-1
- tests/unit/igraph_preference_game.c+2-17
0 commit comments