[Numpy-discussion] ENH: Proposal to add shift functionality to array (follow up)

2022-09-27 Thread Filippo Tagliacarne
Hello everyone, I hope this is the correct place to post this as this is my first (potential) contribution to numpy. I would like to implement a function numpy.shift which would work similarly to numpy.roll, with one key difference. After shifting an array by a value `shift`, the function fill

[Numpy-discussion] Re: ENH: Proposal to add shift functionality to array (follow up)

2022-09-27 Thread Ralf Gommers
On Tue, Sep 27, 2022 at 10:58 AM Filippo Tagliacarne < filippotagliaca...@gmail.com> wrote: > Hello everyone, > > I hope this is the correct place to post this as this is my first > (potential) contribution to numpy. > Hi Filippo, yes this is the correct place. Thanks for your proposal, and for b