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
Hi,
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 fills the missi