Skip to content

v0.6.30

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Nov 21:37
· 357 commits to master since this release
4ed3a86

Zygote v0.6.30

Diff since v0.6.29

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)
  • Dicts 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 into getproperty's gradient, and then improve z2d etc. to restore stability (#1104) (@mcabbott)
  • Implement copy and merge! for Grads (#1108) (@lassepe)