alpar@545
|
1 |
2009-05-05 Version 1.0.4 released
|
alpar@545
|
2 |
|
alpar@545
|
3 |
Bugfix release.
|
alpar@545
|
4 |
|
alpar@545
|
5 |
#274,#280: Install lemon/config.h and fix its bad include by core.h
|
alpar@545
|
6 |
#275: Prefix macro names with LEMON_ in lemon/config.h
|
alpar@545
|
7 |
----: Small script for making the release tarballs added
|
alpar@545
|
8 |
----: Minor improvement in unify-sources.sh (a76f55d7d397)
|
alpar@545
|
9 |
|
alpar@534
|
10 |
2009-03-27 LEMON joins to the COIN-OR initiative
|
alpar@534
|
11 |
|
alpar@534
|
12 |
COIN-OR (Computational Infrastructure for Operations Research,
|
alpar@534
|
13 |
http://www.coin-or.org) project is an initiative to spur the
|
alpar@534
|
14 |
development of open-source software for the operations research
|
alpar@534
|
15 |
community.
|
alpar@534
|
16 |
|
alpar@532
|
17 |
2009-03-26 Version 1.0.3 released
|
alpar@532
|
18 |
|
alpar@532
|
19 |
Bugfix release, mainly targeting better AIX/xlC and WIN32
|
alpar@532
|
20 |
compatibility.
|
alpar@532
|
21 |
|
alpar@532
|
22 |
----: Minor clarification in the LICENSE file
|
alpar@532
|
23 |
----: Add missing unistd.h include to time_measure.h
|
alpar@532
|
24 |
#204: Compilation bug fixed in graph_to_eps.h with VS2005
|
alpar@532
|
25 |
#214,#215: windows.h is never be included by lemon headers
|
alpar@532
|
26 |
#230: Build systems check the availability of 'long long' type
|
alpar@532
|
27 |
#229: Default implementation of Tolerance<> is used for integer types
|
alpar@532
|
28 |
#211,#212: Various fixes for compiling on AIX
|
alpar@532
|
29 |
----: Improvements in CMAKE config
|
alpar@532
|
30 |
- docs is installed in share/doc/
|
alpar@532
|
31 |
- detects newer versions of Ghostscript
|
alpar@532
|
32 |
#239: Fix missing 'inline' specifier in time_measure.h
|
alpar@532
|
33 |
|
alpar@505
|
34 |
2009-01-23 Version 1.0.2 released
|
alpar@505
|
35 |
|
alpar@505
|
36 |
Bugfix release.
|
alpar@505
|
37 |
|
alpar@505
|
38 |
#193: Bugfix in GraphReader::skipSection()
|
alpar@505
|
39 |
#195: Bugfix in ConEdgeIt()
|
alpar@505
|
40 |
#197: Bugfix in heap unionfind
|
alpar@505
|
41 |
* This bug affects Edmond's general matching algorithms.
|
alpar@505
|
42 |
(Not available in this release.)
|
alpar@505
|
43 |
#207: Fix 'make install' without 'make html' using CMAKE
|
alpar@505
|
44 |
#208: Suppress or fix VS2008 compilation warnings
|
alpar@505
|
45 |
----: Update the LEMON icon
|
alpar@505
|
46 |
----: Enable the component-based installer
|
alpar@505
|
47 |
(in installers made by CPACK)
|
alpar@505
|
48 |
----: Set the proper version for CMAKE in the tarballs
|
alpar@505
|
49 |
(made by autotools).
|
alpar@505
|
50 |
|
alpar@440
|
51 |
2008-12-06 Version 1.0.1 released
|
alpar@440
|
52 |
|
alpar@440
|
53 |
Bugfix release.
|
alpar@440
|
54 |
|
alpar@440
|
55 |
#170: Bugfix SmartDigraph::split()
|
alpar@440
|
56 |
#171: Bugfix in SmartGraph::restoreSnapshot()
|
alpar@440
|
57 |
#172: Extended test cases for graphs and digraphs
|
alpar@440
|
58 |
#173: Bugfix in Random
|
alpar@440
|
59 |
* operator()s always return a double now
|
alpar@440
|
60 |
* the faulty real<Num>(Num) and real<Num>(Num,Num)
|
alpar@440
|
61 |
have been removed
|
alpar@440
|
62 |
#187: Remove DijkstraWidestPathOperationTraits
|
alpar@440
|
63 |
#61: Bugfix in DfsVisit
|
alpar@440
|
64 |
|
alpar@322
|
65 |
2008-10-13 Version 1.0 released
|
alpar@262
|
66 |
|
alpar@262
|
67 |
This is the first stable release of LEMON. Compared to the 0.x
|
alpar@262
|
68 |
release series, it features a considerably smaller but more
|
alpar@262
|
69 |
matured set of tools. The API has also completely revised and
|
alpar@262
|
70 |
changed in several places.
|
alpar@262
|
71 |
|
alpar@322
|
72 |
* The major name changes compared to the 0.x series (see the
|
alpar@322
|
73 |
Migration Guide in the doc for more details)
|
alpar@262
|
74 |
* Graph -> Digraph, UGraph -> Graph
|
alpar@262
|
75 |
* Edge -> Arc, UEdge -> Edge
|
alpar@262
|
76 |
* source(UEdge)/target(UEdge) -> u(Edge)/v(Edge)
|
alpar@262
|
77 |
* Other improvements
|
alpar@262
|
78 |
* Better documentation
|
alpar@262
|
79 |
* Reviewed and cleaned up codebase
|
alpar@262
|
80 |
* CMake based build system (along with the autotools based one)
|
alpar@262
|
81 |
* Contents of the library (ported from 0.x)
|
alpar@262
|
82 |
* Algorithms
|
alpar@262
|
83 |
* breadth-first search (bfs.h)
|
alpar@262
|
84 |
* depth-first search (dfs.h)
|
alpar@262
|
85 |
* Dijkstra's algorithm (dijkstra.h)
|
alpar@262
|
86 |
* Kruskal's algorithm (kruskal.h)
|
alpar@262
|
87 |
* Data structures
|
alpar@262
|
88 |
* graph data structures (list_graph.h, smart_graph.h)
|
alpar@262
|
89 |
* path data structures (path.h)
|
alpar@262
|
90 |
* binary heap data structure (bin_heap.h)
|
alpar@262
|
91 |
* union-find data structures (unionfind.h)
|
alpar@262
|
92 |
* miscellaneous property maps (maps.h)
|
alpar@262
|
93 |
* two dimensional vector and bounding box (dim2.h)
|
alpar@262
|
94 |
* Concepts
|
alpar@262
|
95 |
* graph structure concepts (concepts/digraph.h, concepts/graph.h,
|
alpar@262
|
96 |
concepts/graph_components.h)
|
alpar@262
|
97 |
* concepts for other structures (concepts/heap.h, concepts/maps.h,
|
alpar@262
|
98 |
concepts/path.h)
|
alpar@262
|
99 |
* Tools
|
alpar@262
|
100 |
* Mersenne twister random number generator (random.h)
|
alpar@262
|
101 |
* tools for measuring cpu and wall clock time (time_measure.h)
|
alpar@262
|
102 |
* tools for counting steps and events (counter.h)
|
alpar@262
|
103 |
* tool for parsing command line arguments (arg_parser.h)
|
alpar@262
|
104 |
* tool for visualizing graphs (graph_to_eps.h)
|
alpar@262
|
105 |
* tools for reading and writing data in LEMON Graph Format
|
alpar@262
|
106 |
(lgf_reader.h, lgf_writer.h)
|
alpar@262
|
107 |
* tools to handle the anomalies of calculations with
|
alpar@262
|
108 |
floating point numbers (tolerance.h)
|
alpar@262
|
109 |
* tools to manage RGB colors (color.h)
|
alpar@262
|
110 |
* Infrastructure
|
alpar@262
|
111 |
* extended assertion handling (assert.h)
|
alpar@262
|
112 |
* exception classes and error handling (error.h)
|
alpar@262
|
113 |
* concept checking (concept_check.h)
|
alpar@262
|
114 |
* commonly used mathematical constants (math.h)
|