Releases: FluxML/Zygote.jl
Releases · FluxML/Zygote.jl
v0.7.10
Zygote v0.7.10
Merged pull requests:
- Add symmteric
accummethod for empty gradients (#1577) (@DhairyaLGandhi)
v0.7.9
Zygote v0.7.9
Merged pull requests:
- chore: handle
accumwhen no grads are present (#1576) (@DhairyaLGandhi)
v0.7.8
Zygote v0.7.8
Merged pull requests:
- Backport
typesoffix for 0.6 (#1571) (@serenity4) - Accumulate mutable structs with
Ref(#1574) (@DhairyaLGandhi)
Closed issues:
- Pullback of
exponentfails,jnot defined in Zygote (#1573)
v0.6.77
Zygote v0.6.77
This release has been identified as a backport.
Automated changelogs for backports tend to be wildly incorrect.
Therefore, the list of issues and pull requests is hidden.
v0.7.7
Zygote v0.7.7
Merged pull requests:
- support [email protected] for v0.6 (#1566) (@oscardssmith)
- Import
typesoffrom Base instead of InteractiveUtils (#1569) (@serenity4)
v0.6.76
Zygote v0.6.76
This release has been identified as a backport.
Automated changelogs for backports tend to be wildly incorrect.
Therefore, the list of issues and pull requests is hidden.
v0.7.6
Zygote v0.7.6
Merged pull requests:
- chore: add unthunk_tangent rule for Ref (#1564) (@DhairyaLGandhi)
- Remove DynamicPPL integration test (#1565) (@penelopeysm)
v0.7.5
v0.7.4
Zygote v0.7.4
Merged pull requests:
- Remove Molly.jl from Downstream.yml CI (#1554) (@ToucheSir)
- Don't create nested thunks when accumulating (#1555) (@ToucheSir)
Closed issues:
- nested AD on CUDA array (#1450)