Skip to content

DifferentiationInterfaceTest-v0.9.5

Choose a tag to compare

@github-actions github-actions released this 05 Mar 13:32
· 119 commits to main since this release
e541190

DifferentiationInterfaceTest DifferentiationInterfaceTest-v0.9.5

Diff since DifferentiationInterfaceTest-v0.9.4

Merged pull requests:

  • fix: revert catch of nothing pullbacks with Zygote (#714) (@gdalle)
  • Update citation files with preprint (#715) (@adrhill)
  • fix: correct FastDifferentiation error with in-place matrix operators (#716) (@gdalle)
  • Enable colored output in CI tests (#717) (@adrhill)
  • test: speed up CI with reduced compilation (-01) (#718) (@gdalle)
  • docs: correct context limitations (#722) (@gdalle)
  • fix: replace copy with deepcopy in Mooncake pullbacks (#723) (@gdalle)
  • test: non-regression for Mooncake deepcopy (#726) (@gdalle)
  • feat: use dir backend field for FiniteDiff (#727) (@gdalle)
  • fix: trim down Mooncake imports (#728) (@gdalle)
  • perf: avoid double function call in ReverseDiff value_and_gradient (#729) (@gdalle)
  • perf: (Enzyme) remove tangent conversion, use native gradient when possible (#730) (@gdalle)
  • fix: complex support for wrong-mode pushforward/pullback, more tests (#733) (@gdalle)

Closed issues:

  • Interpretation of nothing from Zygote backend likely incorrect? (#713)
  • Making prepared gradients callable (#719)
  • Add gradient tests on complex input, real output (#732)