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

Commit ca61510

Browse files
andreasnoackararslan
authored andcommitted
Use generated functions instead of @ngenerate macro (#270)
Remove Compat dependency Fixes #269
1 parent bfd7f34 commit ca61510

File tree

3 files changed

+289
-277
lines changed

3 files changed

+289
-277
lines changed

REQUIRE

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
julia 0.6
2-
Compat 0.8.6
32
StatsBase 0.15.0
43
Reexport
54
SpecialFunctions

src/DataArrays.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ __precompile__()
22

33
module DataArrays
44
using Base: promote_op
5-
using Base.Cartesian, Compat, Reexport
5+
using Base.Cartesian, Reexport
66
@reexport using StatsBase
77
using SpecialFunctions
88

0 commit comments

Comments
 (0)