-
-
Notifications
You must be signed in to change notification settings - Fork 203
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Update vendored sources to igraph/igraph@03760a0
feat: allow NULL for cut_prob parameter of motif finding functions closes igraph/igraph#2555 docs: fix inaccuracy/typo in feedback_vertex_set() docs [skip ci] fuzzer: update to libxml2 2.13.3 [skip ci] chore: spelling in changelog [skip ci] ci: temporarily disable ppc64 and s390x builds on Travis as the Travis infrastructure is currently broken chore: bump cmake policy max fix: fix type of result argument in igraph_feedback_vertex_set() chore: update changelog feat: igraph_feedback_vertex_set() refactor: refer to igraph in a uniform way in headers, and minor code cleanup doc: fix typo [skip ci] chore: clarifying comment for cycle finding [skip ci] refactor: work around GCC warning in feedback arc set implementation chore: add missing copyright header to new feedback arc set test ci: disable emulated checks on push; they can be started manually instead ci: test on multiple architectures using emulation refactor: further minor cleanup in feedback arc set refactor: clean up Eades algorithm implementation for feedback arc set refactor: rename IGRAPH_FAS_EXACT_IP_TO to IGRAPH_FAS_EXACT_IP_TI and expand docs fix: feedback_arc_set() now disallows non-finite weights chore: update changelog feat: much faster exact minimum feedback arc set finding feat: igraph_find_cycle() feat: igraph_bitset_update() chore: update changelog [skip ci] feat: igraph_vector_reverse_section() and igraph_vector_rotate_left() feat: igraph_strvector_swap_elements() fix: the documented igraph_strvector_resize_min() was missing from headers fix: memory cleanup order in Pajek reader chore: code formatting [skip ci] fix: Pajek reader warns about duplicate vertex IDs, fixes igraph/igraph#2416 refactor: minor cleanup in DIMACS flow writer chore: update changelog [skip ci] refactor: rename vector_contains() parameter in header as well refactor: rename parameter in vector_contains() for consistency deprecate: `igraph_vector_binsearch2()` is deprecated in favour of `igraph_vector_contains_sorted()` deprecate: `igraph_vector_qsort_ind()` is deprecated in favour of `igraph_vector_sort_ind()`, closes igraph/igraph#2616 ci: more colour fix: remove macros referencing non-existent vector_list_t types, refs igraph/igraph#2662 refactor: clean up igraph_compose() test: test igraph_malloc() test: memory allocation tests doc: clean up memory allocation docs, fix non-included section refactor: make variables more local in UMAP fix: restore functionality of UMAP_DEBUG chore: update changelog fix: add missing error check in UMAP fix: properly center UMAP layout in 3D refactor: readability cleanup in UMAP code fix: crash in igraph_layout_umap() when passing distances == NULL and distance_are_weights == true refactor: adjlist_has_edge / adjlist_replace_edge cleanup refactor: igraph_set_t formatting nitpicks refactor: better error message in rewire() refactor: more cleanup in fr layout fuzzing: add misc_algos_weighted fuzzer which was already on the develop branch refactor: readability and header fix in umap implementation refactor: readability in kk and fr layout implementations doc: doc improvements for chung_lu and watts_strogatz chore: fix typos in changelog [skip ci] doc: document vector_is_equal() ref igraph/igraph#2653 deprecate: igraph_array3_t refactor: config header cleanup ci: attempt to fix manual branch selection for coverity run again test: fix memory leak in igraph_modularity() test ci: fix manual selection of branch for coverity workflow fix: memory leak introduced with previous fixes chore: update changelog chore: fix typo in parameter name fix: add missing error check fix: null-dereference in community_optimal_modularity() when passing the null or singleton graph, requesting modularity, but not requesting membership fix: null-dereference in igraph_community_voronoi() when membership == NULL and modularity != NULL fix: igraph_modularity() no longer allows NULL for 'modularity' as this is pointless and wasn't working correctly anyway doc: documentation nitpicks and standardization chore: update changelog [skip ci] fix: work around potential infinite loop in igraph_community_multilevel() by repeated re-randomization of the vertex processing order fixes igraph/igraph#2650 fuzzer: use libxml2 2.13.2 [skip ci] doc: fix typos in shortest paths docs chore: update changelog [skip ci] bench: fix memory leak in igraph_tree_game() benchmark bench: fix memory leak in induced_subgraph_edges() benchmark bench: minor cleanup and copyright headers bench: add Leiden, Louvain community detection benchmark chore: fix typo in changelog [skip ci] chore: fix copyright headers in bitset source files doc: improve bitset docs chore: update changelog [skip ci] doc: update old reference to deprecated function doc: some improved doc formatting chore: stylistic nitpick [skip ci] doc: fix misformatting in bitset docs that prevented the inclusion of a doc line doc: remove mention of long-remove stack_ptr_t ci: move coverity over to develop refactor: deprecate igraph_minimum_spanning_tree_(prim|unweighted)() chore: correct Zenodo DOI chore: Delete CODE_OF_CONDUCT.md (igraph/igraph#2645) doc: commnity detection doc polish doc: fix typo [skip ci] interface: add default variant for Floyd-Warshall chore: fix typo in docs [skip ci]
- Loading branch information
Showing
92 changed files
with
2,141 additions
and
1,201 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.