Skip to content

Commit 4ec0c72

Browse files
committed
Merge branch 'main' into py/fastldf
2 parents 86d8a73 + 08fffa2 commit 4ec0c72

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

HISTORY.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# DynamicPPL Changelog
22

3-
## 0.38.9
3+
## 0.38.10
44

55
Added `DynamicPPL.Experimental.FastLDF`, a version of `LogDensityFunction` that provides performance improvements on the order of 2–10× for both model evaluation as well as automatic differentiation.
66
Exact speedups depend on the model size: larger models have less significant speedups because the bulk of the work is done in calls to `logpdf`.
@@ -10,6 +10,10 @@ We intend to replace `LogDensityFunction` with `FastLDF` in a release in the nea
1010

1111
For more information about `FastLDF`, please see https://github.com/TuringLang/DynamicPPL.jl/pull/1113 as well as the `src/fasteval.jl` file, which contains extensive comments.
1212

13+
## 0.38.9
14+
15+
Remove warning when using Enzyme as the AD backend.
16+
1317
## 0.38.8
1418

1519
Added a new exported struct, `DynamicPPL.ParamsWithStats`.

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "DynamicPPL"
22
uuid = "366bfd00-2699-11ea-058f-f148b4cae6d8"
3-
version = "0.38.9"
3+
version = "0.38.10"
44

55
[deps]
66
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"

0 commit comments

Comments
 (0)