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`).
FixesBlosc#327
* 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`).
Fixes#327
In line with #325 (comment)
We need an update for the soon to be released numpy 2 as well, or have to pin to numpy < 2:
The text was updated successfully, but these errors were encountered: