Skip to content

Commit

Permalink
Compat for SparseArrays. Ref JuliaLang/julia#13440
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyichao committed Oct 18, 2015
1 parent 659ac79 commit 4290673
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Compat.jl
Original file line number Diff line number Diff line change
Expand Up @@ -701,4 +701,9 @@ if VERSION < v"0.5.0-dev+431"
end
end

if VERSION < v"0.5.0-dev+763"
export SparseArrays
const SparseArrays = SparseMatrix
end

end # module

0 comments on commit 4290673

Please sign in to comment.