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
Also fix the defaults for start, end, and stride to `None` to correctly match the Python slice semantics -- in particular, if the stride is negative then the default start and end are effectively `length - 1` and `0` respectively rather than vice versa.
Fixes#886, except for the part that's been separated out as #899.
0 commit comments