Skip to content

Commit 30e996e

Browse files
Backport AbstractMCMC 4 support (#48)
* CompatHelper: bump compat for AbstractMCMC to 4, (keep existing compat) (#46) * CompatHelper: bump compat for AbstractMCMC to 4, (keep existing compat) * CompatHelper: bump compat for AbstractMCMC to 4 for package test, (keep existing compat) (#47) Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org> Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> (cherry picked from commit cd05f0f) * Bump version Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e3b4752 commit 30e996e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "AdvancedPS"
22
uuid = "576499cb-2369-40b2-a588-c64705576edc"
33
authors = ["TuringLang"]
4-
version = "0.3.6"
4+
version = "0.3.7"
55

66
[deps]
77
AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001"
@@ -11,7 +11,7 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
1111
StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c"
1212

1313
[compat]
14-
AbstractMCMC = "2, 3"
14+
AbstractMCMC = "2, 3, 4"
1515
Distributions = "0.23, 0.24, 0.25"
1616
Libtask = "0.6.4, 0.7"
1717
StatsFuns = "0.9"

test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
66
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
77

88
[compat]
9-
AbstractMCMC = "2, 3"
9+
AbstractMCMC = "2, 3, 4"
1010
Distributions = "0.24, 0.25"
1111
Libtask = "0.6, 0.7"
1212
julia = "1.3"

0 commit comments

Comments
 (0)