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
A minor typing request - in MapAxis (for example) the signature contains permutation: list[int]. It might be nice to widen this and other similar types to Sequence[int] so tuples of integers or other similar types are accepted as input.
A minor typing request - in
MapAxis(for example) the signature containspermutation: list[int]. It might be nice to widen this and other similar types toSequence[int]so tuples of integers or other similar types are accepted as input.