v0.6.69
Zygote v0.6.69
Important Changes
gradient
is now guaranteed to return a tuple with one gradient per argument, even if the gradients arenothing
.- Tuples of
nothing
returned from a now will now be consistently collapsed into a singlenothing
.
Merged pull requests:
- Handle
Expr(:boundscheck)
(#1462) (@ToucheSir) - Swap PyCall to PythonCall (#1485) (@ToucheSir)
- Improve adjoint for product and zip (#1489) (@lxvm)
- Preserve 0d arrays in
Zygote.accum
(#1491) (@lxvm) - Remove
@adjoint
s forsort
andfilter
(#1493) (@lkdvos) - Un-collapse nothings in
gradient
(#1495) (@ToucheSir)
Closed issues: