diff -r d1b5a3cf8331 -r f83d5d39469a ChangeLog --- a/ChangeLog Fri Jul 29 15:23:15 2005 +0000 +++ b/ChangeLog Mon Aug 01 20:20:43 2005 +0000 @@ -1,3 +1,46 @@ +2005-08-?? Alpar Juttner + + * Version 0.4 Released + * List of new features and changes + * Changed naming: + Wrapper -> Adaptor + kruskalEdgeMap() -> kruskal() + kruskalEdgeMap_IteratorOut() -> kruskal() + + * BoundinBox<> + * operator+=() -> add() + + clear() + + More graph I/O functionalities + + High level uniform LP solver interface to CPLEX and GLKP + * graphToEps() + + Automatic node size and edge width scaling + + Simple color palette tool (ColorSet) + * Bfs/Dfs/Dijkstra + + Step-by-step execution + + Run from multiple sources + + Used define stop condition + + Improved "named parameters" + * Preflow + + Function type interface + + Changed interface + * ListGraph/SmarGraph + + slit() splits a node + + SnapShot + + New map adaptors + + New convenience maps + + IdMap, DescriptorMap + + InDegMap, OutDegMap + + XMap, YMap + + Default graph maps are iterable + + A basic graph editor (gui) + * Better documentation + + +2005-03-19 Alpar Juttner + + * Version 0.3.1 Released + * This release fixes a compilation failure bug under cygwin. + 2005-02-21 Alpar Juttner * Version 0.3 released