Re: [Numpy-discussion] #4808 -- let np.pad default to constant

2019-03-13 Thread Paul Hobson
As a user, I think this is a good change. On Wed, Mar 13, 2019 at 2:05 PM Warren Weckesser wrote: > On 3/13/19, Stefan van der Walt wrote: > > In PR 4808, I propose changing the default padding mode (for `np.pad`) > > to constant (0). > > +1 > > Warren > > > > > It was suggested that I mention

Re: [Numpy-discussion] MY INTRODUCTION TO NumPy COMMUNITY

2019-03-13 Thread Ralf Gommers
Hi Kerlyn, welcome! On Tue, Mar 12, 2019 at 12:36 AM Nkep Kerlyn wrote: > Hello everyone, > > I am a Computer Engineer(Telecoms major) from Buea, Cameroon. I recently > completed undergraduate studies from the University of Buea. > > I am interested in contributing to NumPy during and after the

Re: [Numpy-discussion] Outreachy applicant

2019-03-13 Thread Matti Picus
On 12/3/19 2:22 pm, asish kr wrote: Hi,  i am an outreachy applicant and would like to contribute to this project.  Is there anyone who could guide me here. Thanks I responded privately to the applicant. More information about our Outreachy mentoring is here https://www.outreachy.org/may-

Re: [Numpy-discussion] #4808 -- let np.pad default to constant

2019-03-13 Thread Warren Weckesser
On 3/13/19, Stefan van der Walt wrote: > In PR 4808, I propose changing the default padding mode (for `np.pad`) > to constant (0). +1 Warren > > It was suggested that I mention the change here, in case someone has a > use case or argument for not making it. > > https://github.com/numpy/numpy/pu

[Numpy-discussion] #4808 -- let np.pad default to constant

2019-03-13 Thread Stefan van der Walt
In PR 4808, I propose changing the default padding mode (for `np.pad`) to constant (0). It was suggested that I mention the change here, in case someone has a use case or argument for not making it. https://github.com/numpy/numpy/pull/4808 Thanks! Stéfan _