You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TST, DOC: add doc and test for transpose axes with negative indices (numpy#27101)
Description
This PR updates the documentation to clarify that negative indices are supported in the axes parameter of np.transpose and add test for it.
Changes made
Updated the docstring and for np.transpose to explicitly mention support for negative indices
Add test for np.transpose
Closenumpy#27024
0 commit comments