Closed nalimilan closed 7 years ago
that depwarn tho
The nightly failure looks unrelated. Is it new?
No, it's been there since the type system changes I think. Anyway AFAIK we should remove operators.jl on 0.6 since we can use the element-wise operators now.
The explicit T type parameter to lift() forced input values to be of the same type. Turns out it is not needed to force specialization. Also add tests for this.
Fixes https://github.com/JuliaStats/NullableArrays.jl/issues/174