Commit 709b2c6
2 files changed
+9
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
3 | 9 | | |
4 | 10 | | |
5 | 11 | | |
| |||
21 | 27 | | |
22 | 28 | | |
23 | 29 | | |
| 30 | + | |
| 31 | + | |
24 | 32 | | |
25 | 33 | | |
26 | 34 | | |
| |||
- .github/workflows/arch-emu.yml+4-4
- .github/workflows/build-cmake.yml+5-5
- .github/workflows/cifuzz.yml+2-2
- .github/workflows/codecov.yml+1-1
- .github/workflows/codeql-analysis.yml+8-5
- .github/workflows/coverity.yml+1-1
- .github/workflows/stimulus.yml+1-1
- CHANGELOG.md+75-66
- azure-pipelines.yml+9-9
- doc/installation.xml+9
- etc/cmake/compilers.cmake+11
- etc/cmake/summary.cmake+4-1
- fuzzing/build.sh+3-3
- interfaces/functions.yaml+31-8
- src/CMakeLists.txt+1-1
- src/centrality/betweenness.c+2-2
- src/centrality/closeness.c+2-2
- src/centrality/hub_authority.c+1-1
- src/community/community_misc.c+5-8
- src/community/infomap.cpp+8-7
- src/community/louvain.c+2-2
- src/community/spinglass/clustertool.cpp+6-6
- src/constructors/de_bruijn.c+2-2
- src/constructors/generalized_petersen.c+6-6
- src/core/matrix.pmt+8-8
- src/core/vector.pmt+3-9
- src/flow/st-cuts.c+8-8
- src/games/degree_sequence.c+3-3
- src/games/static_fitness.c+2-2
- src/graph/attributes.c+12-11
- src/graph/graph_list.c+1-1
- src/layout/large_graph.c+1-1
- src/linalg/lapack.c+1-1
- src/misc/bipartite.c+10-8
- src/misc/cocitation.c+6-6
- src/misc/conversion.c+5-5
- src/misc/motifs.c+51-51
- src/misc/power_law_fit.c+1-1
- src/operators/compose.c+1-1
- src/operators/connect_neighborhood.c+2-2
- src/operators/contract.c+2-2
- src/paths/simple_paths.c+2-2
- src/properties/girth.c+23-22
- src/spatial/beta_skeleton.cpp+5-5
- src/spatial/nearest_neighbor.cpp+1-1
- tests/unit/community_indexing.c+8-3
- tests/unit/igraph_community_infomap.c+12
- tests/unit/igraph_i_umap_fit_ab.o-8
- tests/unit/igraph_i_umap_fit_ab.out+8
- tests/unit/null_communities.c+15-5
- vendor/f2c/s_cat.c+2-1
- vendor/f2c/s_copy.c+4-2
- vendor/infomap/src/core/BiasedMapEquation.cpp+2
- vendor/infomap/src/core/BiasedMapEquation.h+2
- vendor/infomap/src/core/InfomapBase.h+3
- vendor/infomap/src/core/InfomapOptimizer.h+2
- vendor/infomap/src/core/InfomapOptimizerBase.h+2
- vendor/infomap/src/core/MapEquation.h+2
- vendor/infomap/src/core/MemMapEquation.cpp+2
- vendor/infomap/src/core/MemMapEquation.h+2
- vendor/infomap/src/core/MetaMapEquation.cpp+2
- vendor/infomap/src/core/MetaMapEquation.h+2
- vendor/infomap/src/io/ProgramInterface.cpp+21
- vendor/infomap/src/io/ProgramInterface.h+6
- vendor/infomap/src/utils/Log.h+10-3
- vendor/nanoflann/nanoflann.hpp+500-427
- vendor/qhull/CHANGES.md+3-1
- vendor/qhull/libqhull_r/usermem_r.c+6-1
0 commit comments