-
-
Notifications
You must be signed in to change notification settings - Fork 125
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
Add numpy
support to all_equal
and other built-ins
#689
Labels
Milestone
Comments
evhub
changed the title
Add
Add Dec 2, 2022
numpy
support to all_equal
numpy
support to all_equal
and flatten
Actually, I think some of the |
evhub
changed the title
Add
Add Dec 8, 2022
numpy
support to all_equal
and flatten
numpy
support to all_equal
evhub
changed the title
Add
Add Dec 8, 2022
numpy
support to all_equal
numpy
support to all_equal
and other built-ins
We're going to go with |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
all_equal
should determine whether all elements of the array are the same.flatten
, if given an array, should flatten the top axis.The text was updated successfully, but these errors were encountered: