Skip to content

Commit

Permalink
Move SparseArrays exports back to their usual home
Browse files Browse the repository at this point in the history
  • Loading branch information
mbauman committed Oct 7, 2015
1 parent b3e0ad4 commit 30faf63
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
25 changes: 24 additions & 1 deletion base/exports.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1413,4 +1413,27 @@ export
@assert,
@enum,
@label,
@goto
@goto,

# SparseArrays module re-exports
SparseArrays,
AbstractSparseArray,
AbstractSparseMatrix,
AbstractSparseVector,
SparseMatrixCSC,
SparseVector,
etree,
issparse,
sparse,
sparsevec,
spdiagm,
speye,
spones,
sprand,
sprandbool,
sprandn,
spzeros,
symperm,
rowvals,
nzrange,
nnz
23 changes: 0 additions & 23 deletions base/sysimg.jl
Original file line number Diff line number Diff line change
Expand Up @@ -287,29 +287,6 @@ import .Dates: Date, DateTime, now
# sparse matrices, vectors, and sparse linear algebra
include("sparse.jl")
importall .SparseArrays
# SparseArrays module re-exports
export
SparseArrays,
AbstractSparseArray,
AbstractSparseMatrix,
AbstractSparseVector,
SparseMatrixCSC,
SparseVector,
etree,
issparse,
sparse,
sparsevec,
spdiagm,
speye,
spones,
sprand,
sprandbool,
sprandn,
spzeros,
symperm,
rowvals,
nzrange,
nnz

# Documentation

Expand Down

0 comments on commit 30faf63

Please sign in to comment.