Skip to content

Commit 48ba9b0

Browse files
committed
Add deprecations file
1 parent 4fba750 commit 48ba9b0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/AbstractMCMC.jl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,6 @@ in parallel.
5555
"""
5656
abstract type AbstractMCMCEnsemble end
5757

58-
# Deprecate the old name AbstractMCMCParallel in favor of AbstractMCMCEnsemble
59-
Base.@deprecate_binding AbstractMCMCParallel AbstractMCMCEnsemble false
60-
6158
"""
6259
MCMCThreads
6360
@@ -88,5 +85,6 @@ include("interface.jl")
8885
include("sample.jl")
8986
include("stepper.jl")
9087
include("transducer.jl")
88+
include("deprecations.jl")
9189

9290
end # module AbstractMCMC

src/deprecations.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Deprecate the old name AbstractMCMCParallel in favor of AbstractMCMCEnsemble
2+
Base.@deprecate_binding AbstractMCMCParallel AbstractMCMCEnsemble false

0 commit comments

Comments
 (0)