-
Notifications
You must be signed in to change notification settings - Fork 47
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
Type stability regression for mean(::Array{RGB{N0f8}})
from 0.6 to 0.7
#326
Comments
Let us sort out the issue. First of all, Second, what is the expected return type of julia> Test.@inferred convert(eltype(A), mean(A)) By the way, the return type of Well, if it is a pure backward compatibility issue, it's time to give up. |
@Evizero, sorry that I failed to notice this in the crush of updating packages to Julia 1. Fixed over at JuliaGraphics/ColorVectorSpace.jl#103 |
I don't know where the isssue was introduced exactly (or where this issue should be opened), but it seems to occur in
Base._mapreduce(identity, Base.add_sum, ...)
somewhere.0.6
0.7
The text was updated successfully, but these errors were encountered: