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
Because it is unclear what operation is applied when we compute abs2(c::RGB), in ColorVectorSpace v0.9 we've removed abs2 and deprecated var in favor of varmult. Then we reimplemented abs2 again with proper deprecation (see also JuliaGraphics/ColorVectorSpace.jl#172)
In #17 efforts are paid to provide a consistent and more functional API for meanfinite, minimum_finite, maximum_finite and sumfinite to their corresponding mean, minimum, maximum and sum. It makes sense to do the same thing for varfinite here.
Because it is unclear what operation is applied when we compute
abs2(c::RGB)
, in ColorVectorSpace v0.9 we've removedabs2
and deprecatedvar
in favor ofvarmult
. Then we reimplementedabs2
again with proper deprecation (see also JuliaGraphics/ColorVectorSpace.jl#172)In #17 efforts are paid to provide a consistent and more functional API for
meanfinite
,minimum_finite
,maximum_finite
andsumfinite
to their correspondingmean
,minimum
,maximum
andsum
. It makes sense to do the same thing forvarfinite
here.The proposed API is:
with deprecation
cc: @jagoosw
The text was updated successfully, but these errors were encountered: