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
__div__ is a relic from Python 2. It no longer does anything in Python 3.
The reflected operators were missing __rmatmul__. Now they completely match
the in-place operators.
0 commit comments