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
Copy file name to clipboardexpand all lines: RELEASE_NOTES.md
+54
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,59 @@
1
1
# Release notes
2
2
3
+
## What's new in 2.3.0 February 4 2021
4
+
5
+
### QuikGraph
6
+
7
+
#### Fixes:
8
+
* Fix the serialization implementation of UndirectedGraph, ArrayUndirectedGraph and UndirectedBidirectionalGraph.
9
+
* Fix A\* implementation to also compute cost on tree edge.
10
+
11
+
#### Updates:
12
+
* Remove some serializable attributes from algorithms and predicates classes (homognization).
13
+
* Remove serializable attributes from delegate graphs implementations.
14
+
* All QuikGraph exceptions can be constructed with a custom message and an eventual inner exception.
15
+
* CompressedSparseRowGraph also implements IEdgeListGraph interface.
16
+
* EquateGraphs.Equate helpers now supports a wider range of graph comparisons.
17
+
18
+
#### New:
19
+
* Add the IDistancesCollection to interface the distance information retrieval from shortest path algorithms. Legacy accesses to distances are marked as obsolete.
20
+
21
+
#### Misc:
22
+
* Remove the dependency to System.Collections.NonGeneric for .NET Standard 1.3 target.
23
+
24
+
### QuikGraph.Serialization
25
+
26
+
#### Updates:
27
+
* Update package dependencies.
28
+
29
+
### QuikGraph.Graphviz
30
+
31
+
#### Updates:
32
+
* Update package dependencies.
33
+
34
+
#### New:
35
+
* Make all Dot structures serializable.
36
+
37
+
### QuikGraph.Data
38
+
39
+
#### Updates:
40
+
* Update package dependencies.
41
+
42
+
### QuikGraph.MSAGL
43
+
44
+
#### Fixes:
45
+
* Update reference to AutomaticGraphLayout packages in order to fix assembly strong naming issues.
Rework the original QuickGraph.Glee module into QuikGraph.MSAGL (MSAGL is the successor of GLEE). This make possible to use the bridge from QuikGraph to MSAGL.
33
-
31
+
<PackageReleaseNotes>➟ Release 2.3.0
34
32
Fixes:
35
-
- Fix typo in populator algorithm.
36
-
- Fix a bug when converting undirected graph to MSAGL graph.
33
+
- Update reference to AutomaticGraphLayout packages in order to fix assembly strong naming issues.
37
34
38
-
Misc:
39
-
- Clean the library code.
40
-
- Fully document library.
41
-
- Use JetBrains annotations all over the library as much as possible.</PackageReleaseNotes>
- Fix the serialization implementation of UndirectedGraph, ArrayUndirectedGraph and UndirectedBidirectionalGraph.
40
+
- Fix A* implementation to also compute cost on tree edge.
41
+
42
+
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.
48
+
38
49
New:
39
-
- Use signing key to strong name library assemby.</PackageReleaseNotes>
50
+
- Add the IDistancesCollection to interface the distance information retrieval from shortest path algorithms. Legacy accesses to distances are marked as obsolete.
51
+
52
+
Misc:
53
+
- Remove the dependency to System.Collections.NonGeneric for .NET Standard 1.3 target.</PackageReleaseNotes>
0 commit comments