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

2018-08-10 Thread einstein . edison
> On 11. Aug 2018, at 00:24, Foad Sojoodi Farimani  
> wrote:
> 
> Hello everyone,
> 
> My first email here, so sorry in advance if I'm violating any rules.
> I'm trying to implement the convolution of NumPy arrays of arbitrary 
> dimension in order to get Cauchy product of multivariate power series. 
> However I have some issues. I was wondering maybe you can help and this might 
> also be of your interest.  I have explained everything here in this 
> StackOverflow post:
> 
> http://bit.ly/2MhJCex
> 
> I would appreciate if you could help me figure this out. Thanks in advance.
> 
> Best,
> Foad
> ___
> NumPy-Discussion mailing list
> NumPy-Discussion@python.org
> https://mail.python.org/mailman/listinfo/numpy-discussion

Hi Foad, you can use scipy.signal.convolve. It works on N-D arrays.

Best Regards
Hameer Abbasi
Sent from my iPhone___
NumPy-Discussion mailing list
NumPy-Discussion@python.org
https://mail.python.org/mailman/listinfo/numpy-discussion


Re: [Numpy-discussion] Taking back control of the #numpy irc channel

2018-08-10 Thread Chris Barker
On Wed, Aug 8, 2018 at 9:06 AM, Sebastian Berg

> If someone is unhappy with us two being the main
> contact/people who have those right on freenode,


On the contrary, thanks much for taking this on!

-CHB



-- 

Christopher Barker, Ph.D.
Oceanographer

Emergency Response Division
NOAA/NOS/OR(206) 526-6959   voice
7600 Sand Point Way NE   (206) 526-6329   fax
Seattle, WA  98115   (206) 526-6317   main reception

chris.bar...@noaa.gov
___
NumPy-Discussion mailing list
NumPy-Discussion@python.org
https://mail.python.org/mailman/listinfo/numpy-discussion


Re: [Numpy-discussion] Taking back control of the #numpy irc channel

2018-08-10 Thread Ralf Gommers
On Wed, Aug 8, 2018 at 9:06 AM, Sebastian Berg 
wrote:

> On Wed, 2018-08-08 at 08:55 -0700, Ralf Gommers wrote:
> >
> >
> > On Wed, Aug 8, 2018 at 1:23 AM, Sebastian Berg  > s.net> wrote:
> > >
> > >
> > > Will do, just realized looking at it. The Steering Council list,
> > > etc.
> > > has a list of names, but not email addresses (or PGP keys). I do
> > > not
> > > remember, was that intentional or not?
> >
> > I have a vague memory of that being intentional, but not sure. I
> > don't mind making email addresses public; they can be found from git
> > commit logs and mailing lists anyway, so why make life difficult for
> > whomever wants to reach us.
> >
>
>
> Yeah, well, I find PGP keys a good idea, even if they might outdate
> once in a while That means if someone wants to check you can easily
> sign an email and they can be pretty sure you can claim to have some
> sway in NumPy (right now freenode did it by seeing I have power on
> github, but it is not really quite ideal).
>

Hmm, happy to add PGP keys (optionally), but it doesn't really replace an
email address for me. E.g. I don't have PGP keys on all the machines I work
on. It's just not worth the trouble syncing that for the few times a year I
use a PGP key. How about adding both, optionally?

If yes, then it would be nice to collect those in a single PR to limit the
churn to the governance doc files.

Cheers,
Ralf
___
NumPy-Discussion mailing list
NumPy-Discussion@python.org
https://mail.python.org/mailman/listinfo/numpy-discussion


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

2018-08-10 Thread Foad Sojoodi Farimani
Hello everyone,

My first email here, so sorry in advance if I'm violating any rules.
I'm trying to implement the convolution of NumPy arrays of arbitrary
dimension in order to get Cauchy product of multivariate power series.
However I have some issues. I was wondering maybe you can help and this
might also be of your interest.  I have explained everything here in this
StackOverflow post:

http://bit.ly/2MhJCex

I would appreciate if you could help me figure this out. Thanks in advance.

Best,
Foad
___
NumPy-Discussion mailing list
NumPy-Discussion@python.org
https://mail.python.org/mailman/listinfo/numpy-discussion


[Numpy-discussion] Stacklevel for warnings.

2018-08-10 Thread Charles R Harris
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.

Chuck
___
NumPy-Discussion mailing list
NumPy-Discussion@python.org
https://mail.python.org/mailman/listinfo/numpy-discussion