Skip to content

Commit

Permalink
Update DimensionalData compat (#218)
Browse files Browse the repository at this point in the history
* Bump DimensionalData compat

* Increment version number
  • Loading branch information
sethaxen authored Aug 13, 2022
1 parent ff15482 commit e0c6e6f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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.6.1"
version = "0.6.2"

[deps]
Conda = "8f4d0f93-b110-5947-807f-2305c1781a2d"
Expand All @@ -21,7 +21,7 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
[compat]
Conda = "1.0"
DataFrames = "0.20, 0.21, 0.22, 1.0"
DimensionalData = "0.20"
DimensionalData = "0.20, 0.21"
LogExpFunctions = "0.2.0, 0.3"
OrderedCollections = "1"
PSIS = "0.2, 0.3, 0.4, 0.5"
Expand Down
2 changes: 1 addition & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ArviZ = "0.6"
CairoMakie = "0.8.9"
CmdStan = "6.0"
DataFrames = "1"
DimensionalData = "0.20"
DimensionalData = "0.20, 0.21"
Distributions = "0.25"
Documenter = "0.27"
MCMCChains = "5.0"
Expand Down
2 changes: 1 addition & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[compat]
CmdStan = "5.2.3, 6.0"
DataFrames = "0.20, 0.21, 0.22, 1.0"
DimensionalData = "0.20"
DimensionalData = "0.20, 0.21"
MCMCChains = "0.3.15, 0.4, 1.0, 2.0, 3.0, 4.0, 5.0"
OffsetArrays = "1"
OrderedCollections = "1"
Expand Down

2 comments on commit e0c6e6f

@sethaxen
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/66197

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.6.2 -m "<description of version>" e0c6e6f38be231c76da7ea6c6544e495e9f36d08
git push origin v0.6.2

Please sign in to comment.