v0.6.35
·
351 commits
to master
since this release
Zygote v0.6.35
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 customAbstractMatrix
subtypes (#1146) - Non-deterministic
AssertionError
when differentiatingThreadsX.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)