-
-
Notifications
You must be signed in to change notification settings - Fork 203
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: expose find_cycle()
#1571
base: main
Are you sure you want to change the base?
Conversation
Current Aviator status
This pull request is currently open (not queued). How to mergeTo merge this PR, comment
See the real-time status of this PR on the
Aviator webapp.
Use the Aviator Chrome Extension
to see the status of your PR within GitHub.
|
Need to merge #1568 to deal with the CI failure. |
d50bd51
to
999e3a6
Compare
@krlmlr After rebasing and fixing an example, tests pass now. Merging this will allow me to expose |
999e3a6
to
f3d62af
Compare
interface: default OUT mode for igraph_find_cycle() refactor: better error reporting for igraph_find_cycle() chore: some copyright header cleanup in public headers refactor: minor readability improvements fix: add some missing IGRAPH_CHECKs refactor: minor readability cleanup in matching functions fix: `igraph_bipartite_projection_size()` now validates the bipartite `types` vector chore: fix some spelling mistakes refactor: minor readability cleanup in igraph_decompose() doc: more documentation improvements doc: several documentation improvements and cross-referencing chore: fix typo in error message docs: community_optimal_modulairty() does support directed graphs chore: do not warn about unknown warning options with legacy Intel compiler fix: validate sample size in igraph_motifs_randesu_estimate() chore: fix typo in comment
f3d62af
to
c0df132
Compare
Closes #1471