Regarding 1.8:

A few months ago I submitted a patch that fixes some bugs, including a major 
bug in select() that has been around for years, and optimised the code quite a 
bit.  

https://github.com/numpy/numpy/pull/3537

It would be nice to see the patch in 1.8, but it has languished for a couple of 
months waiting for final approval/merging. 

The patch is pretty small and the new code is not complicated. 

Are there any core devs that would have time/interest to help me get this 
approved/merged into numpy master? I have already adjusted the patch as 
suggested by njsmith to suit inclusion in master. 

Graeme. 




>>> 331701
>> 
>> I can't tell if these are real bugs in numpy, or tests checking that
>> bottleneck is bug-for-bug compatible with old numpy and we just fixed
>> some bugs, or what. It's clearly something to do with the
>> nanarg{max,min} rewrite -- @charris, do you know what's going on here?
>> 
>> 
> Yes ;) The previous behaviour of nanarg for all-nan axis was to cast nan to
> intp when the result was an array, and return nan when a scalar. The
> current behaviour is to return the most negative value of intp as an error
> marker in both cases and raise a warning. It is a change in behavior, but I
> think one that needs to be made.
> 
> Chuck
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: 
> http://mail.scipy.org/pipermail/numpy-discussion/attachments/20131001/829df70a/attachment.html
>  
> 
> ------------------------------
> 
> _______________________________________________
> NumPy-Discussion mailing list
> NumPy-Discussion@scipy.org
> http://mail.scipy.org/mailman/listinfo/numpy-discussion
> 
> 
> End of NumPy-Discussion Digest, Vol 85, Issue 2
> ***********************************************

_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to