Skip to content

v0.6.35

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Feb 06:10
· 292 commits to master since this release
e56375e

Zygote v0.6.35

Diff since v0.6.34

Closed issues:

  • Matrix (and higher) comprehensions causes stackoverflow (#176)
  • ERROR: LoadError: Need an adjoint for constructor SparseMatrixCSC{Float64,Int64}. Gradient is of type Array{Float64,2}. (#742)
  • gradient calculation with explicit type cast is broken (#810)
  • change repo description from "Intimate Affection Auditor" (#816)
  • README should not mention @adjoint (#1105)
  • Significant compile time latency in Flux with default optimization (#1126)
  • Differentiation of a scalar times array times array results in non-differentiable expression (#1140)
  • Error in gradient of custom AbstractMatrix subtypes (#1146)
  • Non-deterministic AssertionError when differentiating ThreadsX.sum (#1159)
  • Insane precompile times in Metalhead models (#1160)
  • Type error with zip and heterogeneous vectors in pullback (#1162)
  • Unable to differentiate through Einstein sums from Einsum.jl -- Mutating arrays is not supported (#1164)

Merged pull requests:

  • Add codecov badge (#1151) (@ToucheSir)
  • Update codecov action and only run on stable linux (#1152) (@ToucheSir)
  • ntuple for _restore regardless of length (#1163) (@SBuercklin)
  • CompatHelper: bump compat for "FillArrays" to "0.13" (#1165) (@github-actions[bot])
  • CompatHelper: bump compat for "NaNMath" to "1" (#1166) (@github-actions[bot])
  • update README to reference ChainRulesCore to define custom gradients (#1169) (@mzgubic)
  • Broadcast rule for types (#1171) (@mcabbott)