Skip to content

Commit 7b2aac7

Browse files
committed
removed Compat
1 parent 167fd4d commit 7b2aac7

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

REQUIRE

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
julia 0.6
2-
Compat 0.29
32
IterTools
43
Espresso 0.2.1

src/core.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
# If you are willing to learn the package structure, just go through
55
# included files one by one, read header notes and other comments
66

7-
using Compat
87
using IterTools
98
using Espresso
109
importall Espresso

src/deriv.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
const IDX_NAMES = Espresso.IDX_NAMES
55

66

7-
@compat abstract type AbstractDiffRule end
7+
abstract type AbstractDiffRule end
88

99
struct DiffRule <: AbstractDiffRule
1010
pat::Expr # pattern of expression to differentiate

0 commit comments

Comments
 (0)