Thanks to visit codestin.com
Credit goes to github.com

Skip to content

v0.7.3

Choose a tag to compare

@nwlandry nwlandry released this 22 Aug 17:55
· 208 commits to main since this release
  • Added the ashist() method to the stats module#452 (@nwlandry).
  • Feature: return the node collections to allow a colorbar corresponding to node colors #441 (@maximelucas).
  • Added tutorials: XGI in X minutes #415 (@thomasrobiglio).
  • Fixed an empty edge error when loading BiGG data #447 (@nwlandry).
  • Changed rho to an optional arg in the HPPM method #446 (@nwlandry).
  • Added a cleanup() method to DiHypergraph and SimplicialComplex and added a connected argument to the Hypergraph method #440 (@nwlandry).
  • Added encapsulation DAG functionality #444 (@tlarock).
  • Refactored the multilayer drawing function to be more standard and added headers to convert module #434 (@nwlandry).
  • Added the weights option to to_line_graph() function. #427 (@tlarock).
  • Added the ability for users to access the optional arguments of NetworkX layout functions. #439 (@nwlandry).
  • Fixed Issue #331 #438 (@maximelucas).
  • Refactored the draw module #435 (@maximelucas).
  • Feature: added the aspect keyword for drawing, addressing Issue #430 #432 (@maximelucas).