serge-sans-paille / pythran

Ahead of Time compiler for numeric kernels
https://pythran.readthedocs.io
BSD 3-Clause "New" or "Revised" License
2.01k stars 193 forks source link

np.roll with tuple axis #2085

Closed Dapid closed 1 year ago

Dapid commented 1 year ago

np.roll has an axis argument that can be an int or a tuple. Pythran only supports a single int.