2 files changed
+4
-4
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
| 9 | + | |
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| |||
725 | 725 |
| |
726 | 726 |
| |
727 | 727 |
| |
728 |
| - | |
| 728 | + | |
729 | 729 |
| |
730 | 730 |
| |
731 | 731 |
| |
|
- .all-contributorsrc+21-3
- .github/ISSUE_TEMPLATE/feature_request.md+3
- .github/workflows/codecov.yml+2-2
- .github/workflows/stimulus.yml+1-1
- ACKNOWLEDGEMENTS.md+1-1
- CHANGELOG.md+12-3
- CMakeLists.txt+8-5
- CONTRIBUTING.md+5-5
- CONTRIBUTORS.md+2
- CONTRIBUTORS.txt+3-1
- doc/cycles.xxml+1
- doc/igraph-docs.xml+1-1
- doc/installation.xml+3-3
- doc/operators.xxml+1
- doc/spatialgames.xxml+7-7
- doc/structural.xxml+3-4
- etc/cmake/CodeCoverage.cmake+2-2
- examples/simple/eigenvector_centrality.c+1-3
- fuzzing/build.sh+3-3
- include/igraph_arpack.h+1-2
- include/igraph_constants.h+4
- include/igraph_error.h+21-8
- include/igraph_microscopic_update.h+4-4
- include/igraph_operators.h+4
- include/igraph_random.h+2-3
- include/igraph_types.h+3-1
- interfaces/functions.yaml+6-2
- interfaces/types.yaml+5
- src/CMakeLists.txt+2-1
- src/centrality/betweenness.c+6-6
- src/centrality/closeness.c+3-3
- src/community/community_misc.c+1-1
- src/community/edge_betweenness.c+1-1
- src/community/spinglass/clustertool.cpp+1-1
- src/connectivity/components.c+4-1
- src/constructors/adjacency.c+1-1
- src/constructors/atlas.c+1-1
- src/constructors/basic_constructors.c+1-1
- src/constructors/famous.c+3-2
- src/constructors/full.c+2-2
- src/constructors/regular.c+3-3
- src/core/strvector.c+1-1
- src/cycles/simple_cycles.c+2-1
- src/flow/flow.c+4-4
- src/games/barabasi.c+2-2
- src/games/callaway_traits.c+1-1
- src/games/citations.c+3-3
- src/games/degree_sequence.c+190-99
- src/games/degree_sequence_vl/degree_sequence_vl.h+1-1
- src/games/degree_sequence_vl/gengraph_mr-connected.cpp+1-1
- src/games/dotproduct.c+13-4
- src/games/erdos_renyi.c+6-6
- src/games/establishment.c+1-1
- src/games/forestfire.c+1-1
- src/games/grg.c+1-1
- src/games/preference.c+3-3
- src/games/recent_degree.c+4-4
- src/games/watts_strogatz.c+3-4
- src/graph/cattributes.c+1-1
- src/graph/type_indexededgelist.c+47-33
- src/hrg/hrg.cc+4-4
- src/io/edgelist.c+1-1
- src/io/graphdb.c+17
- src/io/graphml.c+11-1
- src/io/lgl.c+3-3
- src/io/ncol.c+1-1
- src/isomorphism/isoclasses.c+1-1
- src/isomorphism/queries.c+1-1
- src/isomorphism/vf2.c+1-1
- src/layout/fruchterman_reingold.c+2-2
- src/layout/graphopt.c+5-1
- src/layout/umap.c+2-2
- src/misc/conversion.c+3-2
- src/misc/feedback_arc_set.c+2-1
- src/misc/graphicality.c+2-2
- src/misc/microscopic_update.c+4-4
- src/misc/mixing.c+3-2
- src/misc/other.c+47-2
- src/operators/connect_neighborhood.c+1-1
- src/operators/products.c+242
- src/operators/simplify.c+2-2
- src/operators/subgraph.c+3-1
- src/properties/basic_properties.c+1-1
- src/properties/complete.c+1-1
- src/properties/trees.c+15-7
- src/random/random.c+4-2
- tests/CMakeLists.txt+3-16
- tests/benchmarks/igraph_induced_subgraph.c+125
- tests/regression/igraph_read_graph_graphml_invalid_inputs.c+1
- tests/regression/invalid6.graphml+1
- tests/unit/constructor-failure.c+1-1
- tests/unit/igraph_degree_sequence_game.c+28-10
- tests/unit/igraph_deterministic_optimal_imitation.c-57
- tests/unit/igraph_moran_process.c-224
- tests/unit/igraph_product.c+243
- tests/unit/igraph_roulette_wheel_imitation.c-66
- tests/unit/igraph_stochastic_imitation.c-57
- tests/unit/paths.c+96
- tests/unit/paths.out+23
0 commit comments