igraph / rigraph

igraph R package
https://r.igraph.org
555 stars 201 forks source link

chore: Update vendored sources to igraph/igraph@a9ca8a74eb8cfeefe7e46… #1550

Closed szhorvat closed 1 month ago

szhorvat commented 1 month ago

…193f7f524b2039fe20e

fix: fix handling of small vertex counts (zero and one) for centralization tmax functions docs: improve centralization docs fuzzer: use libxml2 2.13.4 [skip ci]

@krlmlr @maelle This brings a C core bugfix I made today to R/igraph. I recommend inclusion in 2.1.0. The chance for revdepcheck failures is rather low, and if they do occur, it's because other packages were expecting invalid values from igraph.

aviator-app[bot] commented 1 month ago

Current Aviator status

Aviator will automatically update this comment as the status of the PR changes. Comment /aviator refresh to force Aviator to re-examine your PR (or learn about other /aviator commands).

This PR was closed without merging. If you still want to merge this PR, re-open it.


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.
szhorvat commented 1 month ago

I included another small change.

szhorvat commented 1 month ago

I think this needs no manual merge. For as long as tests pass, the C core is now auto-updated. I forgot about this.

I'd still like to request inclusion in 2.1.0. You can close this PR once making a decision on that.

maelle commented 1 month ago

@krlmlr

krlmlr commented 1 month ago

Releasing 2.1.1 to CRAN, with the source changes from the main branch.