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
* Optimize Array.info.
Avoid repeated computes of the same value (getsize)
* Don't have InfoReporter query items twice.
Apparently IPython will run both __repr__ and _repr_html_
so we were calling `getsize` twice.
* Group too
* Apply suggestions from code review
Co-authored-by: Joe Hamman <[email protected]>
---------
Co-authored-by: Joe Hamman <[email protected]>
0 commit comments