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
+8
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,13 @@
1
1
# DynamicPPL Changelog
2
2
3
+
## 0.35.4
4
+
5
+
Fixed a type instability in an implementation of `with_logabsdet_jacobian`, which resulted in the log-jacobian returned being an Int in some cases and a Float in others.
6
+
This resolves an Enzyme.jl error on a number of models.
7
+
More generally, this version also changes the type of various log probabilities to be more consistent with one another.
8
+
Although we aren't fully there yet, our eventual aim is that log probabilities will generally default to Float64 on 64-bit systems, and Float32 on 32-bit systems.
9
+
If you run into any issues with these types, please get in touch.
10
+
3
11
## 0.35.3
4
12
5
13
`model | (@varname(x) => 1.0, @varname(y) => 2.0)` now works.
0 commit comments