Skip to content

v0.2.1

Compare
Choose a tag to compare
@szhorvat szhorvat released this 06 Jun 12:22
· 1442 commits to master since this release

This is a bugfix release. The following changes require special mention:

  • IGFeedbackArcSet could return wrong results for some graphs. This is now fixed.
  • The "RemovedEdges" property returned by IGCommunitiesEdgeBetweenness could be incorrect for some graphs. This is now fixed. Other properties were not affected.
  • The Hierarchical Clustering package is no longer auto-loaded by IGraph/M to avoid shadowing DistanceMatrix, a new builtin added in Mathematica 10.3. Load this package manually (<<HierarchicalClustering``) to work with the "HierarchicalClusters"property ofIGClusterData` objects.

A number of other small bugs were also fixed.