Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove usage of deprecated np.alltrue(). #447

Merged
merged 1 commit into from
Sep 25, 2023
Merged

Remove usage of deprecated np.alltrue(). #447

merged 1 commit into from
Sep 25, 2023

Conversation

rchen152
Copy link
Contributor

np.alltrue is recently deprecated:
https://numpy.org/doc/stable/release/1.25.0-notes.html#deprecations.

I left np.all aliased to alltrue because all is also the name of a builtin, and some linters complain if you overwrite a builtin.

np.alltrue is recently deprecated:
https://numpy.org/doc/stable/release/1.25.0-notes.html#deprecations.

I left np.all aliased to alltrue because `all` is also the name of a
builtin, and some linters complain if you overwrite a builtin.
@FrancescAlted
Copy link
Contributor

LGTM. Thanks!

@FrancescAlted FrancescAlted merged commit 51f66ec into pydata:master Sep 25, 2023
9 checks passed
@rchen152 rchen152 deleted the alltrue branch September 25, 2023 18:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants