gravatar
alpar (Alpar Juttner)
alpar@cs.elte.hu
Update NEWS
0 1 0
r1.0.1 1.0
1 file changed with 14 insertions and 0 deletions:
14
↑ Collapse diff ↑
Ignore white space 24 line context
1
2008-12-06 Version 1.0.1 released
2

	
3
        Bugfix release.
4

	
5
        #170: Bugfix SmartDigraph::split()
6
        #171: Bugfix in SmartGraph::restoreSnapshot()
7
        #172: Extended test cases for graphs and digraphs
8
        #173: Bugfix in Random
9
              * operator()s always return a double now
10
              * the faulty real<Num>(Num) and real<Num>(Num,Num)
11
                have been removed
12
        #187: Remove DijkstraWidestPathOperationTraits
13
        #61:  Bugfix in DfsVisit
14

	
1 15
2008-10-13 Version 1.0 released
2 16

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

	
8 22
	* The major name changes compared to the 0.x series (see the
9 23
          Migration Guide in the doc for more details)
10 24
          * Graph -> Digraph, UGraph -> Graph
11 25
          * Edge -> Arc, UEdge -> Edge
12 26
	  * source(UEdge)/target(UEdge) -> u(Edge)/v(Edge)
0 comments (0 inline)