gravatar
alpar (Alpar Juttner)
alpar@cs.elte.hu
Update NEWS file
0 1 0
default
1 file changed with 3 insertions and 2 deletions:
3
2
↑ Collapse diff ↑
Ignore white space 24 line context
1
20XX-XX-XX Version 1.0 released
1
2008-10-13 Version 1.0 released
2 2

	
3 3
	This is the first stable release of LEMON. Compared to the 0.x
4 4
	release series, it features a considerably smaller but more
5 5
	matured set of tools. The API has also completely revised and
6 6
	changed in several places.
7 7

	
8
	* The major name changes compared to the 0.x series
8
	* The major name changes compared to the 0.x series (see the
9
          Migration Guide in the doc for more details)
9 10
          * Graph -> Digraph, UGraph -> Graph
10 11
          * Edge -> Arc, UEdge -> Edge
11 12
	  * source(UEdge)/target(UEdge) -> u(Edge)/v(Edge)
12 13
	* Other improvements
13 14
	  * Better documentation
14 15
	  * Reviewed and cleaned up codebase
15 16
	  * CMake based build system (along with the autotools based one)
16 17
	* Contents of the library (ported from 0.x)
17 18
	  * Algorithms
18 19
       	    * breadth-first search (bfs.h)
19 20
       	    * depth-first search (dfs.h)
20 21
       	    * Dijkstra's algorithm (dijkstra.h)
0 comments (0 inline)