Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
sunxd3 committed Oct 11, 2024
1 parent ddb588c commit d6ab10a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ uuid = "80f14c24-f653-4e6a-9b94-39d6b0f70001"
keywords = ["markov chain monte carlo", "probabilistic programming"]
license = "MIT"
desc = "A lightweight interface for common MCMC methods."
version = "5.4.0"
version = "5.5.0"

[deps]
BangBang = "198e06fe-97b7-11e9-32a5-e1d131e6ad66"
Expand Down
1 change: 1 addition & 0 deletions src/AbstractMCMC.jl
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ word, the sampler should implement a consistent transformation between its inter
and the vector representation of the parameter values.
"""
function setparams!! end

include("samplingstats.jl")
include("logging.jl")
include("interface.jl")
Expand Down

0 comments on commit d6ab10a

Please sign in to comment.