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
Avoid having to compute a repr of the entire array whenever calling
to_rgba_array with an array input (that repr would be generated when the
call to to_rgba fails and needs to generate an error message; instead,
first check whether the input is already an array). See comments for
detail.
Slightly improves the performance of wire3d_animation on mpl_cairo.
0 commit comments