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
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,18 @@
4
4
5
5
Removed the method `returned(::Model, values, keys)`; please use `returned(::Model, ::AbstractDict{<:VarName})` instead.
6
6
7
+
## 0.38.7
8
+
9
+
Made a small tweak to DynamicPPL's compiler output to avoid potential undefined variables when resuming model functions midway through (e.g. with Libtask in Turing's SMC/PG samplers).
10
+
11
+
## 0.38.6
12
+
13
+
Renamed keyword argument `only_ddpl` to `only_dppl` for `Experimental.is_suitable_varinfo`.
14
+
15
+
## 0.38.5
16
+
17
+
Improve performance of VarNamedVector, mostly by changing how it handles contiguification.
18
+
7
19
## 0.38.4
8
20
9
21
Improve performance of VarNamedVector. It should now be very nearly on par with Metadata for all models we've benchmarked on.
0 commit comments