Skip to content

Commit

Permalink
add Compat to make new interface functions public
Browse files Browse the repository at this point in the history
  • Loading branch information
sunxd3 committed Jul 22, 2024
1 parent 26027ea commit 6ebab49
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ version = "5.2.0"

[deps]
BangBang = "198e06fe-97b7-11e9-32a5-e1d131e6ad66"
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
ConsoleProgressMonitor = "88cd18e8-d9cc-4ea6-8889-5259c0d15c8b"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
Expand All @@ -21,6 +22,7 @@ Transducers = "28d57a85-8fef-5791-bfe6-a80928e7c999"

[compat]
BangBang = "0.3.19, 0.4"
Compat = "4.15.0"
ConsoleProgressMonitor = "0.1"
FillArrays = "1"
LogDensityProblems = "2"
Expand Down
3 changes: 3 additions & 0 deletions src/AbstractMCMC.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module AbstractMCMC

using BangBang: BangBang
using Compat
using ConsoleProgressMonitor: ConsoleProgressMonitor
using LogDensityProblems: LogDensityProblems
using LoggingExtras: LoggingExtras
Expand All @@ -21,6 +22,8 @@ export sample
# Parallel sampling types
export MCMCThreads, MCMCDistributed, MCMCSerial

@compat public recompute_logprob!!, getparams

"""
AbstractChains
Expand Down

0 comments on commit 6ebab49

Please sign in to comment.