ChangeLog
author deba
Sat, 14 May 2005 17:32:11 +0000
changeset 1418 afaa773d0ad0
parent 987 87f7c54892df
child 1609 f83d5d39469a
permissions -rw-r--r--
Handling smarter the references
It's used by the lemon IO and proposed by the adaptors.
alpar@1162
     1
2005-02-21  Alpar Juttner  <alpar@cs.elte.hu>
alpar@1162
     2
alpar@1162
     3
	* Version 0.3 released
alpar@1162
     4
	* List of new features and changes	
alpar@1162
     5
	  * Redesigned Graph infrastructures
alpar@1162
     6
	  + Standardized LEMON exceptions
alpar@1162
     7
	  + Undirected Graph
alpar@1162
     8
	  + Standard graph file format, input and output classes for it.
alpar@1162
     9
	  * head() -> target(), tail() -> source()
alpar@1162
    10
	  * Some standard namings have changes:
alpar@1162
    11
	    ValueType -> Value, 
alpar@1162
    12
	    KeyType -> Key,
alpar@1162
    13
	    ReferenceType ->Reference,
alpar@1162
    14
	    PointerType -> Pointer
alpar@1162
    15
	  + GraphToEps: A simple graph drawer
alpar@1162
    16
	  * Better documentation
alpar@987
    17
	
alpar@928
    18
2004-09-30  Alpar Juttner  <alpar@cs.elte.hu>
alpar@928
    19
alpar@928
    20
	* Version 0.2 released
alpar@928
    21