Skip to content

Commit 9ecf3dc

Browse files
Remove acclogp! and setlogp! from exports since they are not defined anymore (#413)
Looks like only `acclogp!!` and `setlogp!!` are defined and `acclogp!` and `setlogp!` have been removed hence they shouldn't be exported, finding it exported but getting `UndefVarError` confused me for a bit. Co-authored-by: David Widmann <[email protected]>
1 parent 4938a31 commit 9ecf3dc

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

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.19.2"
3+
version = "0.19.3"
44

55
[deps]
66
AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001"

src/DynamicPPL.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ export AbstractVarInfo,
3838
push!!,
3939
empty!!,
4040
getlogp,
41-
setlogp!,
42-
acclogp!,
4341
resetlogp!,
4442
setlogp!!,
4543
acclogp!!,

0 commit comments

Comments
 (0)