Changes between Version 4 and Version 5 of WikiStart

Show
Ignore:
Timestamp:
20.06.2008 13:32:51 (2 years ago)
Author:
pc
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v4 v5  
    55== News == 
    66 
     7 * as of 20.06.2008 - supporting project by me (Paul Colomiets) is suspended, there is more recent version at [https://dbcook.svn.sourceforge.net/svnroot/dbcook/trunk/dbcook/misc/aggregator] 
    78 * 18.11.2007 - We now have this trac installation, and svn (see below) 
    89 * 27.08.2007 - Version 0.1.4. Code somewhat refactored, small bugfix changes by Svilen. Experimental Average aggregator support ''(0.1.3 was aimed to fix bugs in inherited mappers but actually fixed nothing)'' 
     
    112113mapper(Line, lines, 
    113114 
     115 
    114116     extension=[a.Quick(a.Count(blocks.c.lines)), a.Accurate(a.Max(blocks.c.lastline, lines.c.id))], 
    115117     ))