-
-
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@a166195
chore: updated changelog chore: updated changelog chore: run pre-commit hooks chore: bump VERSION property in shared library fix: fix self-loops handling during simple cycle detection, closes igraph/igraph#2692 Revert "fix: temporary fix for simple cycle search mishandling self-loops, ref igraph/igraph#2692" fix: temporary fix for simple cycle search mishandling self-loops, ref igraph/igraph#2692 test: minimum cycle length for igraph_simple_cycles() refactor: do not use vector_get() in simple cycle finder refactor: cleaner parameter ordering in igraph_i_simple_cycles_circuit() refactor: support specifying a minimum cycle length in `igraph_simple_cycles()` interface: loops=True default for igraph_degree() chore: updated contributors list
- Loading branch information
Showing
12 changed files
with
167 additions
and
121 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
Oops, something went wrong.