Skip to content

Commit

Permalink
Remove uses of compat (#40)
Browse files Browse the repository at this point in the history
should not be used if no longer listed in Compat
  • Loading branch information
tkelman authored and ararslan committed Jul 18, 2017
1 parent c2cb3f2 commit f031fd4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/MLBase.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ module MLBase

using Reexport
using IterTools
using Compat
using Compat: view
@reexport using StatsBase

import Base: length, show, keys, precision, length, getindex
Expand Down
1 change: 0 additions & 1 deletion test/modeltune.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using MLBase
using Compat
using Base.Test

## gridtune
Expand Down
1 change: 0 additions & 1 deletion test/utils.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Tests of intstats.jl

using MLBase
using Compat
using Base.Test

# repeach
Expand Down

0 comments on commit f031fd4

Please sign in to comment.