Skip to content

Update Turing requirement from 0.33, 0.34, 0.35, 0.36, 0.45, 0.46, 0.47, 0.48 to 0.33, 0.34, 0.35, 0.36, 0.45, 0.46, 0.47, 0.48, 0.49 in the all-julia-packages group across 1 directory - #347

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/julia/all-julia-packages-0d5edfaf50
Open

Update Turing requirement from 0.33, 0.34, 0.35, 0.36, 0.45, 0.46, 0.47, 0.48 to 0.33, 0.34, 0.35, 0.36, 0.45, 0.46, 0.47, 0.48, 0.49 in the all-julia-packages group across 1 directory#347
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/julia/all-julia-packages-0d5edfaf50

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 14, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on Turing to permit the latest version.
Updates Turing to 0.49.0

Release notes

Sourced from Turing's releases.

v0.49.0

Turing v0.49.0

Diff since v0.48.0

DynamicPPL 0.42.13 is now the minimum, so that SMC, PG and CSMC build a TapedTask again (#2895).

Breaking changes

NamedDist is no longer re-exported, following its removal from DynamicPPL. Replace x ~ NamedDist(dist, :y) with y ~ dist, followed by x = y if a local alias is needed (#2895).

Merged pull requests:

Changelog

Sourced from Turing's changelog.

0.49.0

DynamicPPL 0.42.13 is now the minimum, so that SMC, PG and CSMC build a TapedTask again (#2895).

Breaking changes

NamedDist is no longer re-exported, following its removal from DynamicPPL. Replace x ~ NamedDist(dist, :y) with y ~ dist, followed by x = y if a local alias is needed (#2895).

0.48.0

Breaking changes

The SGLD and SGHMC samplers, which did not support minibatching, have been removed along with PolynomialStepsize (#2890).

MH(var => proposal, ...) and LinkedRW have been removed. Use MH() for prior proposals, or MH(cov_matrix) for a Gaussian random walk over the complete linked parameter vector. In Gibbs, assign MH(cov_matrix) to the target variable block (#2883).

Gibbs now conditions its components with DynamicPPL.condition. GibbsContext and Turing.Inference.make_conditional are removed. Rename isgibbscomponent to supports_gibbs and gibbs_get_raw_values to gibbs_get_parameter_values; the old names are deprecated. Gibbs no longer supports model arguments containing missing: declare the latent variable inside the model and condition on observations instead (#2863).

Every variable reached by a Gibbs model must belong to a component. A component may not change the dimension or existence of a variable owned only by another component; put the variable and whatever decides its shape in one block. Changes to another block's support or distributional form remain unchecked and can make the chain reducible; see the Gibbs docstring (#2863).

Other changes

ESS Gibbs components now use the current conditional prior after another component changes its parameters (#2885).

Gibbs chains now include component-sampler statistics (#2863).

NUTS and HMCDA now accept a NamedTuple or Dict{VarName} initial_params, which HMC already did (#2878).

Emcee now honours chain_type=MCMCChains.Chains, and refuses walkers that start in different parameter layouts instead of failing inside the decode or the stretch proposal (#2879).

estimate_mode now represents indexed bounds using the model's parameter shapes, avoiding growable-array warnings during optimisation (#2888).

estimate_mode now throws on a bound that does not cover a whole variable, where it previously either dropped it and returned the unconstrained mode or failed with a bare DimensionMismatch, and warns on a bound no variable can use rather than ignoring it in silence (#2880).

Prior() now warns that initial_params has no effect instead of discarding it silently (#2881).

... (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

…47, 0.48 to 0.33, 0.34, 0.35, 0.36, 0.45, 0.46, 0.47, 0.48, 0.49

Updates the requirements on [Turing](https://github.com/TuringLang/Turing.jl) to permit the latest version.

Updates `Turing` to 0.49.0
- [Release notes](https://github.com/TuringLang/Turing.jl/releases)
- [Changelog](https://github.com/TuringLang/Turing.jl/blob/main/HISTORY.md)
- [Commits](https://github.com/TuringLang/Turing.jl/commits/v0.49.0)

---
updated-dependencies:
- dependency-name: Turing
  dependency-version: 0.49.0
  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 Sep 14, 2026
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