v0.6.30
github-actions
released this
07 Nov 21:37
·
362 commits
to master
since this release
Zygote v0.6.30
Closed issues:
- Gradient doesn't work properly with
enumerate
,zip
(#221) - No adjoint for Base.Iterators.ProductIterator (#421)
- Gradient over implicit parameters returns nothing (#692)
- Type instability with structs (#1094)
Dict
s in struct fields don't propagate gradients (#1115)
Merged pull requests:
- Iterators. Product, Filter, enumerate, zip (including inside map) (#785) (@mcabbott)
- Add some downstream testing (#1033) (@ChrisRackauckas)
- Insert
_project
intogetproperty
's gradient, and then improvez2d
etc. to restore stability (#1104) (@mcabbott) - Implement
copy
andmerge!
forGrads
(#1108) (@lassepe)