1.1 --- a/ChangeLog Tue Aug 30 21:16:51 2005 +0000
1.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
1.3 @@ -1,67 +0,0 @@
1.4 -2005-08-27 Alpar Juttner <alpar@cs.elte.hu>
1.5 -
1.6 - * Version 0.4 Released
1.7 - * List of new features and changes
1.8 - * Changed naming:
1.9 - Wrapper -> Adaptor
1.10 - kruskalEdgeMap() -> kruskal()
1.11 - kruskalEdgeMap_IteratorOut() -> kruskal()
1.12 - * BoundinBox<>
1.13 - * operator+=() -> add()
1.14 - + clear()
1.15 - + More and better graph I/O functionalities
1.16 - + High level uniform LP solver interface to CPLEX and GLKP
1.17 - * graphToEps()
1.18 - + Automatic node size and edge width scaling
1.19 - + Simple color palette tool (ColorSet)
1.20 - * Bfs/Dfs/Dijkstra
1.21 - + Step-by-step execution
1.22 - + Run from multiple sources
1.23 - + Used define stop condition
1.24 - + Improved "named parameters"
1.25 - * Preflow
1.26 - + Function type interface
1.27 - + Changed interface
1.28 - * ListGraph/SmarGraph
1.29 - + slit() splits a node
1.30 - + SnapShot
1.31 - + New map adaptors
1.32 - + New convenience maps
1.33 - + IdMap, DescriptorMap
1.34 - + InDegMap, OutDegMap
1.35 - + XMap, YMap
1.36 - + Default graph maps are iterable
1.37 - + glemon: a graph editor
1.38 - + Some new demo codes added, the old ones got polished.
1.39 - * Better documentation
1.40 - * Several importan bugfixes
1.41 - * Now lemon should compile witout warnings with
1.42 - * gcc 3.3, 3.4, 4.0
1.43 - * Intel C++ Compiler v9.0
1.44 -
1.45 -2005-03-19 Alpar Juttner <alpar@cs.elte.hu>
1.46 -
1.47 - * Version 0.3.1 Released
1.48 - * This release fixes a compilation failure bug under cygwin.
1.49 -
1.50 -2005-02-21 Alpar Juttner <alpar@cs.elte.hu>
1.51 -
1.52 - * Version 0.3 released
1.53 - * List of new features and changes
1.54 - * Redesigned Graph infrastructures
1.55 - + Standardized LEMON exceptions
1.56 - + Undirected Graph
1.57 - + Standard graph file format, input and output classes for it.
1.58 - * head() -> target(), tail() -> source()
1.59 - * Some standard namings have changes:
1.60 - ValueType -> Value,
1.61 - KeyType -> Key,
1.62 - ReferenceType ->Reference,
1.63 - PointerType -> Pointer
1.64 - + GraphToEps: A simple graph drawer
1.65 - * Better documentation
1.66 -
1.67 -2004-09-30 Alpar Juttner <alpar@cs.elte.hu>
1.68 -
1.69 - * Version 0.2 released
1.70 -