Skip to content

Releases: FluxML/Zygote.jl

v0.7.3

21 Jan 07:16
4c0e7f5
Compare
Choose a tag to compare

Zygote v0.7.3

Diff since v0.7.2

Merged pull requests:

  • Unthunk tangents (if any) before returning gradient (#1551) (@pxl-th)

Closed issues:

  • Zygote is not compiling (#1553)

v0.7.2

18 Jan 22:34
a38a4a5
Compare
Choose a tag to compare

Zygote v0.7.2

Diff since v0.7.1

Merged pull requests:

Closed issues:

  • try/catch error message regression (#1546)
  • How to match performance of Zygote with Tracker.jl? With Issues in Tracker.jl itself. (#1550)

v0.7.1

05 Jan 00:06
4bfc545
Compare
Choose a tag to compare

Zygote v0.7.1

Diff since v0.7.0

Merged pull requests:

v0.7.0

04 Jan 07:37
bb3730e
Compare
Choose a tag to compare

Zygote v0.7.0

Diff since v0.6.75

Breaking changes:

  • Now Zygote doesn't always unthunk ChainRulesCore's thunks, saving computation and memory in some situations. This may break some ChainRules' rules that are not correctly written, but no changes are usually required. (#966)

Merged pull requests:

v0.6.75

01 Jan 09:03
bc6cd09
Compare
Choose a tag to compare

Zygote v0.6.75

Diff since v0.6.74

Merged pull requests:

Closed issues:

  • Support try/catch by assuming try branch (#1516)

v0.6.74

27 Dec 21:25
5a8d0ed
Compare
Choose a tag to compare

Zygote v0.6.74

Diff since v0.6.73

Merged pull requests:

Closed issues:

  • UnitRange calculations change types when using Zygote (#557)
  • Fails to precompile on PkgEval run (#1539)
  • An unknown error occurs raised by Zygote.jl when using eachslice and NamedTuple (#1540)

v0.6.73

10 Nov 19:18
9b6dd08
Compare
Choose a tag to compare

Zygote v0.6.73

Diff since v0.6.72

Merged pull requests:

  • CompatHelper: bump compat for GPUArraysCore to 0.2, (keep existing compat) (#1534) (@github-actions[bot])
  • CompatHelper: bump compat for GPUArrays to 11, (keep existing compat) (#1535) (@github-actions[bot])

Closed issues:

  • Why nested gradient is so slow? (#1239)
  • Unsupported operation when using CUDA (#1532)
  • Incorrect nothing gradient (#1538)

v0.6.72

13 Oct 18:54
59e7ec1
Compare
Choose a tag to compare

Zygote v0.6.72

Diff since v0.6.71

Merged pull requests:

v0.6.71

25 Sep 22:18
Compare
Choose a tag to compare

Zygote v0.6.71

Diff since v0.6.70

Merged pull requests:

Closed issues:

  • "Zygote.Buffer copyto!" error when using "CartesianIndex" (#1364)
  • Default presentation of gradients confusing? (#1519)
  • BitVector failure (#1523)

v0.6.70

09 May 16:12
3c3325d
Compare
Choose a tag to compare

Zygote v0.6.70

Diff since v0.6.69

Merged pull requests:

Closed issues:

  • error in summation of product iterator (#1490)
  • OOM when computing the gradient in an embarrassingly parallel problem (#1504)
  • Pullback over jacobian (#1505)