Skip to content

v0.8.5

Latest
Compare
Choose a tag to compare
@nwlandry nwlandry released this 22 Apr 20:05
· 4 commits to main since this release
  • Added the ability to draw hypergraphs and dihypergraphs as bipartite graphs, added a bipartite spring layout, and added the ability to place edge markers at the barycenters of the positions of their member nodes with the edge_positions_from _barycenters function #492 (@nwlandry).
  • Updated the documentation to include (1) new relevant software packages organized by language, (2) documentation for the encapsulation DAG, (3) new gallery examples, (4) new projects using XGI, and (5) links to the XGI JOSS paper #529 (@nwlandry).
  • More intelligible warning for unknown type of degree assortativity #533 (@doabell).
  • Formatted the numbers in the XGI-DATA table by locale #532 (@doabell).
  • Added a hypergraph random edge shuffle method #531 (@doabell).
  • Updated the return type of Katz centrality to be a dictionary and added it as a NodeStat #530 (@nwlandry).
  • Made degree_assortativity with the exact=True keyword reproducible #526 (@nwlandry).