We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6301e8 commit 5486f44Copy full SHA for 5486f44
Project.toml
@@ -1,6 +1,6 @@
1
name = "DiffRules"
2
uuid = "b552c78f-8df3-52c6-915a-8e097449b14b"
3
-version = "1.5.0"
+version = "1.6.0"
4
5
[deps]
6
LogExpFunctions = "2ab3a3ac-af41-5b50-aa03-7779005ae688"
src/DiffRules.jl
@@ -2,8 +2,6 @@ __precompile__()
module DiffRules
-import LogExpFunctions
-
7
include("api.jl")
8
include("rules.jl")
9
0 commit comments