-
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 toigraph::neighbors()(#538). (#541) -
Fixed
get_authority_centrality()andget_eigenvector_centrality()to safely calligraph::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 toViz()(#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)