You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- GraphML deserialization extensions now work on IMutableVertexAndEdgeSet rather than IMutableVertexAndEdgeListGraph (allow deserialization on undirected graph).
34
+
- Update package dependencies.
35
+
36
+
Misc:
37
+
- Add target to reduce dependencies in some cases.</PackageReleaseNotes>
- Fix the serialization implementation of UndirectedGraph, ArrayUndirectedGraph and UndirectedBidirectionalGraph.
40
-
- Fix A* implementation to also compute cost on tree edge.
41
-
37
+
<PackageReleaseNotes>➟ Release 2.4.0
42
38
Updates:
43
-
- Remove some serializable attributes from algorithms and predicates classes (homognization).
44
-
- Remove serializable attributes from delegate graphs implementations.
45
-
- All QuikGraph exceptions can be constructed with a custom message and an eventual inner exception.
46
-
- CompressedSparseRowGraph also implements IEdgeListGraph interface.
47
-
- EquateGraphs.Equate helpers now supports a wider range of graph comparisons.
39
+
- Vertices and edges removal notifications from AdjacencyGraph, EdgeListGraph, BidirectionalGraph and UndirectedGraph are more consistent.
40
+
41
+
Optims:
42
+
- Optimize vertices and/or edges removal operations on AdjacencyGraph, BidirectionalGraph, BidirectionalMatrixGraph, ClusteredAdjacencyGraph and UndirectedGraph.
48
43
49
44
New:
50
-
- Add the IDistancesCollection to interface the distance information retrieval from shortest path algorithms. Legacy accesses to distances are marked as obsolete.
45
+
- Expose a Prim relaxer.
51
46
52
47
Misc:
53
-
- Remove the dependency to System.Collections.NonGeneric for .NET Standard 1.3 target.</PackageReleaseNotes>
48
+
- Improve library documentation related to raisable exceptions.
49
+
- Remove the dependency to System.Reflection.TypeExtensions for .NET Standard 1.3 target.</PackageReleaseNotes>
0 commit comments