-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
deprecate isreal(::AbstractArray)
?
#26401
Comments
I believe that was discussed somewhere and IIRC @stevengj was against that change for mathematical reasons. |
Ah #19996 |
Oh, ok. Then perhaps this release is converging after all :) |
Yes, I still feel the same way. |
Don't the same linear algebra considerations apply to both |
@nalimilan, no. You wouldn't say that |
In 0.6 we deprecated
isinteger(a::AbstractArray)
toall(isinteger, a)
. However we still have such a method forisreal
.If
any
andall
had inbounds annotations, then we would be able to optimize these to constants.The text was updated successfully, but these errors were encountered: