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
* Replace deprecated `np.alltrue()` with `np.all()` (available since
NumPy 1.7.0).
* Cast NumPy boolean to `bool()`, to ensure doctests pass both with
NumPy 2 (using `np.True_`) and NumPy 1 (using plain `True`).
0 commit comments