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
FIX: Fix .windows() producer for negative stride arrays
Avoid using ArrayView::from_shape_ptr (public constructor) because it
does not allow negative stride arrays.
Use the internal constructor ArrayView::new, which is easier.
0 commit comments