Skip to content

v0.5.7

Compare
Choose a tag to compare
@nwlandry nwlandry released this 13 Apr 18:55
· 168 commits to main since this release
  • Changed the organization name to xgi-org and removed codecov from the test requirements file #334 (@nwlandry).
  • Fix: improved the degree_counts documentation #329 (@maximelucas).
  • Added the maximal() method to EdgeView, removed the maximal_simplices() method, and removed a bug from the duplicates() method #324 (@nwlandry).
  • Fix: documented max_order in add_simplices_from() #328 (@maximelucas).
  • Restructured folder for the generators and linalg modules #321 (@maximelucas).
  • Added 3 clustering coefficient definitions to the algorithms module as well as to NodeStats #316 (@nwlandry).
  • Added the ability to choose whether to output the index-to-ID mappings from to_bipartite_graph() method. Fixes #322 #323 (@leotrs).
  • Added the ability to draw hypergraphs with hyperedges as convex hulls #320 (@thomasrobiglio).