[Numpy-discussion] New release coming

Fernando Perez Fernando.Perez at colorado.edu
Wed Mar 8 16:17:02 EST 2006


Travis Oliphant wrote:

> Someone spoke of writing a decorator to do that automatically which 
> would indeed be nice.

As long as it's used in the 'old-fashioned' way (i.e., as

func = decorator(func)

and not

@decorator
func

so that numpy remains 2.3-compatible.

Just a heads-up so that 2.4-isms don't appear unintentionally.

Cheers,

f




More information about the NumPy-Discussion mailing list