Skip to content

Commit

Permalink
Fix #106, fix #107
Browse files Browse the repository at this point in the history
  • Loading branch information
simonster committed Feb 9, 2015
1 parent 3148a43 commit 6aaf697
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions REQUIRE
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
julia 0.3-
ArrayViews 0.4.8-
Compat 0.2.11-
7 changes: 5 additions & 2 deletions src/StatsBase.jl
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
module StatsBase
using ArrayViews
using ArrayViews, Compat

import Base: length, isempty, eltype, values, sum, mean, mean!, show, quantile
import Base: rand, rand!
import Base: Func, IdFun, Abs2Fun
import Base.LinAlg: BlasReal, BlasFloat
import Base.Cartesian: @ngenerate, @nloops, @nref, @nextract
if VERSION < v"0.4.0-dev+3184"
import Base.Cartesian: @ngenerate
end
import Base.Cartesian: @nloops, @nref, @nextract

## tackle compatibility issues

Expand Down

0 comments on commit 6aaf697

Please sign in to comment.