From: John H. <jdh...@ac...> - 2006-05-02 03:42:33
|
>>>>> "Sasha" == Sasha <nd...@ma...> writes: Sasha> Do we really need the putmask method? With fancy indexing Sasha> the obvious way to do it is >>>> a[a>3] = 3 Sasha> and it works fine. Maybe we can drop putmask method before Sasha> 1.0 instead of fixing the bug. I'm +1 for backwards compatibility with the Numeric API where the cost of a fix isn't too painful. The way to speed numpy adoption is to make old Numeric code "just work" where possible with the new API. Bear in mind that many people may not even begin the port attempt until well after numpy 1.0. JDH |