1 |
2009-01-23 Version 1.0.2 released |
|
2 |
|
|
3 |
Bugfix release. |
|
4 |
|
|
5 |
#193: Bugfix in GraphReader::skipSection() |
|
6 |
#195: Bugfix in ConEdgeIt() |
|
7 |
#197: Bugfix in heap unionfind |
|
8 |
* This bug affects Edmond's general matching algorithms. |
|
9 |
(Not available in this release.) |
|
10 |
#207: Fix 'make install' without 'make html' using CMAKE |
|
11 |
#208: Suppress or fix VS2008 compilation warnings |
|
12 |
----: Update the LEMON icon |
|
13 |
----: Enable the component-based installer |
|
14 |
(in installers made by CPACK) |
|
15 |
----: Set the proper version for CMAKE in the tarballs |
|
16 |
(made by autotools). |
|
17 |
|
|
1 | 18 |
2008-12-06 Version 1.0.1 released |
2 | 19 |
|
3 | 20 |
Bugfix release. |
4 | 21 |
|
5 | 22 |
#170: Bugfix SmartDigraph::split() |
6 | 23 |
#171: Bugfix in SmartGraph::restoreSnapshot() |
7 | 24 |
#172: Extended test cases for graphs and digraphs |
8 | 25 |
#173: Bugfix in Random |
9 | 26 |
* operator()s always return a double now |
10 | 27 |
* the faulty real<Num>(Num) and real<Num>(Num,Num) |
11 | 28 |
have been removed |
12 | 29 |
#187: Remove DijkstraWidestPathOperationTraits |
13 | 30 |
#61: Bugfix in DfsVisit |
14 | 31 |
|
15 | 32 |
2008-10-13 Version 1.0 released |
16 | 33 |
|
17 | 34 |
This is the first stable release of LEMON. Compared to the 0.x |
18 | 35 |
release series, it features a considerably smaller but more |
19 | 36 |
matured set of tools. The API has also completely revised and |
20 | 37 |
changed in several places. |
21 | 38 |
|
22 | 39 |
* The major name changes compared to the 0.x series (see the |
23 | 40 |
Migration Guide in the doc for more details) |
24 | 41 |
* Graph -> Digraph, UGraph -> Graph |
0 comments (0 inline)