File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 18
18
os : [ubuntu-latest]
19
19
package :
20
20
- {user: JuliaDiff, repo: ForwardDiff.jl, group: All}
21
+ - {user: JuliaDiff, repo: ReverseDiff.jl, group: All}
21
22
- {user: FluxML, repo: Tracker.jl, group: All}
22
23
- {user: FluxML, repo: Zygote.jl, group: All}
23
24
- {user: invenia, repo: Nabla.jl, group: All}
Original file line number Diff line number Diff line change 1
1
name = " DiffRules"
2
2
uuid = " b552c78f-8df3-52c6-915a-8e097449b14b"
3
- version = " 1.3.0 "
3
+ version = " 1.3.1 "
4
4
5
5
[deps ]
6
6
NaNMath = " 77ba4419-2d1f-58cd-9bb1-8ffee604a2e3"
Original file line number Diff line number Diff line change 67
67
@define_diffrule SpecialFunctions. loggamma (x) =
68
68
:( SpecialFunctions. digamma ($ x) )
69
69
70
- @define_diffrule Base. conj (x) = :( 1 )
71
- @define_diffrule Base. adjoint (x) = :( 1 )
72
- @define_diffrule Base. transpose (x) = :( 1 )
73
70
@define_diffrule Base. abs (x) = :( DiffRules. _abs_deriv ($ x) )
74
71
75
72
# We provide this hook for special number types like `Interval`
You can’t perform that action at this time.
0 commit comments