1 |
|
|
1 |
2008-10-13 Version 1.0 released |
|
2 | 2 |
|
3 | 3 |
This is the first stable release of LEMON. Compared to the 0.x |
4 | 4 |
release series, it features a considerably smaller but more |
5 | 5 |
matured set of tools. The API has also completely revised and |
6 | 6 |
changed in several places. |
7 | 7 |
|
8 |
* The major name changes compared to the 0.x series |
|
8 |
* The major name changes compared to the 0.x series (see the |
|
9 |
Migration Guide in the doc for more details) |
|
9 | 10 |
* Graph -> Digraph, UGraph -> Graph |
10 | 11 |
* Edge -> Arc, UEdge -> Edge |
11 | 12 |
* source(UEdge)/target(UEdge) -> u(Edge)/v(Edge) |
0 comments (0 inline)