Skip to content

Releases: FluxML/Zygote.jl

v0.6.12

02 Jun 20:50
4d9b8d6
Compare
Choose a tag to compare

Zygote v0.6.12

Diff since v0.6.11

Closed issues:

  • broadcast involving NTuple errors no method matching unbroadcast(::Tuple{… AND possible fix? (#975)

Merged pull requests:

v0.6.11

21 May 08:43
b89ea3c
Compare
Choose a tag to compare

Zygote v0.6.11

Diff since v0.6.10

Closed issues:

  • Cannot take gradient of function of jacobian (#305)
  • error for hessian of a^2*b (#405)
  • Unused comprehension throws "iterate(nothing)" method error (#804)
  • Operations on StaticArrays give runtime BoundsError (#860)
  • Gradient of SpecialFunctions.bessel... errors with SpecialFunctions >= 1 - support thunks? (#873)
  • backedge for ChainRules.rrule not working correctly (#915)
  • Internal error from a BoundsError (#960)
  • Using round() for gradient: MethodError: no method matching iterate (#964)
  • Grads algebra on GPU causes scalar getindex is disallowed error (#971)

Merged pull requests:

v0.6.10

22 Apr 09:25
4e54eb7
Compare
Choose a tag to compare

Zygote v0.6.10

Diff since v0.6.9

Closed issues:

  • Incorrect NaN gradient for CUDA broadcast (#942)
  • besseli (and friends?) (#945)

Merged pull requests:

v0.6.9

10 Apr 09:41
2d5edf4
Compare
Choose a tag to compare

Zygote v0.6.9

Diff since v0.6.8

Closed issues:

  • Cant differentiate gc_preserve_end due to keyword args (#584)

Merged pull requests:

v0.6.8

31 Mar 16:50
fef5b43
Compare
Choose a tag to compare

Zygote v0.6.8

Diff since v0.6.7

Merged pull requests:

v0.6.7

28 Mar 11:29
45619d0
Compare
Choose a tag to compare

Zygote v0.6.7

Diff since v0.6.6

Closed issues:

  • Wrong adjoint for Cholesky (#932)

Merged pull requests:

v0.6.6

25 Mar 16:34
56f4118
Compare
Choose a tag to compare

Zygote v0.6.6

Diff since v0.6.5

Closed issues:

  • Error in complex vector ODEs (#927)
  • Error with non-in-place vector ODEs (#928)

Merged pull requests:

  • add test for literal getproperty overwrite (#925) (@mzgubic)

v0.6.5

24 Mar 11:03
2717d48
Compare
Choose a tag to compare

Zygote v0.6.5

Diff since v0.6.4

Merged pull requests:

v0.6.4

13 Mar 16:54
6f96960
Compare
Choose a tag to compare

Zygote v0.6.4

Diff since v0.6.3

Closed issues:

  • How to calculate Jacobians (or just derivatives of vector functions) with Zygote? (#51)
  • Jacobian and Hessian (#98)
  • Jacobian in Zygote with Params (#413)
  • Second derivative of univariate functions: hessian() only takes arrays (#891)
  • Gradient of sum (#900)
  • jacobian not implemented in v0.6.3 ? (#910)
  • Zygote changes type of Interpolations within a function (#914)

Merged pull requests:

v0.6.3

01 Feb 15:37
1007950
Compare
Choose a tag to compare

Zygote v0.6.3

Diff since v0.6.2

Closed issues:

  • Gradient checkpointing? (#884)

Merged pull requests: