Skip to content

chore: bump the all-julia-packages group across 4 directories with 2 updates#332

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/julia/all-julia-packages-dd86ca8791
Closed

chore: bump the all-julia-packages group across 4 directories with 2 updates#332
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/julia/all-julia-packages-dd86ca8791

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 10, 2026

Updates the requirements on SciMLBase and FlexiChains to permit the latest version.
Updates SciMLBase to 3.1.0

Release notes

Sourced from SciMLBase's releases.

v3.1.0

SciMLBase v3.1.0

Diff since v3.0.0

Merged pull requests:

Commits
  • 160c6b1 Update Project.toml
  • 8b63a4a Merge pull request #1311 from SciML/as/api-changes
  • 09770ff refactor: pass context struct to late_binding_update_u0_p
  • e72fe01 refactor: pass context struct to remake_initialization_data
  • 014e294 Document v3.0 breaking changes and migration guide
  • 83ba080 Update Project.toml
  • 6aadd3b Merge pull request #1310 from ChrisRackauckas-Claude/remove-redundant-zygote-...
  • a3d3838 Remove redundant Zygote integer-indexing adjoints for ODESolution
  • 70ff4b8 Merge pull request #1304 from SciML/v3
  • 9790e8e Merge pull request #1252 from isaacsas/ensemble_rng_redesign
  • Additional commits viewable in compare view

Updates FlexiChains to 0.4.9

Release notes

Sourced from FlexiChains's releases.

v0.4.9

FlexiChains v0.4.9

Diff since v0.4.8

Implemented MCMCDiagnosticTools.gelmandiag, MCMCDiagnosticTools.gelmandiag_multivariate, and MCMCDiagnosticTools.discretediag for FlexiChains.

Merged pull requests:

