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
Sets do not maintain insertion order even with recent pythons (try e.g.
`for _ in $(seq 10); do python -c 'print({"a", "b"})'; done`), but we
have `cbook._OrderedSet` for that.
Keeping usepackage order can matter for caching purposes.
0 commit comments