[med-svn] [Git][med-team/igraph][upstream] 2 commits: New upstream version 0.10.16
Jérôme Benoit (@calculus)
gitlab at salsa.debian.org
Sat Jun 14 22:52:11 BST 2025
Jérôme Benoit pushed to branch upstream at Debian Med / igraph
Commits:
d03abe4e by Jerome Benoit at 2025-06-14T19:23:02+02:00
New upstream version 0.10.16
- - - - -
27e566c5 by Jerome Benoit at 2025-06-14T19:23:25+02:00
New upstream version 0.10.16+ds
- - - - -
145 changed files:
- ACKNOWLEDGEMENTS.md
- CHANGELOG.md
- CMakeLists.txt
- CONTRIBUTING.md
- CONTRIBUTORS.md
- CONTRIBUTORS.txt
- IGRAPH_VERSION
- doc/cycles.xxml
- doc/igraph-docs.xml
- doc/installation.xml
- doc/motifs.xxml
- doc/operators.xxml
- doc/random.xxml
- doc/spatialgames.xxml
- doc/structural.xxml
- etc/cmake/CodeCoverage.cmake
- examples/simple/eigenvector_centrality.c
- examples/simple/igraph_assortativity_degree.out
- examples/simple/igraph_assortativity_nominal.out
- include/igraph_arpack.h
- include/igraph_constants.h
- include/igraph_error.h
- include/igraph_microscopic_update.h
- include/igraph_motifs.h
- include/igraph_operators.h
- include/igraph_random.h
- include/igraph_types.h
- include/igraph_vector_pmt.h
- interfaces/functions.yaml
- interfaces/types.yaml
- src/CMakeLists.txt
- src/centrality/betweenness.c
- src/centrality/closeness.c
- src/cliques/cliques.c
- src/cliques/maximal_cliques.c
- src/cliques/maximal_cliques_template.h
- src/community/community_misc.c
- src/community/edge_betweenness.c
- src/community/modularity.c
- src/community/spinglass/NetDataTypes.h
- src/community/spinglass/clustertool.cpp
- src/connectivity/components.c
- src/constructors/adjacency.c
- src/constructors/atlas.c
- src/constructors/basic_constructors.c
- src/constructors/famous.c
- src/constructors/full.c
- src/constructors/regular.c
- src/core/bitset.c
- src/core/bitset_list.c
- src/core/matrix.pmt
- src/core/strvector.c
- src/core/vector.pmt
- src/cycles/simple_cycles.c
- src/flow/flow.c
- src/games/barabasi.c
- src/games/callaway_traits.c
- src/games/citations.c
- src/games/degree_sequence.c
- src/games/degree_sequence_vl/degree_sequence_vl.h
- src/games/degree_sequence_vl/gengraph_mr-connected.cpp
- src/games/dotproduct.c
- src/games/erdos_renyi.c
- src/games/establishment.c
- src/games/forestfire.c
- src/games/grg.c
- src/games/preference.c
- src/games/recent_degree.c
- src/games/watts_strogatz.c
- src/graph/cattributes.c
- src/graph/type_indexededgelist.c
- src/hrg/hrg.cc
- src/hrg/hrg_types.cc
- src/io/edgelist.c
- src/io/graphdb.c
- src/io/graphml.c
- src/io/lgl.c
- src/io/ncol.c
- src/isomorphism/isoclasses.c
- src/isomorphism/queries.c
- src/isomorphism/vf2.c
- src/layout/fruchterman_reingold.c
- src/layout/graphopt.c
- src/layout/kamada_kawai.c
- src/layout/mds.c
- src/layout/sugiyama.c
- src/layout/umap.c
- src/linalg/blas.c
- src/math/safe_intop.c
- src/misc/bipartite.c
- src/misc/chordality.c
- src/misc/conversion.c
- src/misc/cycle_bases.c
- src/misc/feedback_arc_set.c
- src/misc/graphicality.c
- src/misc/microscopic_update.c
- src/misc/mixing.c
- src/misc/other.c
- src/operators/connect_neighborhood.c
- + src/operators/products.c
- src/operators/rewire.c
- src/operators/simplify.c
- src/operators/subgraph.c
- src/paths/histogram.c
- src/paths/shortest_paths.c
- src/properties/basic_properties.c
- src/properties/complete.c
- src/properties/neighborhood.c
- src/properties/trees.c
- src/properties/triangles.c
- src/properties/triangles_template.h
- src/properties/triangles_template1.h
- src/random/random.c
- tests/CMakeLists.txt
- + tests/benchmarks/igraph_induced_subgraph.c
- tests/benchmarks/igraph_transitivity.c
- + tests/benchmarks/modularity.c
- tests/regression/igraph_read_graph_graphml_invalid_inputs.c
- + tests/regression/invalid6.graphml
- tests/unit/constructor-failure.c
- tests/unit/efficiency.c
- tests/unit/igraph_adjacent_triangles.c → tests/unit/igraph_count_adjacent_triangles.c
- tests/unit/igraph_adjacent_triangles.out → tests/unit/igraph_count_adjacent_triangles.out
- tests/unit/igraph_degree_sequence_game.c
- − tests/unit/igraph_deterministic_optimal_imitation.c
- tests/unit/igraph_get_shortest_path_astar.c
- tests/unit/igraph_modularity_matrix.c
- tests/unit/igraph_modularity_matrix.out
- − tests/unit/igraph_moran_process.c
- tests/unit/igraph_neighborhood.c
- tests/unit/igraph_neighborhood.out
- tests/unit/igraph_neighborhood_graphs.c
- tests/unit/igraph_neighborhood_graphs.out
- tests/unit/igraph_neighborhood_size.c
- tests/unit/igraph_neighborhood_size.out
- + tests/unit/igraph_product.c
- tests/unit/igraph_rng_get_integer.c
- − tests/unit/igraph_roulette_wheel_imitation.c
- − tests/unit/igraph_stochastic_imitation.c
- tests/unit/maximal_cliques_callback.c
- + tests/unit/paths.c
- + tests/unit/paths.out
- tests/unit/random_sampling.c
- tests/unit/vector4.c
- tests/unit/vector4.out
The diff was not included because it is too large.
View it on GitLab: https://salsa.debian.org/med-team/igraph/-/compare/8a1af5060df011ff2db70b67941dda89e6e7bfd6...27e566c5bd3727a7f13b20c6e672232914318139
--
View it on GitLab: https://salsa.debian.org/med-team/igraph/-/compare/8a1af5060df011ff2db70b67941dda89e6e7bfd6...27e566c5bd3727a7f13b20c6e672232914318139
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20250614/ef352ba3/attachment.htm>
More information about the debian-med-commit
mailing list