Skip to content

v0.6.69

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Jan 22:17
· 40 commits to master since this release
c0daccd

Zygote v0.6.69

Diff since v0.6.68

Important Changes

  • gradient is now guaranteed to return a tuple with one gradient per argument, even if the gradients are nothing.
  • Tuples of nothing returned from a now will now be consistently collapsed into a single nothing.

Merged pull requests:

Closed issues:

  • Adjoint of Adjoint with NamedTuples (#1438)
  • Pullback on mean() gives illegal memory access code 700 (#1473)
  • sort(x; rev=true) is not supported (#1492)
  • Incorrect gradients for plan_rfft(x) * x (#1496)