Skip to content

v0.1.2

Compare
Choose a tag to compare
@perimosocordiae perimosocordiae released this 08 Sep 19:34
· 11 commits to master since this release

This minor release includes:

  • a new construction method: graphs.construction.urquhart_graph()
  • a weighted option for graphs.construction.b_matching()
  • a metric option for graphs.construction.neighbor_graph()/nearest_neighbors(), and a soft deprecation of the precomputed kwarg
  • smarter dispatching logic and more kwargs for the Graph.shortest_path() method
  • documentation fixes
  • more consistent use of warnings and errors
  • tweaks to the default graph visualization style