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] #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 _