[Numpy-discussion] Please chime in on proposed methods for arrays

Michiel Jan Laurens de Hoon mdehoon at ims.u-tokyo.ac.jp
Wed Mar 16 20:48:16 EST 2005


Travis Oliphant wrote:
> Should all the ufuncs be methods as well?  I think Konrad suggested 
> this.  What is the opinion of others?
> 
Just to make sure I understand the proposal correctly. Does this mean that
 >>> anotherarray = sin(myarray)
becomes
 >>> anotherarray = myarray.sin()
?

--Michiel.




More information about the NumPy-Discussion mailing list