Skip to content

v0.5.1

Compare
Choose a tag to compare
@szhorvat szhorvat released this 12 Oct 15:42
· 291 commits to master since this release

v0.5.1

Changes to exsiting functions:

  • IGReverseGraph now supports non-simple graphs.
  • IGLuneBetaSkeleton is now interruptible for β < 1.

Fixes:

  • Several functions failed to check if the graph was mixed (having both directed and undirected edges). This is now corrected.
  • IGLayoutBipartite now uses partitions which are consistent with IGBipartitePartitions.

Other changes:

  • Many corrections and improvements to the documentation.