Skip to content

Commit c38abda

Browse files
github-actions[bot]CompatHelper Juliashravanngoswamiipenelopeysm
authored
CompatHelper: bump compat for MCMCChains to 7, (keep existing compat) (#2562)
* CompatHelper: bump compat for MCMCChains to 7, (keep existing compat) * Closes #2563 by adding its changes here bump compat for MCMCChains to 7 for package test, (keep existing compat) * Update Changelog: * updated Changelog: HISTORY.md * Update HISTORY.md Co-authored-by: Penelope Yong <penelopeysm@gmail.com> --------- Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org> Co-authored-by: Shravan Goswami <shravanngoswamii@gmail.com> Co-authored-by: Shravan Goswami <123811742+shravanngoswamii@users.noreply.github.com> Co-authored-by: Penelope Yong <penelopeysm@gmail.com>
1 parent f184d3f commit c38abda

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

HISTORY.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Release 0.38.2
2+
3+
Bump compat for `MCMCChains` to `7`.
4+
By default, summary statistics and quantiles for chains are no longer printed; to access these you should use `describe(chain)`.
5+
16
# Release 0.38.1
27

38
The method `Bijectors.bijector(::DynamicPPL.Model)` was moved to DynamicPPL.jl.

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "Turing"
22
uuid = "fce5fe82-541a-59a6-adf8-730c64b5f9a0"
3-
version = "0.38.1"
3+
version = "0.38.2"
44

55
[deps]
66
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
@@ -68,7 +68,7 @@ ForwardDiff = "0.10.3"
6868
Libtask = "0.8.8"
6969
LinearAlgebra = "1"
7070
LogDensityProblems = "2"
71-
MCMCChains = "5, 6"
71+
MCMCChains = "5, 6, 7"
7272
NamedArrays = "0.9, 0.10"
7373
Optim = "1"
7474
Optimization = "3, 4"

test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ HypothesisTests = "0.11"
5959
LinearAlgebra = "1"
6060
LogDensityProblems = "2"
6161
LogDensityProblemsAD = "1.4"
62-
MCMCChains = "5, 6"
62+
MCMCChains = "5, 6, 7"
6363
Mooncake = "0.4.95"
6464
NamedArrays = "0.9.4, 0.10"
6565
Optim = "1"

0 commit comments

Comments
 (0)