Skip to content
This repository has been archived by the owner on May 4, 2019. It is now read-only.

Commit

Permalink
Use generated functions instead of @ngenerate macro (#270)
Browse files Browse the repository at this point in the history
Remove Compat dependency

Fixes #269
  • Loading branch information
andreasnoack authored and ararslan committed Jul 4, 2017
1 parent bfd7f34 commit ca61510
Show file tree
Hide file tree
Showing 3 changed files with 289 additions and 277 deletions.
1 change: 0 additions & 1 deletion REQUIRE
@@ -1,5 +1,4 @@
julia 0.6
Compat 0.8.6
StatsBase 0.15.0
Reexport
SpecialFunctions
2 changes: 1 addition & 1 deletion src/DataArrays.jl
Expand Up @@ -2,7 +2,7 @@ __precompile__()

module DataArrays
using Base: promote_op
using Base.Cartesian, Compat, Reexport
using Base.Cartesian, Reexport
@reexport using StatsBase
using SpecialFunctions

Expand Down

0 comments on commit ca61510

Please sign in to comment.