Skip to content

v1.0.12

Latest

Choose a tag to compare

@rich-iannone rich-iannone released this 27 Apr 20:37
39ee595
  • The minimum R version is now 4.1 to reflect usage of the native pipe operator |>.

  • Fixed get_leverage_centrality() which erroneously passed the full degree vector instead of a single vertex index to igraph::neighbors() (#538). (#541)

  • Fixed get_authority_centrality() and get_eigenvector_centrality() to safely call igraph::hits_scores() and handle the igraph v2+ authority/hub API (#537). (#542)

  • Fixed GML import to correctly apply edge labels (#535). (#543)

  • Fixed grViz() to correctly pass options to Viz() (#519). (@cderv, #530)

  • Fixed edge attribute generation logic when edge attributes are empty strings. (#521)

  • Migrated all examples and internal code from %>% to the native pipe |>. (#540)