Skip to content

Commit a9b4584

Browse files
jClugstormcabbott
andauthored
Make Base.exponent non_differentiable (#820)
* add Base.exponent to non_differentiable * version 1.72.4 --------- Co-authored-by: Michael Abbott <[email protected]>
1 parent 150c7a1 commit a9b4584

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "ChainRules"
22
uuid = "082447d4-558c-5d27-93f4-14fc19e9eca2"
3-
version = "1.72.3"
3+
version = "1.72.4"
44

55
[deps]
66
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"

src/rulesets/Base/nondiff.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@
159159
@non_differentiable evalfile(::AbstractString)
160160
@non_differentiable evalfile(::AbstractString, ::Array{String,1})
161161
@non_differentiable expanduser(::AbstractString)
162+
@non_differentiable exponent(::Any)
162163

163164
@non_differentiable fd(::Base.Filesystem.File)
164165
@non_differentiable fd(::IOStream)

0 commit comments

Comments
 (0)