Hi, I'm happy to announce that GraphCentrality.jl is now available via Pkg.add(). In a nutshell, GraphCentrality.jl's current goal is to be the repository for all centrality measures relating to graphs created via the excellent Graphs.jl package. My hope is that it will eventually become part of Graphs.jl once we get a good number of measures written.
Currently, GraphCentrality contains degree (with indegree and outdegree), betweenness, and closeness centrality measures. In all cases they are faster than similar measures in the fantastic NetworkX Python package, from which GraphCentrality derives inspiration. Benchmarks are available via the README. I'm looking for help developing more centrality measures and will gratefully accept contributions. There's a TODO list that has some suggested next measures. The repo is at https://github.com/sbromberger/GraphCentrality.jl.
