E&S CVS Commit: PEAK - Added rough draft of 'RowProcessor'. Expanded 'ICellMapper' interface to

pje at eby-sarna.com pje at eby-sarna.com
Tue Jan 27 23:11:00 EST 2004


Module Name:	PEAK
Committed By:	pje
Date:		Wed Jan 28 04:10:52 UTC 2004

Modified Files:
	PEAK: TODO.txt
	PEAK/src/peak: peak.ini
	PEAK/src/peak/ddt: interfaces.py model.py processors.py

Log Message:
Added rough draft of 'RowProcessor'.  Expanded 'ICellMapper' interface to
cover new needs, and refactored mapper implementations to inherit from a
common base for most of their methods.  Added 'Score.__nonzero__' method,
so that you can use 'if cell.score:' to tell whether a cell has already
been marked.


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/TODO.txt.diff?r1=1.104&r2=1.105
http://cvs.eby-sarna.com/PEAK/src/peak/peak.ini.diff?r1=1.127&r2=1.128
http://cvs.eby-sarna.com/PEAK/src/peak/ddt/interfaces.py.diff?r1=1.2&r2=1.3
http://cvs.eby-sarna.com/PEAK/src/peak/ddt/model.py.diff?r1=1.5&r2=1.6
http://cvs.eby-sarna.com/PEAK/src/peak/ddt/processors.py.diff?r1=1.4&r2=1.5

To generate a diff of this commit:
cvs rdiff -r1.104 -r1.105 PEAK/TODO.txt
cvs rdiff -r1.127 -r1.128 PEAK/src/peak/peak.ini
cvs rdiff -r1.2 -r1.3 PEAK/src/peak/ddt/interfaces.py
cvs rdiff -r1.5 -r1.6 PEAK/src/peak/ddt/model.py
cvs rdiff -r1.4 -r1.5 PEAK/src/peak/ddt/processors.py

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




More information about the source-changes mailing list