Open
Description
Two quick suggestions:
- add an
inplace={False|True}
(or perhaps justout
, like for the ufuncs). - support shifting along multiple axes simultaneously: either allow
shift
to be an array-like of length equal to the array's ndim, or allow passing two sequences,shift
andaxis
, of the same length (or allow both).