Closed issues:

  • Add gelmandiag (Gelman-Rubin-Brooks diagnostic) (#120)
  • Add discretediag (discrete parameter diagnostics) (#141)
  • begin and end don't work when indexing into chains (#153)
  • Test JLD2 serialisation (#157)
  • DynamicHMC wrapping (#158)
Changelog

Sourced from FlexiChains's changelog.

0.4.9

Implemented MCMCDiagnosticTools.gelmandiag, MCMCDiagnosticTools.gelmandiag_multivariate, and MCMCDiagnosticTools.discretediag for FlexiChains.

0.4.8

Adds a new function FlexiChains.from_stan_csv to parse Stan CSV files, plus a method FlexiChain{Symbol}(::StanSample.SampleModel) to convert from a SampleModel to FlexiChain (if sampling has already been run on the SampleModel).

0.4.7

Allow conversion of any FlexiChain{T} to MCMCChains.Chains, as long as Symbol(::T) is defined. Previously this conversion only worked for T <: VarName.

When indexing into a FlexiChain{Symbol} with a Symbol, FlexiChains now allows the symbol to resolve to an Extra, if such a key exists. Previously this would only look up parameters.

0.4.6

Adds a new function, FlexiChains.to_nt_and_stats, which samplers can overload in order to automatically bundle samples into FlexiChain{Symbol}.

Also implements the above for AdvancedHMC.jl, meaning that you can define a model that satisfies the LogDensityProblems interface, sample from it with AdvancedHMC, and collect the results in a FlexiChain{Symbol}.

See the integration docs page for more info.

0.4.5

Adds FlexiChains.Prefixed as a quick way to access VarNames that have an arbitrary prefix.

0.4.4

Added a new method FlexiChain{Symbol}(::MCMCChains.Chains) to convert a MCMCChains.Chains object into a FlexiChain{Symbol}. (Note that, if you are sampling with Turing, this is a poorer representation of the chain: you can sample directly into a VNChain instead, which is a FlexiChain{VarName}.)

Also improved the fidelity of the conversion to MCMCChains.Chains (previously metadata like sampling times and sampler states were dropped; they will now be included).

0.4.3

When using getindex on a chain or a summary, the returned DimArray now has the parameter as its name. Note that the name is stringified, so it is a lossy representation: this is because DimensionalData does not (publicly) allow the use of arbitrary types for array names (one can do it, but it requires overloading an internal method).

0.4.2

Added methods for FlexiChains.values_at and FlexiChains.parameters_at that take keyword arguments iter and chain instead of positional arguments. If unspecified, they default to :, i.e., all iterations and chains. This behaviour is designed to be consistent with that of getindex on FlexiChains.

The positional arguments are still supported, but will be removed in v0.5.

Fixed a few bugs in values_at and parameters_at where selectors or vectors of indices such as [1, 2] would fail.

... (truncated)

Commits

Updates SciMLBase to 3.1.0

Release notes

Sourced from SciMLBase's releases.

v3.1.0

SciMLBase v3.1.0

Diff since v3.0.0

Merged pull requests:

Commits
  • 160c6b1 Update Project.toml
  • 8b63a4a Merge pull request #1311 from SciML/as/api-changes
  • 09770ff refactor: pass context struct to late_binding_update_u0_p
  • e72fe01 refactor: pass context struct to remake_initialization_data
  • 014e294 Document v3.0 breaking changes and migration guide
  • 83ba080 Update Project.toml
  • 6aadd3b Merge pull request #1310 from ChrisRackauckas-Claude/remove-redundant-zygote-...
  • a3d3838 Remove redundant Zygote integer-indexing adjoints for ODESolution
  • 70ff4b8 Merge pull request #1304 from SciML/v3
  • 9790e8e Merge pull request #1252 from isaacsas/ensemble_rng_redesign
  • Additional commits viewable in compare view

Updates FlexiChains to 0.4.9

Release notes

Sourced from FlexiChains's releases.

v0.4.9

FlexiChains v0.4.9

Diff since v0.4.8

Implemented MCMCDiagnosticTools.gelmandiag, MCMCDiagnosticTools.gelmandiag_multivariate, and MCMCDiagnosticTools.discretediag for FlexiChains.

Merged pull requests:

Closed issues:

  • Add gelmandiag (Gelman-Rubin-Brooks diagnostic) (#120)
  • Add discretediag (discrete parameter diagnostics) (#141)
  • begin and end don't work when indexing into chains (#153)
  • Test JLD2 serialisation (#157)
  • DynamicHMC wrapping (#158)
Changelog

Sourced from FlexiChains's changelog.

0.4.9

Implemented MCMCDiagnosticTools.gelmandiag, MCMCDiagnosticTools.gelmandiag_multivariate, and MCMCDiagnosticTools.discretediag for FlexiChains.

0.4.8

Adds a new function FlexiChains.from_stan_csv to parse Stan CSV files, plus a method FlexiChain{Symbol}(::StanSample.SampleModel) to convert from a SampleModel to FlexiChain (if sampling has already been run on the SampleModel).

0.4.7

Allow conversion of any FlexiChain{T} to MCMCChains.Chains, as long as Symbol(::T) is defined. Previously this conversion only worked for T <: VarName.

When indexing into a FlexiChain{Symbol} with a Symbol, FlexiChains now allows the symbol to resolve to an Extra, if such a key exists. Previously this would only look up parameters.

0.4.6

Adds a new function, FlexiChains.to_nt_and_stats, which samplers can overload in order to automatically bundle samples into FlexiChain{Symbol}.

Also implements the above for AdvancedHMC.jl, meaning that you can define a model that satisfies the LogDensityProblems interface, sample from it with AdvancedHMC, and collect the results in a FlexiChain{Symbol}.

See the integration docs page for more info.

0.4.5

Adds FlexiChains.Prefixed as a quick way to access VarNames that have an arbitrary prefix.

0.4.4

Added a new method FlexiChain{Symbol}(::MCMCChains.Chains) to convert a MCMCChains.Chains object into a FlexiChain{Symbol}. (Note that, if you are sampling with Turing, this is a poorer representation of the chain: you can sample directly into a VNChain instead, which is a FlexiChain{VarName}.)

Also improved the fidelity of the conversion to MCMCChains.Chains (previously metadata like sampling times and sampler states were dropped; they will now be included).

0.4.3

When using getindex on a chain or a summary, the returned DimArray now has the parameter as its name. Note that the name is stringified, so it is a lossy representation: this is because DimensionalData does not (publicly) allow the use of arbitrary types for array names (one can do it, but it requires overloading an internal method).

0.4.2

Added methods for FlexiChains.values_at and FlexiChains.parameters_at that take keyword arguments iter and chain instead of positional arguments. If unspecified, they default to :, i.e., all iterations and chains. This behaviour is designed to be consistent with that of getindex on FlexiChains.

The positional arguments are still supported, but will be removed in v0.5.

Fixed a few bugs in values_at and parameters_at where selectors or vectors of indices such as [1, 2] would fail.

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…updates

Updates the requirements on [SciMLBase](https://github.com/SciML/SciMLBase.jl) and [FlexiChains](https://github.com/penelopeysm/FlexiChains.jl) to permit the latest version.

Updates `SciMLBase` to 3.1.0
- [Release notes](https://github.com/SciML/SciMLBase.jl/releases)
- [Commits](SciML/SciMLBase.jl@v2.30.0...v3.1.0)

Updates `FlexiChains` to 0.4.9
- [Release notes](https://github.com/penelopeysm/FlexiChains.jl/releases)
- [Changelog](https://github.com/penelopeysm/FlexiChains.jl/blob/main/HISTORY.md)
- [Commits](penelopeysm/FlexiChains.jl@v0.3.4...v0.4.9)

Updates `SciMLBase` to 3.1.0
- [Release notes](https://github.com/SciML/SciMLBase.jl/releases)
- [Commits](SciML/SciMLBase.jl@v2.30.0...v3.1.0)

Updates `FlexiChains` to 0.4.9
- [Release notes](https://github.com/penelopeysm/FlexiChains.jl/releases)
- [Changelog](https://github.com/penelopeysm/FlexiChains.jl/blob/main/HISTORY.md)
- [Commits](penelopeysm/FlexiChains.jl@v0.3.4...v0.4.9)

---
updated-dependencies:
- dependency-name: SciMLBase
  dependency-version: 3.1.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: FlexiChains
  dependency-version: 0.4.9
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: SciMLBase
  dependency-version: 3.1.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: FlexiChains
  dependency-version: 0.4.9
  dependency-type: direct:production
  dependency-group: all-julia-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file julia Pull requests that update julia code labels Apr 10, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Apr 13, 2026

Superseded by #333.

@dependabot dependabot bot closed this Apr 13, 2026
@dependabot dependabot bot deleted the dependabot/julia/all-julia-packages-dd86ca8791 branch April 13, 2026 23:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file julia Pull requests that update julia code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants