Skip to content

Bump the all-julia-packages group across 7 directories with 11 updates#124

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

Bump the all-julia-packages group across 7 directories with 11 updates#124
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/julia/all-julia-packages-3e10d7db65

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Updates the requirements on StatsFuns, Documenter, Literate, AdvancedPS, Distributions, SSMProblems, Libtask, AbstractGPs, Plots, AbstractMCMC and Random123 to permit the latest version.
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 Documenter to 1.17.0

Release notes

Sourced from Documenter's releases.

v1.17.0

Added

  • The version selector now also preserves the anchor (hash) when switching between documentation versions. Additionally, the outdated/dev version warning banner now also tries to keep you on the same page (and position) when linking to the latest stable release. (#2880)
  • Added Remotes.Forgejo for specifying a Remote hosted on a Forgejo instance (such as codeberg.org). (#2857)
  • Doctests now default to the parser_for_module of the module that the docstring appears in, allowing modules that set their syntax version via Base.Experimental.@set_syntax_version to have their doctests parsed with the correct syntax automatically. Also added support for DocTestSyntax metadata and per-block syntax= attributes to explicitly specify a syntax version. (#2874)
  • Added a show_log keyword for Documenter.LaTeX to print LaTeX compiler logs to stdout when PDF compilation fails, and support for forcing this via DOCUMENTER_LATEX_SHOW_LOGS in CI environments. (#1697)
  • Added support for new features of the Markdown stdlib introduced in Julia 1.14, namely strike through, HTML blocks and inline HTML (this requires Julia 1.14+ and MarkdownAST 0.1.3).

Changed

  • reduced time complexity from O(n^2) to O(n) to improve the initial load time for search (#2875)
  • Git no longer displays a message about the default branch name when calling deploydocs(). (#2854)
  • Don't escape characters (such as ~) in URLs when writing LaTeX. (#2210)
  • Tweak the layout of the table of contents in LaTeX / PDF output so that for a document with 8 or more parts, the part number (VIII) does not overlap with the part title. (#2871)

Fixed

  • Fixed rendering of operator docstring bindings such as Base.:(:) and Base.:(==) in doc headers and indices. (#2844)

The changes are documented in the CHANGELOG.md file.

Diff since v1.16.1

Changelog

Sourced from Documenter's changelog.

Version [v1.17.0] - 2026-02-20

Added

  • The version selector now also preserves the anchor (hash) when switching between documentation versions. Additionally, the outdated/dev version warning banner now also tries to keep you on the same page (and position) when linking to the latest stable release. (#2880)
  • Added Remotes.Forgejo for specifying a Remote hosted on a Forgejo instance (such as codeberg.org). (#2857)
  • Doctests now default to the parser_for_module of the module that the docstring appears in, allowing modules that set their syntax version via Base.Experimental.@set_syntax_version to have their doctests parsed with the correct syntax automatically. Also added support for DocTestSyntax metadata and per-block syntax= attributes to explicitly specify a syntax version. (#2874)
  • Added a show_log keyword for Documenter.LaTeX to print LaTeX compiler logs to stdout when PDF compilation fails, and support for forcing this via DOCUMENTER_LATEX_SHOW_LOGS in CI environments. (#1697)
  • Added support for new features of the Markdown stdlib introduced in Julia 1.14, namely strike through, HTML blocks and inline HTML (this requires Julia 1.14+ and MarkdownAST 0.1.3).

Changed

  • reduced time complexity from O(n^2) to O(n) to improve the initial load time for search (#2875)
  • Git no longer displays a message about the default branch name when calling deploydocs(). (#2854)
  • Don't escape characters (such as ~) in URLs when writing LaTeX. (#2210)
  • Tweak the layout of the table of contents in LaTeX / PDF output so that for a document with 8 or more parts, the part number (VIII) does not overlap with the part title. (#2871)

Fixed

  • During cross-referencing find_object correctly locates the Documenter.Object associated with UnionAll method signatures. (#2836, #2889)
  • Fixed rendering of operator docstring bindings such as Base.:(:) and Base.:(==) in doc headers and indices. (#2844)

Version [v1.16.1] - 2025-11-21

Fixed

  • The -g is now passed to curl when checking links, to disable globbing, which could cause undesirable behavior when checking links containing characters like for example [, {, & or ?. (#2839, #2842)
  • Fixed insufficient paragraph spacing in HTML output for @docs blocks. ([#2845, #2847])
  • Don't expand details admonition by default. ([#2846, #2847])
  • Removed superfluous vertical space at end of @docs blocks. (#2849)

Version [v1.16.0] - 2025-11-14

Added

  • Added option treat_markdown_warnings_as_error which throws an error when encountering a markdown/interpolation warning (#2792, #2751)
  • Footnotes can now be previewed by hovering over the link. (#2080)
  • The version selector now attempts to stay on the same page when switching between documentation versions. If the page doesn't exist in the target version, it falls back to the version homepage. (#2801)
  • Allow named @eval blocks: such a block shares its execution context with all other @eval, @example, @repl and @setup blocks on the same page which use the same name. (#2074, #2812)

Changed

  • Page category is removed from the search index and now everything is in section category. (#2762, #2413)
  • Changed the docstring block accordions from a custom implementation to HTML details+summary tag. (#2772, #2773)
  • Improved the search tokenizer and custom trimmer to improve search results. (#1457, #2114, #2744)
  • Improved several warning/error messages to (more accurately) report the location (filename, line range) in which the warning/error originated. (#2426, #2752, #2793, #2803, #2809)
  • Warn/error if jldoctest starts with an empty line; or lacks empty line between two REPL prompts. (#2031, #2083, #2679, #2808)
  • The forcepush=true option to deploydocs now uses --force-with-lease instead of --force. (#2817)
  • Improved the generation of anchors for admonitions in HTML output to be more stable and e.g. not change due to changes of the internal representation across different Julia versions. (#2710)

... (truncated)

Commits

Updates Literate to 2.21.0

Release notes

Sourced from Literate's releases.

v2.21.0

See CHANGELOG.md for notable changes.

See CHANGELOG.md for notable changes.

Diff since v2.20.1

Changelog

Sourced from Literate's changelog.

[v2.21.0] - 2025-11-19

Changed

  • Allow IOCapture version 1. (#280)

[v2.20.1] - 2024-10-17

Fixed

  • Errors from code evaluation (with continue_on_error = true) are now properly displayed with showerror. (#261)

[v2.20.0] - 2024-10-16

Added

  • A new keyword argument configuration continue_on_error::Bool = false has been added which controls the behavior of code execution errors. By default (continue_on_error = false) execution errors are re-thrown by Literate (as before). If continue_on_error = true is set the error is used as the block result and execution continues with following blocks. (#201, #257)
  • Literate now replaces Documenter-style admonitions when generating notebook output (#259). Concretely,
    # !!! note
    #     A note.
    

    !!! warn "Warning title text"

    A warning.

    is replaced with

    # > **Note**
    # >
    # > A note.
    

    > Warning title text

    >

    > A warning.

[v2.19.1] - 2024-09-13

Fixed

  • Set :SOURCE_PATH in the task local storage to the output file when executing code so that recursive include works as expected. (#251, #252)

[v2.19.0] - 2024-07-11

Changed

  • Literate.markdown, Literate.notebook, and Literate.script are marked as public in Julia version that support the public keyword. (#248)

[v2.18.0] - 2024-04-17

Added

... (truncated)

Commits

Updates AdvancedPS to 0.7.2

Release notes

Sourced from AdvancedPS's releases.

v0.7.2

AdvancedPS v0.7.2

Diff since v0.7.1

Merged pull requests:

  • Allow passing kwargs on to Libtask (when it's an AbstractTuringLibtaskModel...) (#118) (@​penelopeysm)

Closed issues:

  • PGAS requires an empty state vector to start with (#81)
  • PGAS example where state consists of a tuple of distributions? (#82)
  • Tempering (#121)
Commits
  • 443eaca Allow passing kwargs on to Libtask (when it's an AbstractTuringLibtaskModel...
  • e100352 Update SSMProblems interface (#119)
  • 3cb7ec8 Fix Turing link in documentation
  • ee1052d New libtask interface (#114)
  • 1ad89ec Update Project.toml
  • 089c063 Update to most recent SSMProblems interface (#116)
  • 57e6afd DocsGHA: Grant write permission to pull-requests event (#117)
  • 8b4b558 Documentation and Turing Navigation CI improvement (#112)
  • 5a36d31 Update CI setup (#111)
  • d0d180f Make particle Gibbs deterministic across architectures (#109)
  • Additional commits viewable in compare view

Updates Distributions to 0.25.127

Release notes

Sourced from Distributions's releases.

v0.25.127

Distributions v0.25.127

Diff since v0.25.126

Merged pull requests:

Closed issues:

  • Global sparsity tracing still fails for distributions whose @​check_args uses bare (non-named-argument) conditions (#2067)
Commits

Updates SSMProblems to 0.6.1

Release notes

Sourced from SSMProblems's releases.

SSMProblems-v0.6.1

SSMProblems SSMProblems-v0.6.1

Diff since SSMProblems-v0.6.0

  • Added simulate_from_dist() for efficient SArray handling
  • Added accessor methods prior(), dyn(), obs()
  • Removed unused batch methods

Merged pull requests:

Closed issues:

  • Efficient handling of block sparse and zero arrays (#25)
  • Implement batch forward simulation (#50)
  • MvNormal does not preserve StaticArrays (#107)
  • SSMProblems 0.5.1 should have been a breaking release (#108)
  • ✨ Set up Copilot instructions (#112)
  • Create Github Action to run tests for SSMProblems and GeneralisedFilters (#114)
  • Update About link (#123)
Commits
  • 780a9b0 Update package versions
  • 8a564c8 Add optional jitter to Kalman Filter
  • 6685028 Correct container type in unit test
  • 01ca9b7 Symmetry fix for numerical stability
  • bcef329 Fix MMatrix bug with identity addition
  • b5a4a2b Add weights to callback
  • 740587e Use explicit type parameter for resampling state construction.
  • 1c304e7 Add missing SArray conversion to dummy linear Gaussian model
  • c886beb Use efficient PDMat quadratic forms for ancestor weights/backward filtering
  • 2282c15 Restore Type Stability (#122)
  • Additional commits viewable in compare view

Updates Libtask to 0.9.18

Release notes

Sourced from Libtask's releases.

v0.9.18

Libtask v0.9.18

Diff since v0.9.17

Merged pull requests:

Closed issues:

  • Julia 1.10 segfault in threaded PG due to concurrent Libtask callable generation (#226)
Changelog

Sourced from Libtask's changelog.

0.9.17

Further improve performance by dropping unused Refs from the tape entirely.

0.9.16

Improve performance by removing unnecessary set_ref_at! / get_ref_at calls.

0.9.15

Improve Libtask's handling of non-const global variables. Previously, usage of non-const globals in a TapedTask would cause Libtask to throw an "Unbound GlobalRef not allowed in value position" error. They should now work, and you can mutate global variables between calls to consume.

0.9.14

Added the Libtask.might_produce_if_sig_contains method.

0.9.13

Fix a bug where SSA registers in throw_undef_if_not expressions were not being correctly handled. This affected TapedTasks where the underlying function had variables that were conditionally defined.

Also adds an internal function, Libtask.generate_ir, which is useful for debugging. This is not part of the public API; however if you are developing Libtask it is a useful function for quickly inspecting the IR that Libtask generates, both pre- and post-optimisation.

0.9.12

Added a new method, Libtask.get_taped_globals(tt::TapedTask). This method extracts the taped globals stored inside tt.

Note that this is distinct from the existing method Libtask.get_taped_globals(::Type{T}) where {T}. That method is meant for being called inside a TapedTask, and it extracts the taped globals from the task that it is currently inside.

This PR also improves the error message for the latter method. When calling Libtask.get_taped_globals(::Type{T}) where {T} outside of a TapedTask, this now throws a Libtask.NotInTapedTaskError (which can be specifically caught) and shows a better error message.

0.9.11

When constructing a TapedTask with a method that will error when run (e.g. method doesn't exist, or is ambiguous) a more helpful error is shown.

0.9.10

Fix a bug introduced in 0.9.9 that made certain phi nodes with Union types fail a type assertion.

0.9.9

Remove manual opaque closure optimisation functions in favour of setting the world age and letting the compiler do more work for us, and providing it with some more type information. This changes no functionality, and shouldn't change performance either, but simplifies code.

0.9.8

... (truncated)

Commits
  • 7b29114 Bump version from 0.9.17 to 0.9.18 (#231)
  • d24443b Serialize build_callable under a global lock to prevent segfaults in thread...
  • d214e7f Bump the all-julia-packages group across 4 directories with 6 updates (#230)
  • b40403f Bump the all-github-actions-packages group with 2 updates (#228)
  • ff294dc Replace CompatHelper with Dependabot (#225)
  • 7233db7 Patch and changelog
  • 98e8a45 Delete unused refs from the tuple argument entirely (#221)
  • 80969d0 Patch & changelog
  • d960316 fix another bug (#223)
  • 93f83db Improve implementation of reference elimination (#222)
  • Additional commits viewable in compare view

Updates Literate to 2.21.0

Release notes

Sourced from Literate's releases.

v2.21.0

See CHANGELOG.md for notable changes.

See CHANGELOG.md for notable changes.

Diff since v2.20.1

Changelog

Sourced from Literate's changelog.

[v2.21.0] - 2025-11-19

Changed

  • Allow IOCapture version 1. (#280)

[v2.20.1] - 2024-10-17

Fixed

  • Errors from code evaluation (with continue_on_error = true) are now properly displayed with showerror. (#261)

[v2.20.0] - 2024-10-16

Added

  • A new keyword argument configuration continue_on_error::Bool = false has been added which controls the behavior of code execution errors. By default (continue_on_error = false) execution errors are re-thrown by Literate (as before). If continue_on_error = true is set the error is used as the block result and execution continues with following blocks. (#201, #257)
  • Literate now replaces Documenter-style admonitions when generating notebook output (#259). Concretely,
    # !!! note
    #     A note.
    

    !!! warn "Warning title text"

    A warning.

    is replaced with

    # > **Note**
    # >
    # > A note.
    

    > Warning title text

    >

    > A warning.

[v2.19.1] - 2024-09-13

Fixed

  • Set :SOURCE_PATH in the task local storage to the output file when executing code so that recursive include works as expected. (#251, #252)

[v2.19.0] - 2024-07-11

Changed

  • Literate.markdown, Literate.notebook, and Literate.script are marked as public in Julia version that support the public keyword. (#248)

[v2.18.0] - 2024-04-17

Added

... (truncated)

Commits

Updates AdvancedPS to 0.7.2

Release notes

Sourced from AdvancedPS's releases.

v0.7.2

AdvancedPS v0.7.2

Diff since v0.7.1

Merged pull requests:

  • Allow passing kwargs on to Libtask (when it's an AbstractTuringLibtaskModel...) (#118) (@​penelopeysm)

Closed issues:

  • PGAS requires an empty state vector to start with (#81)
  • PGAS example where state consists of a tuple of distributions? (#82)
  • Tempering (#121)
Commits
  • 443eaca Allow passing kwargs on to Libtask (when it's an AbstractTuringLibtaskModel...
  • e100352 Update SSMProblems interface (#119)
  • 3cb7ec8 Fix Turing link in documentation
  • ee1052d New libtask interface (#114)
  • 1ad89ec Update Project.toml
  • 089c063 Update to most recent SSMProblems interface (#116)
  • 57e6afd DocsGHA: Grant write permission to pull-requests event (#117)
  • 8b4b558 Documentation and Turing Navigation CI improvement (#112)
  • 5a36d31 Update CI setup (#111)
  • d0d180f Make particle Gibbs deterministic across architectures (#109)
  • Additional commits viewable in compare view

Updates AbstractGPs to 0.5.24

Release notes

Sourced from AbstractGPs's releases.

v0.5.24

AbstractGPs v0.5.24

Diff since v0.5.23

Merged pull requests:

Commits

Updates Plots to 1.41.6

Release notes

Sourced from Plots's releases.

Plots-v1.41.6

What's Changed

Full Changelog: JuliaPlots/Plots.jl@Plots-v1.41.5+docs...Plots-v1.41.6

Changelog

Sourced from Plots's changelog.

Plots.jl NEWS

Unreleased

Features

  • GR backend: Add support for colorbar_ticks to customize tick positions and labels on colorbars (#3560)

Breaking changes


v2

  • deprecated backends pgfplots and pyplot removed
  • deprecated keyword orientation removed
  • backends are extensions now so the backend code must be explicitly loaded using import with the backend package, e.g.
    using Plots
    import GR # loads backend code

  • Types are no longer part of the Plots API this affects
    • Shape, which is now shape
  • The default label is now :none, use :auto to restore the previous behaviour
  • UnitfulExt changes:
    • The P_str macro is no longer provided as API. The intended goal was simply to not put units on axis labels which were "protected strings". To achieve this now, pass unitformat=:nounit.
    • The axis option unitformat=:none, unitformat=nothing, and unitformat=false previously printed the axis guide as string(label, " ", unit). That behavior is now moved to unitformat=:space, and :none, nothing, and false print the axis guide without units.

notes on release changes, ongoing development, and future planned work

NOTE: this file is deprecated, see the TagBot auto-generated changelogs instead

0.28.3

  • support generalized array interface
  • save to pdf, svg and eps in plotlyjs
  • fix for clims in line_z
  • optimize heatmap logic in gr

0.26.3

  • fix vline with dates
  • fix PyPlot logscale bug
  • avoid annotation clipping for PyPlot
  • allow plotting of Any vectors and 3D plotting again in convertToAnyVector
  • specify legend title font in GR and PyPlot

... (truncated)

Commits

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 AbstractMCMC to 5.15.1

Release notes

Sourced from AbstractMCMC's releases.

v5.15.1

AbstractMCMC v5.15.1

Diff since v5.15.0

Remove FillArrays as a dep.

Merged pull requests:

Closed issues:

  • Maybe clean up dependence on FillArrays.jl? (#131)
Commits
  • ee61477 Remove FillArrays dep (#202)
  • 237025c Remove Transducers.jl dependency (#201)
  • 0f67b29 add three-argument to_samples (#199)
  • 1775ff0 fix minor docs issues in callbacks (#198)
  • ea9f901 Clean up sample loop, pass discard_sample keyword as kwarg to step/step_w...
  • a346c51 Improve Tests (#192)
  • a37c274 CompatHelper: add new compat entry for AbstractMCMC at version 5 for package ...
  • d53ed3d Improve Callbacks (#191)
  • 31db894 Reduce sample size in callback example
  • 49e8ebc Add MyModel and MySampler structures with step function
  • Additional commits viewable in compare view

Updates Distributions to 0.25.127

Release notes

Sourced from Distributions's releases.

v0.25.127

Distributions v0.25.127

Diff since v0.25.126

Merged pull requests:

Closed issues:

  • Global sparsity tracing still fails for distributions whose @​check_args uses bare (non-named-argument) conditions (#2067)
Commits
  • 03ddda7 More consistent error types (#2058)
  • 4e108fd Stop testing DistributionsAD (#2068)
  • 5e315e2 Support global sparsity tracing through distribution constructors (

Updates the requirements on [StatsFuns](https://github.com/JuliaStats/StatsFuns.jl), [Documenter](https://github.com/JuliaDocs/Documenter.jl), [Literate](https://github.com/fredrikekre/Literate.jl), [AdvancedPS](https://github.com/TuringLang/AdvancedPS.jl), [Distributions](https://github.com/JuliaStats/Distributions.jl), [SSMProblems](https://github.com/TuringLang/SSMProblems.jl), [Libtask](https://github.com/TuringLang/Libtask.jl), [AbstractGPs](https://github.com/JuliaGaussianProcesses/AbstractGPs.jl), [Plots](https://github.com/JuliaPlots/Plots.jl), [AbstractMCMC](https://github.com/TuringLang/AbstractMCMC.jl) and [Random123](https://github.com/JuliaRandom/Random123.jl) to permit the latest version.

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

Updates `Documenter` to 1.17.0
- [Release notes](https://github.com/JuliaDocs/Documenter.jl/releases)
- [Changelog](https://github.com/JuliaDocs/Documenter.jl/blob/master/CHANGELOG.md)
- [Commits](JuliaDocs/Documenter.jl@v0.1.0...v1.17.0)

Updates `Literate` to 2.21.0
- [Release notes](https://github.com/fredrikekre/Literate.jl/releases)
- [Changelog](https://github.com/fredrikekre/Literate.jl/blob/master/CHANGELOG.md)
- [Commits](fredrikekre/Literate.jl@v0.1.0...v2.21.0)

Updates `AdvancedPS` to 0.7.2
- [Release notes](https://github.com/TuringLang/AdvancedPS.jl/releases)
- [Commits](v0.1.0...v0.7.2)

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 `SSMProblems` to 0.6.1
- [Release notes](https://github.com/TuringLang/SSMProblems.jl/releases)
- [Commits](TuringLang/SSMProblems.jl@SSMProblems-v0.5.0...SSMProblems-v0.6.1)

Updates `Libtask` to 0.9.18
- [Release notes](https://github.com/TuringLang/Libtask.jl/releases)
- [Changelog](https://github.com/TuringLang/Libtask.jl/blob/main/HISTORY.md)
- [Commits](TuringLang/Libtask.jl@v0.1.1...v0.9.18)

Updates `Literate` to 2.21.0
- [Release notes](https://github.com/fredrikekre/Literate.jl/releases)
- [Changelog](https://github.com/fredrikekre/Literate.jl/blob/master/CHANGELOG.md)
- [Commits](fredrikekre/Literate.jl@v0.1.0...v2.21.0)

Updates `AdvancedPS` to 0.7.2
- [Release notes](https://github.com/TuringLang/AdvancedPS.jl/releases)
- [Commits](v0.1.0...v0.7.2)

Updates `AbstractGPs` to 0.5.24
- [Release notes](https://github.com/JuliaGaussianProcesses/AbstractGPs.jl/releases)
- [Commits](JuliaGaussianProcesses/AbstractGPs.jl@v0.1.0...v0.5.24)

Updates `Plots` to 1.41.6
- [Release notes](https://github.com/JuliaPlots/Plots.jl/releases)
- [Changelog](https://github.com/JuliaPlots/Plots.jl/blob/v2/NEWS.md)
- [Commits](JuliaPlots/Plots.jl@Plots-v1.41.5+docs...Plots-v1.41.6)

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

Updates `AbstractMCMC` to 5.15.1
- [Release notes](https://github.com/TuringLang/AbstractMCMC.jl/releases)
- [Commits](TuringLang/AbstractMCMC.jl@v0.1.0...v5.15.1)

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 `SSMProblems` to 0.6.1
- [Release notes](https://github.com/TuringLang/SSMProblems.jl/releases)
- [Commits](TuringLang/SSMProblems.jl@SSMProblems-v0.5.0...SSMProblems-v0.6.1)

Updates `Libtask` to 0.9.18
- [Release notes](https://github.com/TuringLang/Libtask.jl/releases)
- [Changelog](https://github.com/TuringLang/Libtask.jl/blob/main/HISTORY.md)
- [Commits](TuringLang/Libtask.jl@v0.1.1...v0.9.18)

Updates `Literate` to 2.21.0
- [Release notes](https://github.com/fredrikekre/Literate.jl/releases)
- [Changelog](https://github.com/fredrikekre/Literate.jl/blob/master/CHANGELOG.md)
- [Commits](fredrikekre/Literate.jl@v0.1.0...v2.21.0)

Updates `AdvancedPS` to 0.7.2
- [Release notes](https://github.com/TuringLang/AdvancedPS.jl/releases)
- [Commits](v0.1.0...v0.7.2)

Updates `Plots` to 1.41.6
- [Release notes](https://github.com/JuliaPlots/Plots.jl/releases)
- [Changelog](https://github.com/JuliaPlots/Plots.jl/blob/v2/NEWS.md)
- [Commits](JuliaPlots/Plots.jl@Plots-v1.41.5+docs...Plots-v1.41.6)

Updates `AbstractMCMC` to 5.15.1
- [Release notes](https://github.com/TuringLang/AbstractMCMC.jl/releases)
- [Commits](TuringLang/AbstractMCMC.jl@v0.1.0...v5.15.1)

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 `SSMProblems` to 0.6.1
- [Release notes](https://github.com/TuringLang/SSMProblems.jl/releases)
- [Commits](TuringLang/SSMProblems.jl@SSMProblems-v0.5.0...SSMProblems-v0.6.1)

Updates `Literate` to 2.21.0
- [Release notes](https://github.com/fredrikekre/Literate.jl/releases)
- [Changelog](https://github.com/fredrikekre/Literate.jl/blob/master/CHANGELOG.md)
- [Commits](fredrikekre/Literate.jl@v0.1.0...v2.21.0)

Updates `AdvancedPS` to 0.7.2
- [Release notes](https://github.com/TuringLang/AdvancedPS.jl/releases)
- [Commits](v0.1.0...v0.7.2)

Updates `Plots` to 1.41.6
- [Release notes](https://github.com/JuliaPlots/Plots.jl/releases)
- [Changelog](https://github.com/JuliaPlots/Plots.jl/blob/v2/NEWS.md)
- [Commits](JuliaPlots/Plots.jl@Plots-v1.41.5+docs...Plots-v1.41.6)

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

Updates `AbstractMCMC` to 5.15.1
- [Release notes](https://github.com/TuringLang/AbstractMCMC.jl/releases)
- [Commits](TuringLang/AbstractMCMC.jl@v0.1.0...v5.15.1)

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 `SSMProblems` to 0.6.1
- [Release notes](https://github.com/TuringLang/SSMProblems.jl/releases)
- [Commits](TuringLang/SSMProblems.jl@SSMProblems-v0.5.0...SSMProblems-v0.6.1)

Updates `Random123` to 1.7.1
- [Release notes](https://github.com/JuliaRandom/Random123.jl/releases)
- [Commits](JuliaRandom/Random123.jl@v1.1.0...v1.7.1)

Updates `Libtask` to 0.9.18
- [Release notes](https://github.com/TuringLang/Libtask.jl/releases)
- [Changelog](https://github.com/TuringLang/Libtask.jl/blob/main/HISTORY.md)
- [Commits](TuringLang/Libtask.jl@v0.1.1...v0.9.18)

Updates `Literate` to 2.21.0
- [Release notes](https://github.com/fredrikekre/Literate.jl/releases)
- [Changelog](https://github.com/fredrikekre/Literate.jl/blob/master/CHANGELOG.md)
- [Commits](fredrikekre/Literate.jl@v0.1.0...v2.21.0)

Updates `AdvancedPS` to 0.7.2
- [Release notes](https://github.com/TuringLang/AdvancedPS.jl/releases)
- [Commits](v0.1.0...v0.7.2)

Updates `Plots` to 1.41.6
- [Release notes](https://github.com/JuliaPlots/Plots.jl/releases)
- [Changelog](https://github.com/JuliaPlots/Plots.jl/blob/v2/NEWS.md)
- [Commits](JuliaPlots/Plots.jl@Plots-v1.41.5+docs...Plots-v1.41.6)

Updates `SSMProblems` to 0.6.1
- [Release notes](https://github.com/TuringLang/SSMProblems.jl/releases)
- [Commits](TuringLang/SSMProblems.jl@SSMProblems-v0.5.0...SSMProblems-v0.6.1)

---
updated-dependencies:
- dependency-name: StatsFuns
  dependency-version: 2.2.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: Documenter
  dependency-version: 1.17.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: Literate
  dependency-version: 2.21.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: AdvancedPS
  dependency-version: 0.7.2
  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: SSMProblems
  dependency-version: 0.6.1
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: Libtask
  dependency-version: 0.9.18
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: Literate
  dependency-version: 2.21.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: AdvancedPS
  dependency-version: 0.7.2
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: AbstractGPs
  dependency-version: 0.5.24
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: Plots
  dependency-version: 1.41.6
  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: AbstractMCMC
  dependency-version: 5.15.1
  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: SSMProblems
  dependency-version: 0.6.1
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: Libtask
  dependency-version: 0.9.18
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: Literate
  dependency-version: 2.21.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: AdvancedPS
  dependency-version: 0.7.2
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: Plots
  dependency-version: 1.41.6
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: AbstractMCMC
  dependency-version: 5.15.1
  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: SSMProblems
  dependency-version: 0.6.1
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: Literate
  dependency-version: 2.21.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: AdvancedPS
  dependency-version: 0.7.2
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: Plots
  dependency-version: 1.41.6
  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: AbstractMCMC
  dependency-version: 5.15.1
  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: SSMProblems
  dependency-version: 0.6.1
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: Random123
  dependency-version: 1.7.1
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: Libtask
  dependency-version: 0.9.18
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: Literate
  dependency-version: 2.21.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: AdvancedPS
  dependency-version: 0.7.2
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: Plots
  dependency-version: 1.41.6
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: SSMProblems
  dependency-version: 0.6.1
  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 24, 2026
@coveralls

coveralls commented Jun 24, 2026

Copy link
Copy Markdown

Coverage Report for CI Build 28088027149

Warning

No base build found for commit 1022556 on main.
Coverage changes can't be calculated without a base build.
If a base build is processing, this comment will update automatically when it completes.

Coverage: 95.853%

Details

  • Patch coverage: No coverable lines changed in this PR.

Uncovered Changes

No uncovered changes found.

Coverage Regressions

Requires a base build to compare against. How to fix this →


Coverage Stats

Coverage Status
Relevant Lines: 434
Covered Lines: 416
Line Coverage: 95.85%
Coverage Strength: 296418.7 hits per line

💛 - Coveralls

@coveralls

Copy link
Copy Markdown

Coverage Report for CI Build 28088027149

Warning

No base build found for commit 1022556 on main.
Coverage changes can't be calculated without a base build.
If a base build is processing, this comment will update automatically when it completes.

Coverage: 95.853%

Details

  • Patch coverage: No coverable lines changed in this PR.

Uncovered Changes

No uncovered changes found.

Coverage Regressions

Requires a base build to compare against. How to fix this →


Coverage Stats

Coverage Status
Relevant Lines: 434
Covered Lines: 416
Line Coverage: 95.85%
Coverage Strength: 414358.92 hits per line

💛 - Coveralls

1 similar comment
@coveralls

Copy link
Copy Markdown

Coverage Report for CI Build 28088027149

Warning

No base build found for commit 1022556 on main.
Coverage changes can't be calculated without a base build.
If a base build is processing, this comment will update automatically when it completes.

Coverage: 95.853%

Details

  • Patch coverage: No coverable lines changed in this PR.

Uncovered Changes

No uncovered changes found.

Coverage Regressions

Requires a base build to compare against. How to fix this →


Coverage Stats

Coverage Status
Relevant Lines: 434
Covered Lines: 416
Line Coverage: 95.85%
Coverage Strength: 414358.92 hits per line

💛 - Coveralls

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.

1 participant