Skip to content

Bump the all-julia-packages group across 7 directories with 12 updates#1428

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

Bump the all-julia-packages group across 7 directories with 12 updates#1428
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/julia/all-julia-packages-0d6e6dd644

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 22, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on OrderedCollections, PartitionedDistributions, StatsFuns, DynamicPPL, Bijectors, AbstractPPL, ADTypes, ForwardDiff, DifferentiationInterface, Enzyme, Distributions and LogDensityProblems to permit the latest version.
Updates OrderedCollections to 2.0.0

Release notes

Sourced from OrderedCollections's releases.

v2.0.0

OrderedCollections v2.0.0

Diff since v1.8.2

v2 is only removal of long standing depreactions. If you are using v1.7 or newer already and you can run your code with --depwarn=error then there is nothing to change.

Breaking:

Removed deprecated functionality:

Merged pull requests:

Closed issues:

  • Type piracy? (#25)
Commits
  • d5d76c7 Merge pull request #164 from JuliaCollections/ox/v2
  • 68ab740 Remove depreacations for v2.0 release
  • 7bb0847 Bump version from 1.8.1 to 1.8.2
  • 6af78d8 OrderedDict: improve performance for non-concrete values and keys (#166)
  • 1eaa980 Bump actions/checkout from 5 to 6 (#157)
  • 7be2211 Bump actions/checkout from 4 to 5 (#156)
  • a25bffa Add Integer type annotation to sizehint! overloads (#155)
  • a64f186 issorted(ld; byvalue=true) for LittleDicts (#151)
  • 5ec1764 LittleDict constructor from AbstractDict (#150)
  • 7b3daef CI: workaround TagBot issues
  • Additional commits viewable in compare view

Updates PartitionedDistributions to 0.1.0

Release notes

Sourced from PartitionedDistributions's releases.

v0.1.0

PartitionedDistributions v0.1.0

Breaking changes

  • No breaking changes. Version number updated from 0.0.x series to 0.1.x series, which Julia semver interprets as breaking.

Closed issues:

  • Renaming the package (#12)
  • TagBot trigger issue (#13)
  • Fallback for things like pointwise_conditional_logpdfs(::UnivariateDistribution, ::AbstractArray)? (#20)
Commits
  • 3061e9f chore: Bump version from 0.0.2 to 0.1.0 (#23)
  • 70da5c1 build(deps): Update LogExpFunctions requirement from 0.3.2 to 0.3.2, 1.0 (#21)
  • 6cef6fd build(deps): Bump codecov/codecov-action from 6 to 7 (#22)
  • 9c6310d build(deps): Bump julia-actions/setup-julia from 2 to 3 (#15)
  • 8a29d95 chore: Tweak dependabot settings (#19)
  • c0b0ba6 Clarify description of PartitionedDistributions (#14)
  • See full diff in compare view

Updates OrderedCollections to 2.0.0

Release notes

Sourced from OrderedCollections's releases.

v2.0.0

OrderedCollections v2.0.0

Diff since v1.8.2

v2 is only removal of long standing depreactions. If you are using v1.7 or newer already and you can run your code with --depwarn=error then there is nothing to change.

Breaking:

Removed deprecated functionality:

Merged pull requests:

Closed issues:

  • Type piracy? (#25)
Commits
  • d5d76c7 Merge pull request #164 from JuliaCollections/ox/v2
  • 68ab740 Remove depreacations for v2.0 release
  • 7bb0847 Bump version from 1.8.1 to 1.8.2
  • 6af78d8 OrderedDict: improve performance for non-concrete values and keys (#166)
  • 1eaa980 Bump actions/checkout from 5 to 6 (#157)
  • 7be2211 Bump actions/checkout from 4 to 5 (#156)
  • a25bffa Add Integer type annotation to sizehint! overloads (#155)
  • a64f186 issorted(ld; byvalue=true) for LittleDicts (#151)
  • 5ec1764 LittleDict constructor from AbstractDict (#150)
  • 7b3daef CI: workaround TagBot issues
  • Additional commits viewable in compare view

Updates StatsFuns to 2.2.0

Release notes

Sourced from StatsFuns's releases.

v2.2.0

StatsFuns v2.2.0

Diff since v2.1.0

Merged pull requests:

Closed issues:

  • Feature request: Owen's t function (#99)
Commits

Updates OrderedCollections to 2.0.0

Release notes

Sourced from OrderedCollections's releases.

v2.0.0

OrderedCollections v2.0.0

Diff since v1.8.2

v2 is only removal of long standing depreactions. If you are using v1.7 or newer already and you can run your code with --depwarn=error then there is nothing to change.

Breaking:

Removed deprecated functionality:

Merged pull requests:

Closed issues:

  • Type piracy? (#25)
Commits
  • d5d76c7 Merge pull request #164 from JuliaCollections/ox/v2
  • 68ab740 Remove depreacations for v2.0 release
  • 7bb0847 Bump version from 1.8.1 to 1.8.2
  • 6af78d8 OrderedDict: improve performance for non-concrete values and keys (#166)
  • 1eaa980 Bump actions/checkout from 5 to 6 (#157)
  • 7be2211 Bump actions/checkout from 4 to 5 (#156)
  • a25bffa Add Integer type annotation to sizehint! overloads (#155)
  • a64f186 issorted(ld; byvalue=true) for LittleDicts (#151)
  • 5ec1764 LittleDict constructor from AbstractDict (#150)
  • 7b3daef CI: workaround TagBot issues
  • Additional commits viewable in compare view

Updates DynamicPPL to 0.42.0

Release notes

Sourced from DynamicPPL's releases.

v0.42.0

DynamicPPL v0.42.0

Diff since v0.41.8

LogDensityFunction now performs AD preparation through AbstractPPL's prepare / value_and_gradient!! interface instead of calling DifferentiationInterface directly. Internally this removes the _use_closure heuristic and the explicit DI.Constant plumbing; the choice between closure and constants now lives in AbstractPPL.

logdensity_at has been renamed to logdensity_internal. The old name is kept as a const alias so external callers do not break.

LogDensityAt is now a deprecation shim that emits a warning and returns an AbstractPPL.Evaluators.VectorEvaluator whose call forwards to logdensity_internal. New code should call AbstractPPL.prepare(logdensity_internal, x; context=...) directly.

Breaking changes

DifferentiationInterface is no longer a hard dependency of DynamicPPL. With AbstractPPL 0.15.2, the following backends now have native AbstractPPL extensions and only need the concrete AD package loaded:

  • AutoForwardDiff — load ForwardDiff
  • AutoMooncake, AutoMooncakeForward — load Mooncake

For other DI-routed backends like AutoReverseDiff, users must load DifferentiationInterface together with the concrete AD package:

using DynamicPPL, ADTypes, DifferentiationInterface, ReverseDiff
ldf = LogDensityFunction(model; adtype=AutoReverseDiff())

For distributed sampling the same packages must be loaded on every worker.

Compatibility bounds bumped:

  • AbstractPPL 0.140.15
  • Bijectors 0.15.170.16

The integration test suites for MarginalLogDensities, ReverseDiff, and Enzyme now live in their own environments under test/ext/DynamicPPL*Ext/ and run as separate CI jobs.

Merged pull requests:

Closed issues:

  • Improve DynamicPPL benchmarks (#1374)
Changelog

Sourced from DynamicPPL's changelog.

0.42.0

LogDensityFunction now performs AD preparation through AbstractPPL's prepare / value_and_gradient!! interface instead of calling DifferentiationInterface directly. Internally this removes the _use_closure heuristic and the explicit DI.Constant plumbing; the choice between closure and constants now lives in AbstractPPL.

logdensity_at has been renamed to logdensity_internal. The old name is kept as a const alias so external callers do not break.

LogDensityAt is now a deprecation shim that emits a warning and returns an AbstractPPL.Evaluators.VectorEvaluator whose call forwards to logdensity_internal. New code should call AbstractPPL.prepare(logdensity_internal, x; context=...) directly.

Breaking changes

DifferentiationInterface is no longer a hard dependency of DynamicPPL. With AbstractPPL 0.15.2, the following backends now have native AbstractPPL extensions and only need the concrete AD package loaded:

  • AutoForwardDiff — load ForwardDiff
  • AutoMooncake, AutoMooncakeForward — load Mooncake

For other DI-routed backends like AutoReverseDiff, users must load DifferentiationInterface together with the concrete AD package:

using DynamicPPL, ADTypes, DifferentiationInterface, ReverseDiff
ldf = LogDensityFunction(model; adtype=AutoReverseDiff())

For distributed sampling the same packages must be loaded on every worker.

Compatibility bounds bumped:

  • AbstractPPL 0.140.15
  • Bijectors 0.15.170.16

The integration test suites for MarginalLogDensities, ReverseDiff, and Enzyme now live in their own environments under test/ext/DynamicPPL*Ext/ and run as separate CI jobs.

0.41.8

Override MarginalLogDensities.optimize_marginal! for LogDensityFunctionWrapper so the underlying OptimizationProblem is rebuilt with the current non-marginalised parameters on each call, rather than reusing a stale problem.

0.41.7

Enable usage of ComponentVectors on the left-hand side of tilde-statements.

Accessing a nonexistent variable in a VarNamedTuple now throws a KeyError with the original VarName, instead of an opaque type NamedTuple has no field ... error.

0.41.6

Add a factorize::Bool keyword argument for pointwise_logdensities(model, values), which controls whether pointwise logdensities for factorisable distributions (e.g. MvNormal, product_distribution, etc.) are returned as a single log-density for the whole distribution, or as an array of log-densities for each factor. The same argument is also added to pointwise_loglikelihoods and pointwise_prior_logdensities.

0.41.5

Make sure that DynamicPPL.TestUtils.AD.run_ad(...; verbose=false) truly silences all messages.

... (truncated)

Commits

Updates Bijectors to 0.16.1

Release notes

Sourced from Bijectors's releases.

v0.16.1

Bijectors v0.16.1

Diff since v0.16.0

Add Mooncake@v0.6 forward-mode support for find_alpha, and widen Mooncake compat to include 0.6.

Merged pull requests:

Changelog

Sourced from Bijectors's changelog.

0.16.1

Add Mooncake 0.6 forward-mode support for find_alpha, and widen Mooncake compat to include 0.6.

0.16.0

Breaking changes

ChainRulesCore and EnzymeCore have been moved from direct dependencies to weak dependencies. Their integration code, including the find_alpha Enzyme rule and the rrules previously defined in src/chainrules.jl, now lives in the new BijectorsChainRulesCoreExt and BijectorsEnzymeCoreExt package extensions. These extensions are only loaded when the user also loads ChainRulesCore or EnzymeCore themselves, so downstream packages that relied on Bijectors to pull in these packages transitively must now load them directly.

DifferentiationInterface has been removed from the package's direct dependencies. It is no longer used at runtime.

0.15.24

Export a few more functions from Bijectors.VectorBijectors, namely scalar_to_scalar_bijector, TypedIdentity, Log, and Untruncate.

0.15.23

Implement vector bijectors for Distributions.MvTDist.

0.15.22

Implement vector bijectors for Bijectors.TransformedDistribution.

0.15.21

Add compatibility with Roots.jl v3.

0.15.20

Export Bijectors.VectorBijectors.has_constant_vec_bijector to allow downstream packages to overload it.

0.15.19

Optimise performance of vector bijectors for products of univariate distributions.

0.15.18

Implemented vector bijectors for Bijectors.OrderedDistribution.

0.15.17

Adds a new module, Bijectors.VectorBijectors. This module implements bijectors that always return vectors as the output of a linking operation. This provides additional guarantees over the existing Bijectors interface, which in general will return some collection of values that are in Euclidean space, but whose shape is not generally a vector (it could be a scalar or a multidimensional array). The intention is to make it easier to implement bijectors that are compatible with libraries that use vector inputs, such as LogDensityProblems.jl (which is in turn heavily used in the Turing ecosystem).

Please see the documentation for further information.

0.15.16

... (truncated)

Commits

Updates AbstractPPL to 0.15.3

Release notes

Sourced from AbstractPPL's releases.

v0.15.3

AbstractPPL v0.15.3

Diff since v0.15.2

Closed issues:

  • Add ForwardDiff support (#165)
Changelog

Sourced from AbstractPPL's changelog.

0.15.3

Added the of type system: a self-contained, declarative way to specify the shape, element type, and support of model variables. Construct specifications with the exported of function or the exported @of macro:

using AbstractPPL
s = of(Real, 0, 1)                       # a real in [0, 1]
RegressionParams = @of(
    y = of(Array, Float64, 100), beta = of(Array, Float64, 3), sigma = of(Real, 0, nothing),
)

of-types support rand/zero (drawing or zeroing a value of the declared shape) and size/length (querying the declared shape), and can be flattened to / unflattened from a flat numeric vector. rand accepts an optional AbstractRNG for reproducible draws. flatten returns a vector whose element type is the promotion of the declared leaf types, and unflatten is automatic-differentiation transparent (float leaves take promote_type(declared, eltype(flat)), so ForwardDiff.Dual numbers flow through); both are type-stable. These are narrow methods dispatched on AbstractPPL-owned OfType subtypes. The supporting types (OfType and its subtypes) and the inspection/flatten/unflatten helpers are marked public for downstream use without being exported.

0.15.2

Added AbstractPPLForwardDiffExt, a direct ForwardDiff path for AutoForwardDiff (gradient, Jacobian, Hessian, context, chunk size, custom tag).

0.15.1

Added Hessian support to the AD interface. Pass order=2 to prepare(adtype, problem, x) to build a Hessian-capable evaluator. The new value_gradient_and_hessian!!(prepared, x) then returns (value, gradient, hessian) in a single call. Both the DifferentiationInterface and Mooncake extensions implement this.

order=2 accepts the same context::Tuple and check_dims options as order=1. NamedTuple inputs are not supported with order=2.

The AbstractPPLTestExt conformance harness now provides a :hessian group covering value, gradient and Hessian round-trips, along with an order-mismatch edge case.

0.15.0

Added a new evaluator-preparation interface for AD backends. prepare binds a callable to a sample input, either a vector or a NamedTuple, and returns a Prepared wrapper. value_and_gradient!! and value_and_jacobian!! then compute value-and-derivative pairs from that wrapper. The !! suffix means the returned derivative may alias backend cache storage, so copy it if you need to keep it across calls.

using ADTypes, Mooncake  # or DifferentiationInterface + ForwardDiff
using AbstractPPL: prepare, value_and_gradient!!
prepared = prepare(AutoMooncake(), x -> -0.5 * sum(abs2, x), zeros(3))
val, grad = value_and_gradient!!(prepared, [1.0, 2.0, 3.0])
# val == -7.0; grad == [-1.0, -2.0, -3.0]

Added two AD-backend extensions:

  • AbstractPPLDifferentiationInterfaceExt, supporting DifferentiationInterface backends.
  • AbstractPPLMooncakeExt, supporting AutoMooncake and AutoMooncakeForward.

The new evaluator path supports scalar gradients, vector-output Jacobians, NamedTuple inputs, reusable AD caches, input-shape checks, and constant context arguments via context::Tuple.

AbstractPPLTestExt now provides a small AD conformance harness through generate_testcases and run_testcases, with reserved groups :vector, :namedtuple, :edge, and :cache_reuse.

See https://github.com/TuringLang/AbstractPPL.jl/blob/main/docs/src/evaluators.md for the full interface, the check_dims and context::Tuple options, the NamedTuple input path, and extension-author guidance.

0.14.2

... (truncated)

Commits
  • 0c49dba Add the of type from JuliaBUGS.jl (#168)
  • 831c9c9 Bump codecov/codecov-action in the all-github-actions-packages group (#175)
  • a6da56d skip codecov upload on Dependabot PRs (#174)
  • 123cdd4 Bump the all-github-actions-packages group with 3 updates (#172)
  • 5c1a26c Replace CompatHelper with Dependabot (#171)
  • 9ebf18f Add direct ForwardDiff extension (#166)
  • 2d35e51 Update HISTORY.md for 0.15.1 (#164)
  • 4390c43 Add order=2 Hessian preparation via value_gradient_and_hessian!! (#163)
  • 1599516 Revise 0.15.0 HISTORY.md (#162)
  • 451bfa6 Add Mooncake extension; extend AD conformance suite with NamedTuple and cache...
  • Additional commits viewable in compare view

Updates ADTypes to 1.22.0

Release notes

Sourced from ADTypes's releases.

v1.22.0

ADTypes v1.22.0

Diff since v1.21.0

Merged pull requests:

Commits
  • b1759cd Bump version to 1.22.0 (#147)
  • 5f444f7 add HyperHessian definition (#146)
  • 58528c1 Merge pull request #145 from SciML/dependabot/github_actions/julia-actions/se...
  • 8d59cb1 Bump julia-actions/setup-julia from 2 to 3
  • 420fcec Merge pull request #144 from SciML/dependabot/github_actions/codecov/codecov-...
  • b8f651a Bump codecov/codecov-action from 5 to 6
  • 6cc1c9e Merge pull request #143 from SciML/dependabot/github_actions/julia-actions/ca...
  • 59c6ed7 Bump julia-actions/cache from 2 to 3
  • 8d795ca Merge pull request #142 from SciML/dependabot/github_actions/actions/checkout-6
  • 94ee83c Bump actions/checkout from 4 to 6
  • Additional commits viewable in compare view

Updates ForwardDiff to 1.4.1

Release notes

Sourced from ForwardDiff's releases.

v1.4.1

ForwardDiff v1.4.1

Diff since v1.4.0

Merged pull requests:

Commits
  • 777420f Remove allocations of nested Jacobians of StaticArrays (#810)
  • 5bf530a Bump codecov/codecov-action from 6 to 7 (#814)
  • 0a3d297 CompatHelper: bump compat for LogExpFunctions to 1, (keep existing compat) (#...
  • 39916da CompatHelper: bump compat for JET in [extras] to 0.11, (keep existing compat)...
  • 7e52ffa Bump julia-actions/setup-julia from 2 to 3 (#802)
  • 39a27fe Bump codecov/codecov-action from 5 to 6 (#799)
  • 1295777 Avoid reshape allocation in extract_jacobian! for Matrix results (#797)
  • ff0d903 Bump julia-actions/cache from 2 to 3 (#796)
  • 7262054 Remove explicit != methods for Dual (#793)
  • 71258ec Update documentation formatting and infrastructure (#792)
  • Additional commits viewable in compare view

Updates DynamicPPL to 0.42.0

Release notes

Sourced from DynamicPPL's releases.

v0.42.0

DynamicPPL v0.42.0

Diff since v0.41.8

LogDensityFunction now performs AD preparation through AbstractPPL's prepare / value_and_gradient!! interface instead of calling DifferentiationInterface directly. Internally this removes the _use_closure heuristic and the explicit DI.Constant plumbing; the choice between closure and constants now lives in AbstractPPL.

logdensity_at has been renamed to logdensity_internal. The old name is kept as a const alias so external callers do not break.

LogDensityAt is now a deprecation shim that emits a warning and returns an AbstractPPL.Evaluators.VectorEvaluator whose call forwards to logdensity_internal. New code should call AbstractPPL.prepare(logdensity_internal, x; context=...) directly.

Breaking changes

DifferentiationInterface is no longer a hard dependency of DynamicPPL. With AbstractPPL 0.15.2, the following backends now have native AbstractPPL extensions and only need the concrete AD package loaded:

  • AutoForwardDiff — load ForwardDiff
  • AutoMooncake, AutoMooncakeForward — load Mooncake

For other DI-routed backends like AutoReverseDiff, users must load DifferentiationInterface together with the concrete AD package:

using DynamicPPL, ADTypes, DifferentiationInterface, ReverseDiff
ldf = LogDensityFunction(model; adtype=AutoReverseDiff())

For distributed sampling the same packages must be loaded on every worker.

Compatibility bounds bumped:

  • AbstractPPL 0.140.15
  • Bijectors 0.15.170.16

The integration test suites for MarginalLogDensities, ReverseDiff, and Enzyme now live in their own environments under test/ext/DynamicPPL*Ext/ and run as separate CI jobs.

Merged pull requests:

Closed issues:

  • Improve DynamicPPL benchmarks (#1374)
Changelog

Sourced from DynamicPPL's changelog.

0.42.0

LogDensityFunction now performs AD preparation through AbstractPPL's prepare / value_and_gradient!! interface instead of calling DifferentiationInterface directly. Internally this removes the _use_closure heuristic and the explicit DI.Constant plumbing; the choice between closure and constants now lives in AbstractPPL.

logdensity_at has been renamed to logdensity_internal. The old name is kept as a const alias so external callers do not break.

LogDensityAt is now a deprecation shim that emits a warning and returns an AbstractPPL.Evaluators.VectorEvaluator whose call forwards to logdensity_internal. New code should call AbstractPPL.prepare(logdensity_internal, x; context=...) directly.

Breaking changes

DifferentiationInterface is no longer a hard dependency of DynamicPPL. With AbstractPPL 0.15.2, the following backends now have native AbstractPPL extensions and only need the concrete AD package loaded:

  • AutoForwardDiff — load ForwardDiff
  • AutoMooncake, AutoMooncakeForward — load Mooncake

For other DI-routed backends like AutoReverseDiff, users must load DifferentiationInterface together with the concrete AD package:

using DynamicPPL, ADTypes, DifferentiationInterface, ReverseDiff
ldf = LogDensityFunction(model; adtype=AutoReverseDiff())

For distributed sampling the same packages must be loaded on every worker.

Compatibility bounds bumped:

  • AbstractPPL 0.140.15
  • Bijectors 0.15.170.16

The integration test suites for MarginalLogDensities, ReverseDiff, and Enzyme now live in their own environments under test/ext/DynamicPPL*Ext/ and run as separate CI jobs.

0.41.8

Override MarginalLogDensities.optimize_marginal! for LogDensityFunctionWrapper so the underlying OptimizationProblem is rebuilt with the current non-marginalised parameters on each call, rather than reusing a stale problem.

0.41.7

Enable usage of ComponentVectors on the left-hand side of tilde-statements.

Accessing a nonexistent variable in a VarNamedTuple now throws a KeyError with the original VarName, instead of an opaque type NamedTuple has no field ... error.

0.41.6

Add a factorize::Bool keyword argument for pointwise_logdensities(model, values), which controls whether pointwise logdensities for factorisable distributions (e.g. MvNormal, product_distribution, etc.) are returned as a single log-density for the whole distribution, or as an array of log-densities for each factor. The same argument is also added to pointwise_loglikelihoods and pointwise_prior_logdensities.

0.41.5

Make sure that DynamicPPL.TestUtils.AD.run_ad(...; verbose=false) truly silences all messages.

... (truncated)

Commits

Updates DifferentiationInterface to 0.7.18

Release notes

Sourced from DifferentiationInterface's releases.

DifferentiationInterface-v0.7.18

DifferentiationInterface DifferentiationInterface-v0.7.18

Diff since DifferentiationInterface-v0.7.17

Merged pull requests:

Closed issues:

  • FiniteDiff with :central includes junk (

Updates the requirements on [OrderedCollections](https://github.com/JuliaCollections/OrderedCollections.jl), [PartitionedDistributions](https://github.com/sethaxen/PartitionedDistributions.jl), [StatsFuns](https://github.com/JuliaStats/StatsFuns.jl), [DynamicPPL](https://github.com/TuringLang/DynamicPPL.jl), [Bijectors](https://github.com/TuringLang/Bijectors.jl), [AbstractPPL](https://github.com/TuringLang/AbstractPPL.jl), [ADTypes](https://github.com/SciML/ADTypes.jl), [ForwardDiff](https://github.com/JuliaDiff/ForwardDiff.jl), [DifferentiationInterface](https://github.com/JuliaDiff/DifferentiationInterface.jl), [Enzyme](https://github.com/EnzymeAD/Enzyme.jl), [Distributions](https://github.com/JuliaStats/Distributions.jl) and [LogDensityProblems](https://github.com/tpapp/LogDensityProblems.jl) to permit the latest version.

Updates `OrderedCollections` to 2.0.0
- [Release notes](https://github.com/JuliaCollections/OrderedCollections.jl/releases)
- [Commits](JuliaCollections/OrderedCollections.jl@v1.0.0...v2.0.0)

Updates `PartitionedDistributions` to 0.1.0
- [Release notes](https://github.com/sethaxen/PartitionedDistributions.jl/releases)
- [Commits](sethaxen/PartitionedDistributions.jl@v0.0.1...v0.1.0)

Updates `OrderedCollections` to 2.0.0
- [Release notes](https://github.com/JuliaCollections/OrderedCollections.jl/releases)
- [Commits](JuliaCollections/OrderedCollections.jl@v1.0.0...v2.0.0)

Updates `StatsFuns` to 2.2.0
- [Release notes](https://github.com/JuliaStats/StatsFuns.jl/releases)
- [Commits](JuliaStats/StatsFuns.jl@v1.0.0...v2.2.0)

Updates `OrderedCollections` to 2.0.0
- [Release notes](https://github.com/JuliaCollections/OrderedCollections.jl/releases)
- [Commits](JuliaCollections/OrderedCollections.jl@v1.0.0...v2.0.0)

Updates `DynamicPPL` to 0.42.0
- [Release notes](https://github.com/TuringLang/DynamicPPL.jl/releases)
- [Changelog](https://github.com/TuringLang/DynamicPPL.jl/blob/main/HISTORY.md)
- [Commits](v0.1.0...v0.42.0)

Updates `Bijectors` to 0.16.1
- [Release notes](https://github.com/TuringLang/Bijectors.jl/releases)
- [Changelog](https://github.com/TuringLang/Bijectors.jl/blob/main/HISTORY.md)
- [Commits](TuringLang/Bijectors.jl@v0.1.0...v0.16.1)

Updates `AbstractPPL` to 0.15.3
- [Release notes](https://github.com/TuringLang/AbstractPPL.jl/releases)
- [Changelog](https://github.com/TuringLang/AbstractPPL.jl/blob/main/HISTORY.md)
- [Commits](TuringLang/AbstractPPL.jl@v0.1.0...v0.15.3)

Updates `ADTypes` to 1.22.0
- [Release notes](https://github.com/SciML/ADTypes.jl/releases)
- [Commits](SciML/ADTypes.jl@v0.1.0...v1.22.0)

Updates `ForwardDiff` to 1.4.1
- [Release notes](https://github.com/JuliaDiff/ForwardDiff.jl/releases)
- [Commits](JuliaDiff/ForwardDiff.jl@v0.0.2...v1.4.1)

Updates `DynamicPPL` to 0.42.0
- [Release notes](https://github.com/TuringLang/DynamicPPL.jl/releases)
- [Changelog](https://github.com/TuringLang/DynamicPPL.jl/blob/main/HISTORY.md)
- [Commits](v0.1.0...v0.42.0)

Updates `DifferentiationInterface` to 0.7.18
- [Release notes](https://github.com/JuliaDiff/DifferentiationInterface.jl/releases)
- [Commits](JuliaDiff/DifferentiationInterface.jl@DifferentiationInterface-v0.1.0...DifferentiationInterface-v0.7.18)

Updates `Enzyme` to 0.13.163
- [Release notes](https://github.com/EnzymeAD/Enzyme.jl/releases)
- [Commits](EnzymeAD/Enzyme.jl@v0.1.0...v0.13.163)

Updates `AbstractPPL` to 0.15.3
- [Release notes](https://github.com/TuringLang/AbstractPPL.jl/releases)
- [Changelog](https://github.com/TuringLang/AbstractPPL.jl/blob/main/HISTORY.md)
- [Commits](TuringLang/AbstractPPL.jl@v0.1.0...v0.15.3)

Updates `DynamicPPL` to 0.42.0
- [Release notes](https://github.com/TuringLang/DynamicPPL.jl/releases)
- [Changelog](https://github.com/TuringLang/DynamicPPL.jl/blob/main/HISTORY.md)
- [Commits](v0.1.0...v0.42.0)

Updates `Distributions` to 0.25.127
- [Release notes](https://github.com/JuliaStats/Distributions.jl/releases)
- [Commits](JuliaStats/Distributions.jl@0.2.2...v0.25.127)

Updates `Bijectors` to 0.16.1
- [Release notes](https://github.com/TuringLang/Bijectors.jl/releases)
- [Changelog](https://github.com/TuringLang/Bijectors.jl/blob/main/HISTORY.md)
- [Commits](TuringLang/Bijectors.jl@v0.1.0...v0.16.1)

Updates `LogDensityProblems` to 2.2.0
- [Release notes](https://github.com/tpapp/LogDensityProblems.jl/releases)
- [Changelog](https://github.com/tpapp/LogDensityProblems.jl/blob/master/CHANGELOG.md)
- [Commits](tpapp/LogDensityProblems.jl@v0.1.0...v2.2.0)

Updates `AbstractPPL` to 0.15.3
- [Release notes](https://github.com/TuringLang/AbstractPPL.jl/releases)
- [Changelog](https://github.com/TuringLang/AbstractPPL.jl/blob/main/HISTORY.md)
- [Commits](TuringLang/AbstractPPL.jl@v0.1.0...v0.15.3)

Updates `ADTypes` to 1.22.0
- [Release notes](https://github.com/SciML/ADTypes.jl/releases)
- [Commits](SciML/ADTypes.jl@v0.1.0...v1.22.0)

Updates `ForwardDiff` to 1.4.1
- [Release notes](https://github.com/JuliaDiff/ForwardDiff.jl/releases)
- [Commits](JuliaDiff/ForwardDiff.jl@v0.0.2...v1.4.1)

Updates `DynamicPPL` to 0.42.0
- [Release notes](https://github.com/TuringLang/DynamicPPL.jl/releases)
- [Changelog](https://github.com/TuringLang/DynamicPPL.jl/blob/main/HISTORY.md)
- [Commits](v0.1.0...v0.42.0)

Updates `Distributions` to 0.25.127
- [Release notes](https://github.com/JuliaStats/Distributions.jl/releases)
- [Commits](JuliaStats/Distributions.jl@0.2.2...v0.25.127)

Updates `Bijectors` to 0.16.1
- [Release notes](https://github.com/TuringLang/Bijectors.jl/releases)
- [Changelog](https://github.com/TuringLang/Bijectors.jl/blob/main/HISTORY.md)
- [Commits](TuringLang/Bijectors.jl@v0.1.0...v0.16.1)

Updates `LogDensityProblems` to 2.2.0
- [Release notes](https://github.com/tpapp/LogDensityProblems.jl/releases)
- [Changelog](https://github.com/tpapp/LogDensityProblems.jl/blob/master/CHANGELOG.md)
- [Commits](tpapp/LogDensityProblems.jl@v0.1.0...v2.2.0)

Updates `AbstractPPL` to 0.15.3
- [Release notes](https://github.com/TuringLang/AbstractPPL.jl/releases)
- [Changelog](https://github.com/TuringLang/AbstractPPL.jl/blob/main/HISTORY.md)
- [Commits](TuringLang/AbstractPPL.jl@v0.1.0...v0.15.3)

Updates `ADTypes` to 1.22.0
- [Release notes](https://github.com/SciML/ADTypes.jl/releases)
- [Commits](SciML/ADTypes.jl@v0.1.0...v1.22.0)

Updates `ForwardDiff` to 1.4.1
- [Release notes](https://github.com/JuliaDiff/ForwardDiff.jl/releases)
- [Commits](JuliaDiff/ForwardDiff.jl@v0.0.2...v1.4.1)

Updates `DynamicPPL` to 0.42.0
- [Release notes](https://github.com/TuringLang/DynamicPPL.jl/releases)
- [Changelog](https://github.com/TuringLang/DynamicPPL.jl/blob/main/HISTORY.md)
- [Commits](v0.1.0...v0.42.0)

Updates `DifferentiationInterface` to 0.7.18
- [Release notes](https://github.com/JuliaDiff/DifferentiationInterface.jl/releases)
- [Commits](JuliaDiff/DifferentiationInterface.jl@DifferentiationInterface-v0.1.0...DifferentiationInterface-v0.7.18)

---
updated-dependencies:
- dependency-name: OrderedCollections
  dependency-version: 2.0.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: PartitionedDistributions
  dependency-version: 0.1.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: OrderedCollections
  dependency-version: 2.0.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: StatsFuns
  dependency-version: 2.2.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: OrderedCollections
  dependency-version: 2.0.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: DynamicPPL
  dependency-version: 0.42.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: Bijectors
  dependency-version: 0.16.1
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: AbstractPPL
  dependency-version: 0.15.3
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: ADTypes
  dependency-version: 1.22.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: ForwardDiff
  dependency-version: 1.4.1
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: DynamicPPL
  dependency-version: 0.42.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: DifferentiationInterface
  dependency-version: 0.7.18
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: Enzyme
  dependency-version: 0.13.163
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: AbstractPPL
  dependency-version: 0.15.3
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: DynamicPPL
  dependency-version: 0.42.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: Distributions
  dependency-version: 0.25.127
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: Bijectors
  dependency-version: 0.16.1
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: LogDensityProblems
  dependency-version: 2.2.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: AbstractPPL
  dependency-version: 0.15.3
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: ADTypes
  dependency-version: 1.22.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: ForwardDiff
  dependency-version: 1.4.1
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: DynamicPPL
  dependency-version: 0.42.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: Distributions
  dependency-version: 0.25.127
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: Bijectors
  dependency-version: 0.16.1
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: LogDensityProblems
  dependency-version: 2.2.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: AbstractPPL
  dependency-version: 0.15.3
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: ADTypes
  dependency-version: 1.22.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: ForwardDiff
  dependency-version: 1.4.1
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: DynamicPPL
  dependency-version: 0.42.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: DifferentiationInterface
  dependency-version: 0.7.18
  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 Jun 22, 2026
@github-actions

Copy link
Copy Markdown
Contributor

DynamicPPL.jl documentation for PR #1428 is available at:
https://TuringLang.github.io/DynamicPPL.jl/previews/PR1428/

@github-actions

Copy link
Copy Markdown
Contributor

Benchmarks @ cfbaf40

Performance Ratio: gradient time divided by log-density time.

For very small models these ratios are noisy across runs and machines; raw primal and gradient timings are more reliable. The benchmarks are aimed at DynamicPPL developers and mainly catch obvious allocation or type-stability regressions. See benchmark notes for details.

===================================================================================================
                                               eval                       gradient                 
                                            ----------  -------------------------------------------
Model                        dim    linked      primal     FwdDiff    RvsDiff    Mooncake    Enzyme
---------------------------------------------------------------------------------------------------
Simple assume observe*         1     false     4.63 ns       12.45    1536.87       34.85     12.26
Simple assume observe*         1      true     4.63 ns       12.75    1670.94       35.21     12.90
Smorgasbord                  201     false     5.88 μs       75.79     138.87        7.08      9.90
Smorgasbord                  201      true      7.6 μs       74.44     141.23        6.25      7.06
Loop univariate 1k          1000     false     17.6 μs      990.25     296.59        7.94      6.75
Loop univariate 1k          1000      true     19.1 μs     1457.67     282.93        7.40      6.18
Multivariate 1k             1000     false     23.5 μs      377.88      73.28        9.38      3.12
Multivariate 1k             1000      true     22.2 μs      307.36      60.72       10.19      3.12
Loop univariate 10k        10000     false    172.0 μs    12766.73     331.31        8.15      6.78
Loop univariate 10k        10000      true    187.0 μs    13532.19     306.16        7.57      6.23
Multivariate 10k           10000     false    196.0 μs     5450.05      90.71       11.62      2.29
Multivariate 10k           10000      true    200.0 μs     5511.73      90.35       11.56      2.31
Dynamic                       15     false     1.37 μs         err      44.19       16.26     10.97
Dynamic                       10      true     1.88 μs        2.16      58.00       12.35     20.53
Submodel*                      1     false     4.64 ns       12.55    1751.01       35.70     12.29
Submodel*                      1      true     4.63 ns       12.73    1844.43       35.81     12.27
LDA                           12      true     23.9 μs        0.63       1.95       31.18       err
===================================================================================================
Main @ 0a1499f
===================================================================================================
                                               eval                       gradient                 
                                            ----------  -------------------------------------------
Model                        dim    linked      primal     FwdDiff    RvsDiff    Mooncake    Enzyme
---------------------------------------------------------------------------------------------------
Simple assume observe*         1     false     4.63 ns       12.57    1586.57       36.77     12.52
Simple assume observe*         1      true     4.63 ns       12.58    1657.01       33.39     12.46
Smorgasbord                  201     false     5.91 μs       71.28     137.87        6.96      9.73
Smorgasbord                  201      true     7.59 μs       74.60     143.73        6.33      7.05
Loop univariate 1k          1000     false     17.6 μs      721.97     304.41        8.12      6.62
Loop univariate 1k          1000      true     19.0 μs     1425.88     290.16        7.72      6.16
Multivariate 1k             1000     false     24.2 μs      367.46      70.61        9.29      3.13
Multivariate 1k             1000      true     27.7 μs      280.36      60.00        8.24      3.04
Loop univariate 10k        10000     false    172.0 μs     9204.14     331.34        8.49      6.77
Loop univariate 10k        10000      true    186.0 μs    12478.09     312.11        8.11      6.24
Multivariate 10k           10000     false    198.0 μs     5629.30      88.90       11.37      2.30
Multivariate 10k           10000      true    195.0 μs     5830.35      88.38       11.30      2.27
Dynamic                       15     false      1.4 μs         err      43.86       15.05     11.78
Dynamic                       10      true     1.96 μs        1.78      56.66       19.23     18.82
Submodel*                      1     false     4.63 ns       12.52    1689.30       36.91     12.39
Submodel*                      1      true     4.63 ns       12.76    1812.10       35.75     12.45
LDA                           12      true     23.0 μs        0.46       2.02       32.79       err
===================================================================================================
Environment
Julia Version 1.11.9
Commit 53a02c0720c (2026-02-06 00:27 UTC)
Build Info:
  Official https://julialang.org/ release
Platform Info:
  OS: Linux (x86_64-linux-gnu)
  CPU: 4 × AMD EPYC 7763 64-Core Processor
  WORD_SIZE: 64
  LLVM: libLLVM-16.0.6 (ORCJIT, znver3)
Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores)

@dependabot @github

dependabot Bot commented on behalf of github Jun 24, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #1431.

@dependabot dependabot Bot closed this Jun 24, 2026
@dependabot dependabot Bot deleted the dependabot/julia/all-julia-packages-0d6e6dd644 branch June 24, 2026 03:57
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