Skip to content

2.4.0

Compare
Choose a tag to compare
@KeRNeLith KeRNeLith released this 03 Jul 18:50

Version 2.4.0

QuikGraph

Updates:

  • Vertices and edges removal notifications from AdjacencyGraph, EdgeListGraph, BidirectionalGraph and UndirectedGraph are more consistent.

Optims:

  • Optimize vertices and/or edges removal operations on AdjacencyGraph, BidirectionalGraph, BidirectionalMatrixGraph, ClusteredAdjacencyGraph and UndirectedGraph.

New:

  • Expose a Prim relaxer.

Misc:

  • Improve library documentation related to raisable exceptions.
  • Remove the dependency to System.Reflection.TypeExtensions for .NET Standard 1.3 target.

QuikGraph.Serialization

Updates:

  • GraphML deserialization extensions now work on IMutableVertexAndEdgeSet rather than IMutableVertexAndEdgeListGraph (allow deserialization on undirected graph).
  • Update package dependencies.

Misc:

  • Add target to reduce dependencies in some cases.

QuikGraph.Graphviz

Fixes:

  • Fix the conversion to Graphviz from delegate graph implementations.

Optims:

  • Slight optimizations.

Updates:

  • Update package dependencies.

QuikGraph.Data

Updates:

  • Update package dependencies.

QuikGraph.MSAGL

Updates:

  • Update package dependencies.

QuikGraph.Petri

Updates:

  • Update package dependencies.