|
1 | 1 | # Release notes |
2 | 2 |
|
| 3 | +## What's new in 2.5.0 July 4 2022 |
| 4 | + |
| 5 | +### QuikGraph |
| 6 | + |
| 7 | +#### Updates: |
| 8 | +* Input type for transitive closure/reduction algorithms is more open (IEdgeListGraph rather than BidirectionalGraph). |
| 9 | +* CryptoRandom no more use deprecate random number generator. |
| 10 | +* Extends algorithms using CrytoRandom by default (CyclePoppingRandomTreeAlgorithm, MarkovEdgeChainBase, MinimumVertexCoverApproximationAlgorithm). |
| 11 | + |
| 12 | +#### New: |
| 13 | +* Add cycle checking for edge set and undirected graphs (DAG - Directed Acyclic Graph check). |
| 14 | + |
| 15 | +#### Misc: |
| 16 | +* Assembly is CLS compliant (Common Language Specification). |
| 17 | + |
| 18 | +### QuikGraph.Serialization |
| 19 | + |
| 20 | +#### Fixes: |
| 21 | +* Fix fields being written several times during GraphML serialization for types with multiple inheritance layers. |
| 22 | +* Fix user data that may be skipped during GraphML deserialization. |
| 23 | +* Better handle null strings being serialized through GraphML serialization. |
| 24 | + |
| 25 | +#### Updates: |
| 26 | +* Deprecate binary serialization for targets lower than .NET Framework 4.6.1. |
| 27 | +* Update package dependencies. |
| 28 | + |
| 29 | +#### Optims: |
| 30 | +* Optimize generated method calls for GraphML serialization. |
| 31 | + |
| 32 | +#### Misc: |
| 33 | +* Add target .NET Framework 4.6.1. |
| 34 | +* Assembly is CLS compliant (Common Language Specification). |
| 35 | + |
| 36 | +### QuikGraph.Graphviz |
| 37 | + |
| 38 | +#### Updates: |
| 39 | +* Deprecate ToSvg API (underlying web service is down). |
| 40 | +* Update package dependencies. |
| 41 | + |
| 42 | +#### Misc: |
| 43 | +* Assembly is CLS compliant (Common Language Specification). |
| 44 | + |
| 45 | +### QuikGraph.Data |
| 46 | + |
| 47 | +#### Updates: |
| 48 | +* Update package dependencies. |
| 49 | + |
| 50 | +#### Misc: |
| 51 | +* Assembly is CLS compliant (Common Language Specification). |
| 52 | + |
| 53 | +### QuikGraph.MSAGL |
| 54 | + |
| 55 | +#### Updates: |
| 56 | +* Update package dependencies. |
| 57 | + |
| 58 | +#### Misc: |
| 59 | +* Assembly is CLS compliant (Common Language Specification). |
| 60 | + |
| 61 | +### QuikGraph.Petri |
| 62 | + |
| 63 | +#### Updates: |
| 64 | +* Update package dependencies. |
| 65 | + |
| 66 | +#### Misc: |
| 67 | +* Assembly is CLS compliant (Common Language Specification). |
| 68 | + |
| 69 | +--- |
| 70 | + |
| 71 | +## What's new in 2.4.0 July 3 2022 |
| 72 | + |
| 73 | +### QuikGraph |
| 74 | + |
| 75 | +#### Updates: |
| 76 | +* Vertices and edges removal notifications from AdjacencyGraph, EdgeListGraph, BidirectionalGraph and UndirectedGraph are more consistent. |
| 77 | + |
| 78 | +#### Optims: |
| 79 | +* Optimize vertices and/or edges removal operations on AdjacencyGraph, BidirectionalGraph, BidirectionalMatrixGraph, ClusteredAdjacencyGraph and UndirectedGraph. |
| 80 | + |
| 81 | +#### New: |
| 82 | +* Expose a Prim relaxer. |
| 83 | + |
| 84 | +#### Misc: |
| 85 | +* Improve library documentation related to raisable exceptions. |
| 86 | +* Remove the dependency to System.Reflection.TypeExtensions for .NET Standard 1.3 target. |
| 87 | + |
| 88 | +### QuikGraph.Serialization |
| 89 | + |
| 90 | +#### Updates: |
| 91 | +* GraphML deserialization extensions now work on IMutableVertexAndEdgeSet rather than IMutableVertexAndEdgeListGraph (allow deserialization on undirected graph). |
| 92 | +* Update package dependencies. |
| 93 | + |
| 94 | +#### Misc: |
| 95 | +* Add target to reduce dependencies in some cases. |
| 96 | + |
| 97 | +### QuikGraph.Graphviz |
| 98 | + |
| 99 | +#### Fixes: |
| 100 | +* Fix the conversion to Graphviz from delegate graph implementations. |
| 101 | + |
| 102 | +#### Optims: |
| 103 | +* Slight optimizations. |
| 104 | + |
| 105 | +#### Updates: |
| 106 | +* Update package dependencies. |
| 107 | + |
| 108 | +### QuikGraph.Data |
| 109 | + |
| 110 | +#### Updates: |
| 111 | +* Update package dependencies. |
| 112 | + |
| 113 | +### QuikGraph.MSAGL |
| 114 | + |
| 115 | +#### Updates: |
| 116 | +* Update package dependencies. |
| 117 | + |
| 118 | +### QuikGraph.Petri |
| 119 | + |
| 120 | +#### Updates: |
| 121 | +* Update package dependencies. |
| 122 | + |
| 123 | +--- |
| 124 | + |
3 | 125 | ## What's new in 2.3.1 August 30 2021 |
4 | 126 |
|
5 | 127 | ### QuikGraph.Graphviz |
|
13 | 135 | #### New: |
14 | 136 | * Add support of HTML labels. |
15 | 137 |
|
| 138 | +--- |
| 139 | + |
16 | 140 | ## What's new in 2.3.0 February 4 2021 |
17 | 141 |
|
18 | 142 | ### QuikGraph |
|
0 commit comments