Re: [Numpy-discussion] NEP 37: A dispatch protocol for NumPy-like modules

2020-02-06 Thread Sebastian Berg
On Thu, 2020-02-06 at 09:35 -0800, Stephan Hoyer wrote: > On Wed, Feb 5, 2020 at 8:02 AM Andreas Mueller > wrote: > > > - We use scipy.linalg in many places, and we would need to do a > > separate dispatching to check whether we can use module.linalg > > instead > > (that might be an issue for

Re: [Numpy-discussion] NEP 37: A dispatch protocol for NumPy-like modules

2020-02-06 Thread Stephan Hoyer
On Wed, Feb 5, 2020 at 8:02 AM Andreas Mueller wrote: > A bit late to the NEP 37 party. > I just wanted to say that at least from my perspective it seems a great > solution that will help sklearn move towards more flexible compute engines. > I think one of the biggest issues is array creation (in

Re: [Numpy-discussion] manylinux upgrade for numpy wheels

2020-02-06 Thread Aldcroft, Thomas
Our organization is still using CentOS-6, so my vote is for that. Thanks, Tom On Tue, Feb 4, 2020 at 5:38 PM Nathaniel Smith wrote: > Pretty sure the 2010 and 2014 images both have much newer compilers than > that. > > There are still a lot of users on CentOS 6, so I'd still stick to 2010 for >

Re: [Numpy-discussion] manylinux upgrade for numpy wheels

2020-02-06 Thread Neal Becker
Slightly off topic perhaps, it is recommended to perform custom compilation for best performance, yet is there an easy way to do this? I don't think a simple pip will do. On Wed, Feb 5, 2020 at 4:07 AM Matthew Brett wrote: > Hi, > > On Tue, Feb 4, 2020 at 10:38 PM Nathaniel Smith wrote: > > >