[Numpy-discussion] Cythonize and add backslash logic to "scipy.linalg.solve"

2020-09-06 Thread Ilhan Polat
Dear all, I've finally managed to draft a PR [1] for the functionality given in the title (see also "Algorithms" section of [2]). It is almost halfway done but the gist is already in place. I'm posting this to both NumPy and SciPy lists since I think it is important enough to get feedback from al

Re: [Numpy-discussion] setuptools/distutils merger & numpy.distutils

2020-09-06 Thread David Cournapeau
On Sun, Sep 6, 2020 at 6:40 PM Daniele Nicolodi wrote: > On 06/09/2020 11:28, Ralf Gommers wrote: > > On Sun, Sep 6, 2020 at 9:50 AM Daniele Nicolodi > > This may be bigger endeavor, but wouldn't it be possible to extend > > setuptools interfaces in a way that plugging in the fortran sup

Re: [Numpy-discussion] setuptools/distutils merger & numpy.distutils

2020-09-06 Thread Daniele Nicolodi
On 06/09/2020 11:28, Ralf Gommers wrote: > On Sun, Sep 6, 2020 at 9:50 AM Daniele Nicolodi > This may be bigger endeavor, but wouldn't it be possible to extend > setuptools interfaces in a way that plugging in the fortran support does > not require monkey patching or accessing the impl

Re: [Numpy-discussion] setuptools/distutils merger & numpy.distutils

2020-09-06 Thread Ralf Gommers
On Sun, Sep 6, 2020 at 9:50 AM Daniele Nicolodi wrote: > On 06/09/2020 07:06, David Cournapeau wrote: > > Assuming the numpy.distutils codebase has not changed much in the last > > 10 years, my sense is that a lot of the features that relied on monkey > > patching can be merged upstream, fortran

Re: [Numpy-discussion] setuptools/distutils merger & numpy.distutils

2020-09-06 Thread Ralf Gommers
On Sun, Sep 6, 2020 at 6:07 AM David Cournapeau wrote: > I will comment with more details on GH, but I think jraco's suggestion > makes a lot of sense. I would be willing to spend some time to merge > upstream (i.e. setuptools now :) ) some of our changes in numpy.distutils. > Thanks David! >

Re: [Numpy-discussion] setuptools/distutils merger & numpy.distutils

2020-09-06 Thread Daniele Nicolodi
On 06/09/2020 07:06, David Cournapeau wrote: > Assuming the numpy.distutils codebase has not changed much in the last > 10 years, my sense is that a lot of the features that relied on monkey > patching can be merged upstream,  fortran support being one notable > exception. This may be bigger endea