Skip to content

Commit 969151c

Browse files
committed
Merge pull request #10 from mlubin/ml/drop03
drop support for julia 0.3
2 parents bb67c53 + 1bb16ce commit 969151c

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ os:
33
- linux
44
- osx
55
julia:
6-
- release
6+
- 0.4
77
- nightly
88
notifications:
99
email: false

REQUIRE

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
julia 0.3
2-
Compat
1+
julia 0.4

src/NaNMath.jl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
VERSION >= v"0.4.0-dev+6521" && __precompile__()
1+
__precompile__()
22
module NaNMath
33

4-
using Compat
5-
64
for f in (:sin, :cos, :tan, :asin, :acos, :acosh, :atanh, :log, :log2, :log10,
75
:lgamma, :log1p)
86
@eval begin

0 commit comments

Comments
 (0)