File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11name = " Bijectors"
22uuid = " 76274a88-744f-5084-9051-94815aaf08c4"
3- version = " 0.13.5 "
3+ version = " 0.13.6 "
44
55[deps ]
66ArgCheck = " dce04be8-c92d-5529-be00-80e4d2c0e197"
@@ -30,6 +30,9 @@ ReverseDiff = "37e2e3b7-166d-5795-8a7a-e32c996b4267"
3030Tracker = " 9f7883ad-71c0-57eb-9f7f-b5c9e6d3789c"
3131Zygote = " e88e6eb3-aa80-5325-afca-941959d7151f"
3232
33+ [extras ]
34+ Zygote = " e88e6eb3-aa80-5325-afca-941959d7151f"
35+
3336[extensions ]
3437BijectorsDistributionsADExt = " DistributionsAD"
3538BijectorsForwardDiffExt = " ForwardDiff"
@@ -42,6 +45,7 @@ BijectorsZygoteExt = "Zygote"
4245ArgCheck = " 1, 2"
4346ChainRules = " 1"
4447ChainRulesCore = " 0.10.11, 1"
48+ Zygote = " 0.6.63"
4549ChangesOfVariables = " 0.1"
4650Compat = " 3, 4"
4751Distributions = " 0.25.33"
Original file line number Diff line number Diff line change 224224 end
225225 return pullback (_maximum, d)
226226end
227- @adjoint function lower_triangular (A:: AbstractMatrix )
228- return lower_triangular (A), Δ -> (lower_triangular (Δ),)
229- end
230227@adjoint function pd_from_lower (X:: AbstractMatrix )
231228 return LowerTriangular (X) * LowerTriangular (X)' ,
232229 Δ -> begin
You can’t perform that action at this time.
0 commit comments