Skip to content

Commit

Permalink
Bump dependency lower bounds (#352)
Browse files Browse the repository at this point in the history
* Drop support for old versions of reexported packages

* Update test and docs compats lower bounds

* Increase Julia lower bound to 1.9

Required by InferenceObjects v0.4 requirement

* Update dependency lower bounds

* Update docs dependency lower bounds

* Update stdlib compats to match min Julia version

* Test extensions with lowest Julia version
  • Loading branch information
sethaxen authored Aug 10, 2024
1 parent b96b994 commit 9938892
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ExtensionTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
julia-version: [1.6, 1]
julia-version: [1.9, 1]
extension:
- ArviZMCMCChainsExt
- ArviZSampleChainsExt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
julia-version: ["1", "1.6"]
julia-version: ["1", "1.9"]
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v4
Expand Down
12 changes: 6 additions & 6 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@ ArviZSampleChainsDynamicHMCExt = ["SampleChains", "SampleChainsDynamicHMC"]
ArviZSampleChainsExt = "SampleChains"

[compat]
InferenceObjects = "0.3.11, 0.4"
InferenceObjects = "0.4"
MCMCChains = "6"
MCMCDiagnosticTools = "0.3.4"
PSIS = "0.9.1"
PosteriorStats = "0.1.1, 0.2"
Reexport = "1"
Requires = "0.5.2, 1.0"
PosteriorStats = "0.2.2"
Reexport = "1.2"
Requires = "1.3"
SampleChains = "0.5"
SampleChainsDynamicHMC = "0.3"
StatsBase = "0.32, 0.33, 0.34"
julia = "1.6"
StatsBase = "0.33.7"
julia = "1.9"

[extras]
MCMCChains = "c7f686f2-ff18-58e9-bc7b-31028e88f75d"
Expand Down
26 changes: 13 additions & 13 deletions docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,27 +26,27 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Turing = "fce5fe82-541a-59a6-adf8-730c64b5f9a0"

[compat]
AlgebraOfGraphics = "0.6.9"
AlgebraOfGraphics = "0.6.13"
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, 0.27"
Distributions = "0.25"
ArviZExampleData = "0.1.10"
ArviZPythonPlots = "0.1.7"
CairoMakie = "0.10, 0.11"
DataFrames = "1.4"
DimensionalData = "0.27"
Distributions = "0.25.81"
Documenter = "1"
Downloads = "1.6"
Downloads = "1.9"
EvoTrees = "0.14.8, 0.15, 0.16"
InferenceObjects = "0.3.11, 0.4"
MCMCDiagnosticTools = "0.3"
InferenceObjects = "0.4"
MCMCDiagnosticTools = "0.3.4"
MLJBase = "1"
MLJIteration = "0.6"
PSIS = "0.9.1"
PlutoStaticHTML = "4.0.5, 5, 6"
PlutoUI = "0.7"
PosteriorStats = "0.2.2"
StanSample = "7.0.1"
StatisticalMeasures = "0.1"
Statistics = "1.6"
StatsBase = "0.32, 0.33, 0.34"
StatisticalMeasures = "0.1.1"
Statistics = "1.9"
StatsBase = "0.33.7, 0.34"
Turing = "0.24.1, 0.25, 0.26, 0.27, 0.28, 0.29, 0.30"
8 changes: 4 additions & 4 deletions test/ext/ArviZMCMCChainsExt/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
ArviZ = "0.12.0"
DimensionalData = "0.24, 0.25, 0.26, 0.27"
DimensionalData = "0.27"
MCMCChains = "6"
OrderedCollections = "1"
Random = "1.6"
Test = "1.6"
OrderedCollections = "1.4"
Random = "1.9"
Test = "1.9"
6 changes: 3 additions & 3 deletions test/ext/ArviZSampleChainsDynamicHMCExt/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

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

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

2 comments on commit 9938892

@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/112870

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.12.0 -m "<description of version>" 9938892a09252d8cadae8ce75a059e7ca5495f19
git push origin v0.12.0

Please sign in to comment.