Skip to content

Commit

Permalink
Bump compat for DimensionalData v0.27 (#350)
Browse files Browse the repository at this point in the history
* Bump DimensionalData compat for tests

* Bump DimensionalData compat for docs

* Increment minor version number

* Bump required ArviZ version for tests and docs
  • Loading branch information
sethaxen committed Aug 10, 2024
1 parent 6f26a85 commit b96b994
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "ArviZ"
uuid = "131c737c-5715-5e2e-ad31-c244f01c1dc7"
authors = ["Seth Axen <[email protected]>"]
version = "0.11.0"
version = "0.12.0"

[deps]
InferenceObjects = "b5cf5a8d-e756-4ee3-b014-01d49d192c00"
Expand Down
4 changes: 2 additions & 2 deletions docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ Turing = "fce5fe82-541a-59a6-adf8-730c64b5f9a0"

[compat]
AlgebraOfGraphics = "0.6.9"
ArviZ = "0.11.0"
ArviZ = "0.12.0"
ArviZExampleData = "0.1.5"
ArviZPythonPlots = "0.1"
CairoMakie = "0.8.9, 0.9, 0.10, 0.11"
DataFrames = "1"
DimensionalData = "0.23, 0.24, 0.26"
DimensionalData = "0.23, 0.24, 0.26, 0.27"
Distributions = "0.25"
Documenter = "1"
Downloads = "1.6"
Expand Down
4 changes: 2 additions & 2 deletions test/ext/ArviZMCMCChainsExt/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
ArviZ = "0.11.0"
DimensionalData = "0.24, 0.25, 0.26"
ArviZ = "0.12.0"
DimensionalData = "0.24, 0.25, 0.26, 0.27"
MCMCChains = "6"
OrderedCollections = "1"
Random = "1.6"
Expand Down
4 changes: 2 additions & 2 deletions test/ext/ArviZSampleChainsDynamicHMCExt/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ SampleChainsDynamicHMC = "6d9fd711-e8b2-4778-9c70-c1dfb499d4c4"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
ArviZ = "0.11.0"
DimensionalData = "0.24, 0.25, 0.26"
ArviZ = "0.12.0"
DimensionalData = "0.24, 0.25, 0.26, 0.27"
Random = "1.6"
SampleChains = "0.5"
SampleChainsDynamicHMC = "0.3"
Expand Down
4 changes: 2 additions & 2 deletions test/ext/ArviZSampleChainsExt/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ SampleChains = "754583d1-7fc4-4dab-93b5-5eaca5c9622e"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
ArviZ = "0.11.0"
DimensionalData = "0.24, 0.25, 0.26"
ArviZ = "0.12.0"
DimensionalData = "0.24, 0.25, 0.26, 0.27"
Random = "1.6"
SampleChains = "0.5"
Test = "1.6"

0 comments on commit b96b994

Please sign in to comment.