Skip to content

Commit 6ebab49

Browse files
committed
add Compat to make new interface functions public
1 parent 26027ea commit 6ebab49

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Project.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ version = "5.2.0"
77

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

2223
[compat]
2324
BangBang = "0.3.19, 0.4"
25+
Compat = "4.15.0"
2426
ConsoleProgressMonitor = "0.1"
2527
FillArrays = "1"
2628
LogDensityProblems = "2"

src/AbstractMCMC.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
module AbstractMCMC
22

33
using BangBang: BangBang
4+
using Compat
45
using ConsoleProgressMonitor: ConsoleProgressMonitor
56
using LogDensityProblems: LogDensityProblems
67
using LoggingExtras: LoggingExtras
@@ -21,6 +22,8 @@ export sample
2122
# Parallel sampling types
2223
export MCMCThreads, MCMCDistributed, MCMCSerial
2324

25+
@compat public recompute_logprob!!, getparams
26+
2427
"""
2528
AbstractChains
2629

0 commit comments

Comments
 (0)