ChangeLog
changeset 1668 d5a7d6bc0f00
parent 1655 4a7b392e4fb0
equal deleted inserted replaced
6:7de7b593ea22 -1:000000000000
     1 2005-08-27  Alpar Juttner  <alpar@cs.elte.hu>
       
     2 
       
     3 	* Version 0.4 Released
       
     4 	* List of new features and changes	
       
     5 	  * Changed naming:
       
     6 	    Wrapper -> Adaptor
       
     7 	    kruskalEdgeMap() -> kruskal()
       
     8 	    kruskalEdgeMap_IteratorOut() -> kruskal()
       
     9 	  * BoundinBox<>
       
    10 	    * operator+=() -> add()
       
    11 	    + clear()
       
    12 	  + More and better graph I/O functionalities
       
    13 	  + High level uniform LP solver interface to CPLEX and GLKP
       
    14 	  * graphToEps()
       
    15 	    + Automatic node size and edge width scaling
       
    16 	    + Simple color palette tool (ColorSet)
       
    17 	  * Bfs/Dfs/Dijkstra
       
    18 	    + Step-by-step execution
       
    19 	    + Run from multiple sources
       
    20 	    + Used define stop condition
       
    21 	    + Improved "named parameters"
       
    22 	  * Preflow
       
    23 	    + Function type interface
       
    24 	    + Changed interface
       
    25 	  * ListGraph/SmarGraph
       
    26 	    + slit() splits a node
       
    27 	    + SnapShot
       
    28 	  + New map adaptors
       
    29 	  + New convenience maps	    
       
    30 	    + IdMap, DescriptorMap
       
    31 	    + InDegMap, OutDegMap
       
    32 	    + XMap, YMap
       
    33 	  + Default graph maps are iterable
       
    34 	  + glemon: a graph editor
       
    35 	  + Some new demo codes added, the old ones got polished.
       
    36 	  * Better documentation
       
    37 	  * Several importan bugfixes
       
    38 	  * Now lemon should compile witout warnings with
       
    39 	    * gcc 3.3, 3.4, 4.0
       
    40 	    * Intel C++ Compiler v9.0 
       
    41 
       
    42 2005-03-19  Alpar Juttner  <alpar@cs.elte.hu>
       
    43 
       
    44 	* Version 0.3.1 Released
       
    45 	* This release fixes a compilation failure bug under cygwin. 
       
    46 
       
    47 2005-02-21  Alpar Juttner  <alpar@cs.elte.hu>
       
    48 
       
    49 	* Version 0.3 released
       
    50 	* List of new features and changes	
       
    51 	  * Redesigned Graph infrastructures
       
    52 	  + Standardized LEMON exceptions
       
    53 	  + Undirected Graph
       
    54 	  + Standard graph file format, input and output classes for it.
       
    55 	  * head() -> target(), tail() -> source()
       
    56 	  * Some standard namings have changes:
       
    57 	    ValueType -> Value, 
       
    58 	    KeyType -> Key,
       
    59 	    ReferenceType ->Reference,
       
    60 	    PointerType -> Pointer
       
    61 	  + GraphToEps: A simple graph drawer
       
    62 	  * Better documentation
       
    63 	
       
    64 2004-09-30  Alpar Juttner  <alpar@cs.elte.hu>
       
    65 
       
    66 	* Version 0.2 released
       
    67