Skip to content

Commit 1bb97ae

Browse files
committed
Bump minor version to 0.40
1 parent ffc4623 commit 1bb97ae

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

HISTORY.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# DynamicPPL Changelog
22

3+
## 0.40
4+
35
## 0.39.1
46

57
`LogDensityFunction` now allows you to call `logdensity_and_gradient(ldf, x)` with `AbstractVector`s `x` that are not plain Vectors (they will be converted internally before calculating the gradient).

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.39.1"
3+
version = "0.40"
44

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

benchmarks/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ DynamicPPL = {path = "../"}
2424
ADTypes = "1.14.0"
2525
Chairmarks = "1.3.1"
2626
Distributions = "0.25.117"
27-
DynamicPPL = "0.39"
27+
DynamicPPL = "0.40"
2828
Enzyme = "0.13"
2929
ForwardDiff = "1"
3030
JSON = "1.3.0"

docs/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Accessors = "0.1"
2121
Distributions = "0.25"
2222
Documenter = "1"
2323
DocumenterMermaid = "0.1, 0.2"
24-
DynamicPPL = "0.39"
24+
DynamicPPL = "0.40"
2525
FillArrays = "0.13, 1"
2626
ForwardDiff = "0.10, 1"
2727
JET = "0.9, 0.10, 0.11"

0 commit comments

Comments
 (0)