We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b8ca66 commit 91bdd33Copy full SHA for 91bdd33
src/vector_of_array.jl
@@ -83,8 +83,6 @@ end
83
@inline Base.all(f::Function, VA::AbstractVectorOfArray) = all(all(f,VA[i]) for i in eachindex(VA))
84
85
# conversion tools
86
-@deprecate vecarr_to_arr(VA::AbstractVectorOfArray) convert(Array,VA)
87
-@deprecate vecarr_to_arr{T<:AbstractArray}(VA::Vector{T}) convert(Array,VA)
88
vecarr_to_vectors(VA::AbstractVectorOfArray) = [VA[i,:] for i in eachindex(VA[1])]
89
90
# make it show just like its data
0 commit comments