Re: [Numpy-discussion] Should we transfer MacPython/numpy-wheels to the NumPy org?

2020-10-29 Thread Gregory Lee
On Thu, Oct 29, 2020 at 6:00 AM Matti Picus wrote: > > On 10/29/20 5:42 AM, Charles R Harris wrote: > > Hi All, > > > > Seems that is pretty easy to transfer a github repo to another owner. > > Should we do this for the numpy-wheels repo? That would put all the > > management in one place and now

Re: [Numpy-discussion] Numpy FFT normalization options issue (addition of new option)

2020-06-24 Thread Gregory Lee
norm='forward' is my preference out of the names suggested so far. The option seems reasonable and should be pretty low maintenance to add. For SciPy, we would probably be willing to make the corresponding changes in the scipy.fft module (but probably not in the outdated scipy.fftpack module). O

Re: [Numpy-discussion] Good use of __dunder__ methods in numpy

2020-03-05 Thread Gregory Lee
On Thu, Mar 5, 2020 at 2:01 PM Abdur-Rahmaan Janhangeer < arj.pyt...@gmail.com> wrote: > Ah thank you for info, yes i'm talking about normal methods. > If i can get a link to a file that shows how dunder methods help with > having cool coding APIs that would be great! > > Thanks! > > > Yours, > >

Re: [Numpy-discussion] 1.17.2 release.

2019-09-05 Thread Gregory Lee
Hi Chuck, It is not critical, but it would be nice if the fft ZeroDivisionError fix in https://github.com/numpy/numpy/pull/14279 could make it into 1.17.2. It has an "approved" review and seems to be ready. Thanks! Greg On Thu, Sep 5, 2019 at 6:56 PM Charles R Harris wrote: > Hi All, > > I'm p

Re: [Numpy-discussion] Interface numpy arrays to Matlab?

2017-08-28 Thread Gregory Lee
I have not used Transplant, but it sounds fairly similar to Python-matlab-bridge. We currently optionally call Matlab via Python-matlab-bridge in some of the the tests for the PyWavelets package. https://arokem.github.io/python-matlab-bridge/ https://github.com/arokem/python-matlab-bridge I woul