Skip to content

Commit ef5a1ce

Browse files
committed
Bump version, add changelog entry
1 parent adaa112 commit ef5a1ce

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Diff for: HISTORY.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# DynamicPPL Changelog
22

3+
## 0.35.8
4+
5+
Added the `DynamicPPL.TestUtils.AD.run_ad` function to test the correctness and/or benchmark the performance of an automatic differentiation backend on DynamicPPL models.
6+
Please see [the docstring](https://turinglang.org/DynamicPPL.jl/api/#DynamicPPL.TestUtils.AD.run_ad) for more information.
7+
38
## 0.35.7
49

510
`check_model_and_trace` now errors if any NaN's are encountered when evaluating the model.

Diff for: Project.toml

+1-1
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.35.7"
3+
version = "0.35.8"
44

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

0 commit comments

Comments
 (0)