2002-04-29  Jochen Kpper  <jochen@jochen-kuepper.de>

	* benchmark.py (test): Format output a little nicer.

2002-04-18  Jochen Kpper  <jochen@unc.edu>

	* README: Update description of layers, installation.

	* convtest.py: Fix path in case we are executed in a different
	directory then we are stored.

2002-04-16  Jochen Kpper  <jochen@unc.edu>

	* setup.py: Update for changes below.  Version number increased to 0.2.

	* benchmark.py (test): This is Todd's old cbench.py, modified so it
	does all benchmarks for each of the differnt implementations of
	convolve.

	* convtest.py: This is a testing wrapper.  It exec's convolve_test.py
	for each of the different implementations of convolve (high_level,
	element_wise, ...).

	* convolve_test.py: Provide this file with unittest-style tests of the
	convolve module.

	* high_levelmodule.c, element_wisemodule.c, one_dimensionalmodule,
	numpy_compatmodule.c: Implementations of the convolve module using the
	different abstraction layers of numarray.


	* Local Variables:
	* mode: auto-fill
	* fill-column: 79
	* End:
