Skip to content

Commit

Permalink
CompatHelper: bump compat for DimensionalData to 0.26 for package doc…
Browse files Browse the repository at this point in the history
…s, (keep existing compat) (#330)

* CompatHelper: bump compat for DimensionalData to 0.26 for package docs, (keep existing compat)

* Increment patch number

* Bump required PosteriorStats version for docs

---------

Co-authored-by: CompatHelper Julia <[email protected]>
Co-authored-by: Seth Axen <[email protected]>
  • Loading branch information
3 people committed Mar 13, 2024
1 parent 6c4f374 commit a1162a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.10.4"
version = "0.10.5"

[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 @@ -32,7 +32,7 @@ ArviZExampleData = "0.1.5"
ArviZPythonPlots = "0.1"
CairoMakie = "0.8.9, 0.9, 0.10, 0.11"
DataFrames = "1"
DimensionalData = "0.23, 0.24"
DimensionalData = "0.23, 0.24, 0.26"
Distributions = "0.25"
Documenter = "1"
Downloads = "1.6"
Expand All @@ -44,7 +44,7 @@ MLJIteration = "0.6"
PSIS = "0.9.1"
PlutoStaticHTML = "4.0.5, 5, 6"
PlutoUI = "0.7"
PosteriorStats = "0.1.1, 0.2"
PosteriorStats = "0.2.2"
StanSample = "7.0.1"
StatisticalMeasures = "0.1"
Statistics = "1.6"
Expand Down

2 comments on commit a1162a5

@sethaxen
Copy link
Member

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/102808

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

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.10.5 -m "<description of version>" a1162a5e1cf37aa8f5b959af43647f25385fd58a
git push origin v0.10.5

Please sign in to comment.