From 5d96953c271f4f85c153a86d5d7f390d9e712d4b Mon Sep 17 00:00:00 2001 From: Jarrett Revels Date: Mon, 23 Jan 2017 12:30:58 -0500 Subject: [PATCH 1/2] bump version requirements for Calculus, DiffBase, and NaNMath to include v0.6 fixes --- REQUIRE | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/REQUIRE b/REQUIRE index 131a5347..ec3f5ea3 100644 --- a/REQUIRE +++ b/REQUIRE @@ -1,5 +1,5 @@ julia 0.4 -DiffBase 0.0.1 +DiffBase 0.0.3 Compat 0.8.6 -Calculus 0.1.15 -NaNMath 0.2.1 +Calculus 0.2.0 +NaNMath 0.2.2 From 661611a9cb9178a33cdca79b2cb38c72fd01f54f Mon Sep 17 00:00:00 2001 From: Jarrett Revels Date: Mon, 23 Jan 2017 20:44:28 -0500 Subject: [PATCH 2/2] remove unnecessary precompile isdefined check --- src/ForwardDiff.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ForwardDiff.jl b/src/ForwardDiff.jl index c9294129..b21b957b 100644 --- a/src/ForwardDiff.jl +++ b/src/ForwardDiff.jl @@ -1,4 +1,4 @@ -isdefined(Base, :__precompile__) && __precompile__() +__precompile__() module ForwardDiff