Graphs.jl icon indicating copy to clipboard operation
Graphs.jl copied to clipboard

Possible unintended reversion for (weighted) katz centrality?

Open ConnectedSystems opened this issue 1 year ago • 1 comments

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?

ConnectedSystems avatar Mar 09 '25 01:03 ConnectedSystems

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).

ConnectedSystems avatar Mar 09 '25 05:03 ConnectedSystems