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