New features in v0.3 lemon-0.3
authoralpar
Mon, 21 Feb 2005 10:08:12 +0000
changeset 11622f51fccbc261
parent 1161 1c9658d51c8d
child 1163 eb4e28715baf
New features in v0.3
ChangeLog
     1.1 --- a/ChangeLog	Mon Feb 21 10:07:38 2005 +0000
     1.2 +++ b/ChangeLog	Mon Feb 21 10:08:12 2005 +0000
     1.3 @@ -1,8 +1,19 @@
     1.4 -	* ValueType -> Value, KeyType -> Key, ReferenceType ->Reference,
     1.5 -	  PointerType -> Pointer
     1.6 -	* target() -> target(), source() -> source()
     1.7 -	* Graph factory
     1.8 -	* Right include paths in documentation
     1.9 +2005-02-21  Alpar Juttner  <alpar@cs.elte.hu>
    1.10 +
    1.11 +	* Version 0.3 released
    1.12 +	* List of new features and changes	
    1.13 +	  * Redesigned Graph infrastructures
    1.14 +	  + Standardized LEMON exceptions
    1.15 +	  + Undirected Graph
    1.16 +	  + Standard graph file format, input and output classes for it.
    1.17 +	  * head() -> target(), tail() -> source()
    1.18 +	  * Some standard namings have changes:
    1.19 +	    ValueType -> Value, 
    1.20 +	    KeyType -> Key,
    1.21 +	    ReferenceType ->Reference,
    1.22 +	    PointerType -> Pointer
    1.23 +	  + GraphToEps: A simple graph drawer
    1.24 +	  * Better documentation
    1.25  	
    1.26  2004-09-30  Alpar Juttner  <alpar@cs.elte.hu>
    1.27