You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: HISTORY.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,12 @@
6
6
7
7
0.37 removes the old Gibbs constructors deprecated in 0.36.
8
8
9
+
### Remove Zygote support
10
+
11
+
Zygote is no longer officially supported as an automatic differentiation backend, and `AutoZygote` is no longer exported. You can continue to use Zygote by importing `AutoZygote` from ADTypes and it may well continue to work, but it is no longer tested and no effort will be expended to fix it if something breaks.
12
+
13
+
[Mooncake](https://github.com/compintell/Mooncake.jl/) is the recommended replacement for Zygote.
14
+
9
15
### DynamicPPL 0.35
10
16
11
17
Turing.jl v0.37 uses DynamicPPL v0.35, which brings with it several breaking changes:
0 commit comments