-
Notifications
You must be signed in to change notification settings - Fork 249
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule igraph
updated
18 files
+9 −0 | .all-contributorsrc | |
+1 −0 | .pre-commit-config.yaml | |
+8 −5 | CHANGELOG.md | |
+1 −0 | CONTRIBUTORS.md | |
+1 −0 | CONTRIBUTORS.txt | |
+1 −0 | doc/generators.xxml | |
+1 −0 | include/igraph_constructors.h | |
+5 −0 | interfaces/functions.yaml | |
+1 −1 | src/CMakeLists.txt | |
+11 −2 | src/centrality/hub_authority.c | |
+79 −81 | src/connectivity/components.c | |
+1 −1 | src/graph/caching.c | |
+2 −2 | src/io/pajek-lexer.l | |
+350 −1 | src/misc/degree_sequence.cpp | |
+5 −0 | tests/CMakeLists.txt | |
+74 −8 | tests/unit/igraph_is_biconnected.c | |
+457 −0 | tests/unit/igraph_realize_bipartite_degree_sequence.c | |
+81 −0 | tests/unit/igraph_realize_bipartite_degree_sequence.out |