Re: [Numpy-discussion] Convolution of NumPy arrays of arbitrary dimension

2018-08-11 Thread Foad Sojoodi Farimani
Hi Hameer, Thanks for the reply. I have indeed seen scipy.ndimage.convolve and have mentioned it in the OP . but some questions: 1. although there is nothing about

Re: [Numpy-discussion] Stacklevel for warnings.

2018-08-11 Thread Sebastian Berg
On Fri, 2018-08-10 at 16:05 -0600, Charles R Harris wrote: > Hi All, > > Do we have a policy for the stacklevel that should be used in NumPy? > How far back should the stack be displayed? I note that the optimum > stacklevel may vary between users and developers. > I thought it was so that it

[Numpy-discussion] Does numpy need a *.dist-info directory? What is the status of setuptools?

2018-08-11 Thread Charles R Harris
Hi All, A question for any packaging gurus out there, should NumPy have a *.dist-info directory? I note that currently we have a *.egg-info directory. I also have a question as to what role setuptools should have going forward. Should we still rely on

Re: [Numpy-discussion] Does numpy need a *.dist-info directory? What is the status of setuptools?

2018-08-11 Thread Ralf Gommers
On Sat, Aug 11, 2018 at 11:29 AM, Charles R Harris < charlesr.har...@gmail.com> wrote: > Hi All, > > A question for any packaging gurus out there, should NumPy have a > *.dist-info directory? I note > that currently we have a *.egg-info directory. >

Re: [Numpy-discussion] Stacklevel for warnings.

2018-08-11 Thread Sebastian Berg
On Sat, 2018-08-11 at 11:11 -0700, Ralf Gommers wrote: > > > On Sat, Aug 11, 2018 at 1:22 AM, Sebastian Berg ns.net> wrote: > > On Fri, 2018-08-10 at 16:05 -0600, Charles R Harris wrote: > > > Hi All, > > > > > > Do we have a policy for the stacklevel that should be used in > > NumPy? > > >