ChangeLog
changeset 1609 f83d5d39469a
parent 1162 2f51fccbc261
child 1655 4a7b392e4fb0
     1.1 --- a/ChangeLog	Fri Jul 29 15:23:15 2005 +0000
     1.2 +++ b/ChangeLog	Mon Aug 01 20:20:43 2005 +0000
     1.3 @@ -1,3 +1,46 @@
     1.4 +2005-08-??  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 +
    1.13 +	  * BoundinBox<>
    1.14 +	    * operator+=() -> add()
    1.15 +	    + clear()
    1.16 +	  + More graph I/O functionalities
    1.17 +	  + High level uniform LP solver interface to CPLEX and GLKP
    1.18 +	  * graphToEps()
    1.19 +	    + Automatic node size and edge width scaling
    1.20 +	    + Simple color palette tool (ColorSet)
    1.21 +	  * Bfs/Dfs/Dijkstra
    1.22 +	    + Step-by-step execution
    1.23 +	    + Run from multiple sources
    1.24 +	    + Used define stop condition
    1.25 +	    + Improved "named parameters"
    1.26 +	  * Preflow
    1.27 +	    + Function type interface
    1.28 +	    + Changed interface
    1.29 +	  * ListGraph/SmarGraph
    1.30 +	    + slit() splits a node
    1.31 +	    + SnapShot
    1.32 +	  + New map adaptors
    1.33 +	  + New convenience maps	    
    1.34 +	    + IdMap, DescriptorMap
    1.35 +	    + InDegMap, OutDegMap
    1.36 +	    + XMap, YMap
    1.37 +	  + Default graph maps are iterable
    1.38 +	  + A basic graph editor (gui)
    1.39 +	  * Better documentation
    1.40 +	  
    1.41 +
    1.42 +2005-03-19  Alpar Juttner  <alpar@cs.elte.hu>
    1.43 +
    1.44 +	* Version 0.3.1 Released
    1.45 +	* This release fixes a compilation failure bug under cygwin. 
    1.46 +
    1.47  2005-02-21  Alpar Juttner  <alpar@cs.elte.hu>
    1.48  
    1.49  	* Version 0.3 released