Graphs.jl
Graphs.jl copied to clipboard
Possible unintended reversion for (weighted) katz centrality?
Katz Centrality is restricted to bool types which prevents use with weighted graphs, an issue that was previously raised in LightGraphs.jl
https://github.com/sbromberger/LightGraphs.jl/issues/1423
That particular issue was resolved by https://github.com/sbromberger/LightGraphs.jl/pull/1428 but the resolution does not seem to have made it over in the transition to Graphs.jl
Is there a reason for this?
It seems that the PR that marked https://github.com/sbromberger/LightGraphs.jl/issues/1423 as resolved never provided support for weighted graphs (e.g., SimpleWeightedDiGraphs) but directed graphs (SimpleDiGraphs).