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
+17-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Release notes
2
2
3
-
## What's new in 2.2.0 June 7 2020and June 11 2020
3
+
## What's new in 2.2.0 June 7 2020, June 11 2020 and June 18 2020
4
4
5
5
### QuikGraph
6
6
@@ -24,6 +24,22 @@
24
24
* Fully document library.
25
25
* Use JetBrains annotations all over the library as much as possible.
26
26
27
+
### QuikGraph.MSAGL
28
+
29
+
Migrate the library from GLEE to [MSAGL](https://www.microsoft.com/en-us/research/project/microsoft-automatic-graph-layout) (MSAGL is the successor of GLEE).
30
+
31
+
#### Fixes:
32
+
* Fix typo in populator algorithm.
33
+
* Fix a bug when converting undirected graph to MSAGL graph.
34
+
35
+
### API Breaks
36
+
* Some public API breaks (but should remain simple to do a migration).
37
+
38
+
#### Misc:
39
+
* Clean the library code.
40
+
* Fully document library.
41
+
* Use JetBrains annotations all over the library as much as possible.
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
+
34
+
Fixes:
35
+
- Fix typo in populator algorithm.
36
+
- Fix a bug when converting undirected graph to MSAGL graph.
37
+
38
+
Misc:
39
+
- Clean the library code.
40
+
- Fully document library.
41
+
- Use JetBrains annotations all over the library as much as possible.</PackageReleaseNotes>
0 commit comments