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
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,10 @@ If the calculated value or gradient is incorrect, it also throws a `DynamicPPL.T
12
12
This exception contains the actual and expected gradient so you can inspect it if needed; see the documentation for more information.
13
13
From a practical perspective, this means that if you need to add this to a test suite, you need to use `@test run_ad(...) isa Any` rather than just `run_ad(...)`.
14
14
15
+
### SimpleVarInfo linking / invlinking
16
+
17
+
Linking a linked SimpleVarInfo, or invlinking an unlinked SimpleVarInfo, now displays a warning instead of an error.
18
+
15
19
### VarInfo constructors
16
20
17
21
`VarInfo(vi::VarInfo, values)` has been removed. You can replace this directly with `unflatten(vi, values)` instead.
0 commit comments