Skip to content

Commit

Permalink
Remove acclogp! and setlogp! from exports since they are not defi…
Browse files Browse the repository at this point in the history
…ned 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]>
  • Loading branch information
Vaibhavdixit02 and devmotion committed Jun 18, 2022
1 parent 4938a31 commit 9ecf3dc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "DynamicPPL"
uuid = "366bfd00-2699-11ea-058f-f148b4cae6d8"
version = "0.19.2"
version = "0.19.3"

[deps]
AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001"
Expand Down
2 changes: 0 additions & 2 deletions src/DynamicPPL.jl
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ export AbstractVarInfo,
push!!,
empty!!,
getlogp,
setlogp!,
acclogp!,
resetlogp!,
setlogp!!,
acclogp!!,
Expand Down

2 comments on commit 9ecf3dc

@devmotion
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/62633

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.19.3 -m "<description of version>" 9ecf3dcce5119c1188a2f09cb29bda3e712c52e0
git push origin v0.19.3

Please sign in to comment.