ChangeLog -> NEWS
authoralpar
Tue, 30 Aug 2005 21:19:07 +0000
changeset 1668d5a7d6bc0f00
parent 1667 73c7bd1227fe
child 1669 66ae78d29f1e
ChangeLog -> NEWS
ChangeLog
NEWS
     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 -
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/NEWS	Tue Aug 30 21:19:07 2005 +0000
     2.3 @@ -0,0 +1,64 @@
     2.4 +2005-??-??  Version 0.5 Released
     2.5 +	* Buxfix in
     2.6 +	  - DFS
     2.7 +	  - Preflow
     2.8 +
     2.9 +2005-08-27  Version 0.4 Released
    2.10 +	* List of new features and changes	
    2.11 +	  * Changed naming:
    2.12 +	    Wrapper -> Adaptor
    2.13 +	    kruskalEdgeMap() -> kruskal()
    2.14 +	    kruskalEdgeMap_IteratorOut() -> kruskal()
    2.15 +	  * BoundinBox<>
    2.16 +	    * operator+=() -> add()
    2.17 +	    + clear()
    2.18 +	  + More and better graph I/O functionalities
    2.19 +	  + High level uniform LP solver interface to CPLEX and GLKP
    2.20 +	  * graphToEps()
    2.21 +	    + Automatic node size and edge width scaling
    2.22 +	    + Simple color palette tool (ColorSet)
    2.23 +	  * Bfs/Dfs/Dijkstra
    2.24 +	    + Step-by-step execution
    2.25 +	    + Run from multiple sources
    2.26 +	    + Used define stop condition
    2.27 +	    + Improved "named parameters"
    2.28 +	  * Preflow
    2.29 +	    + Function type interface
    2.30 +	    + Changed interface
    2.31 +	  * ListGraph/SmarGraph
    2.32 +	    + slit() splits a node
    2.33 +	    + SnapShot
    2.34 +	  + New map adaptors
    2.35 +	  + New convenience maps	    
    2.36 +	    + IdMap, DescriptorMap
    2.37 +	    + InDegMap, OutDegMap
    2.38 +	    + XMap, YMap
    2.39 +	  + Default graph maps are iterable
    2.40 +	  + glemon: a graph editor
    2.41 +	  + Some new demo codes added, the old ones got polished.
    2.42 +	  * Better documentation
    2.43 +	  * Several important bugfixes
    2.44 +	  * Now lemon should compile without warnings with
    2.45 +	    * gcc 3.3, 3.4, 4.0
    2.46 +	    * Intel C++ Compiler v9.0 
    2.47 +
    2.48 +2005-03-19  Version 0.3.1 Released
    2.49 +	* This release fixes a compilation failure bug under cygwin. 
    2.50 +
    2.51 +2005-02-21  Version 0.3 released
    2.52 +	* List of new features and changes	
    2.53 +	  * Redesigned Graph infrastructures
    2.54 +	  + Standardized LEMON exceptions
    2.55 +	  + Undirected Graph
    2.56 +	  + Standard graph file format, input and output classes for it.
    2.57 +	  * head() -> target(), tail() -> source()
    2.58 +	  * Some standard namings have changes:
    2.59 +	    ValueType -> Value, 
    2.60 +	    KeyType -> Key,
    2.61 +	    ReferenceType ->Reference,
    2.62 +	    PointerType -> Pointer
    2.63 +	  + GraphToEps: A simple graph drawer
    2.64 +	  * Better documentation
    2.65 +	
    2.66 +2004-09-30  Version 0.2 released
    2.67 +