Skip to content

Bump the julia-dependencies group across 2 directories with 7 updates#21

Merged
dmetivie merged 1 commit into
masterfrom
dependabot/julia/docs/julia-dependencies-560ee17a95
May 15, 2026
Merged

Bump the julia-dependencies group across 2 directories with 7 updates#21
dmetivie merged 1 commit into
masterfrom
dependabot/julia/docs/julia-dependencies-560ee17a95

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 15, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on Distributions, CSV, MLDatasets, Literate, ExpectationMaximization, StatsPlots and StableRNGs to permit the latest version.
Updates Distributions to 0.25.125

Release notes

Sourced from Distributions's releases.

v0.25.125

Distributions v0.25.125

Diff since v0.25.124

Merged pull requests:

Commits
  • cc1a9fa Add sufficient statistics and MLE for Chi and Chisq (#1997)
  • 46ef6a3 Fix BinomialTPESampler Stirling correction sign error (#2053)
  • da420cd Implementing Hypergeometric sampling to remove RFunctions dependency (#1994)
  • 196d79b Bump codecov/codecov-action from 5 to 6 (#2048)
  • 8c7dd0d Simplify pdf formula in SkewNormal docstring (#2046)
  • bd05c70 Bump julia-actions/cache from 2 to 3 (#2043)
  • aaa6f49 Add docstring for univariate gradlogpdf (#2042)
  • 71309bc Bump actions/checkout from 5 to 6 (#2037)
  • d90e7ab Fix R test references and make them reproducible (#2007)
  • f1ff9e8 minor numerical improvement to logpdf(::Skellam) (#2034)
  • Additional commits viewable in compare view

Updates CSV to 0.10.16

Release notes

Sourced from CSV's releases.

v0.10.16

CSV v0.10.16

Diff since v0.10.15

Merged pull requests:

Closed issues:

  • missingsstring does not behave as documented (#1148)
  • INT128_MIN write error (#1151)
  • CSV.jl segfaults under R (#1154)
  • compress test seems broken (#1177)
Commits

Updates MLDatasets to 0.7.21

Release notes

Sourced from MLDatasets's releases.

v0.7.21

MLDatasets v0.7.21

Diff since v0.7.20

Merged pull requests:

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 ExpectationMaximization to 0.2.4

Release notes

Sourced from ExpectationMaximization's releases.

v0.2.4

ExpectationMaximization v0.2.4

Diff since v0.2.3

Merged pull requests:

Closed issues:

  • Fitting a beta mixture fails with no method found (#9)
Commits

Updates StatsPlots to 0.15.8

Changelog

Sourced from StatsPlots's changelog.

StatsPlots.jl NEWS

0.10

  • Rename package from StatPlots to StatsPlots

0.7 current version

0.7.3

  • fixed out of bound error with violin and boxplot
  • fixed title location in corrplot
  • better handling of NaN and Inf
  • recipe for hclust dendrogram (clustering visualization)
  • dataviewer recipe for interactive GUIs

0.7.2

  • fix stack overflow with @df and begin ... end blocks
  • avoid recomputing data unnecessarily in @df

0.7.1

  • remove Loess dependency
  • fix hygien macro issue in @df
  • add curly bracket syntax for automatic naming of groups
  • add cols() to select all columns

0.7.0

  • remove DataFrames dependency
  • improve tick handling in correlation plots
  • add support for discrete distributions
  • add automatic legend with @df
  • allow passing columns of a data table programmatically with cols

0.6.0

  • deprecate the plot(df, :x, :y) syntax
  • complete the removal of groupederror
  • remove shadederror
  • suppress axis labels in marginalhist

0.5.1

  • remove groupederror, as that is now in it's own package
  • add qqnorm and qqplot
  • fix 2d density plots

0.5.0

  • major reconfiguring of the support for tables:
    • change the syntax to @df mydataframe plot(:a, :b)
    • allows using DataFrames automatically in user recipes

... (truncated)

Commits
  • 9db7d09 bump DS and Interp compat, + StatsPlots version (#569)
  • 44200aa Merge pull request #564 from Jonas-a-Zimmermann/PermuteInsteadOfOrientation
  • 1ef19e9 Update README.md
  • 1c80878 Changed Orientation to Permute
  • 7cfe9c1 Update README.md
  • e34f65e Bump codecov/codecov-action from 3 to 4 (#548)
  • bb65b7c bump Project.toml
  • b1311cc Merge pull request #546 from JuliaPlots/compathelper/new_version/2023-11-25-0...
  • 710d428 CompatHelper: bump compat for Interpolations to 0.15, (keep existing compat)
  • 15fc66b Bump actions/checkout from 3 to 4 (#542)
  • Additional commits viewable in compare view

Updates Distributions to 0.25.125

Release notes

Sourced from Distributions's releases.

v0.25.125

Distributions v0.25.125

Diff since v0.25.124

Merged pull requests:

Commits
  • cc1a9fa Add sufficient statistics and MLE for Chi and Chisq (#1997)
  • 46ef6a3 Fix BinomialTPESampler Stirling correction sign error (#2053)
  • da420cd Implementing Hypergeometric sampling to remove RFunctions dependency (#1994)
  • 196d79b Bump codecov/codecov-action from 5 to 6 (#2048)
  • 8c7dd0d Simplify pdf formula in SkewNormal docstring (#2046)
  • bd05c70 Bump julia-actions/cache from 2 to 3 (#2043)
  • aaa6f49 Add docstring for univariate gradlogpdf (#2042)
  • 71309bc Bump actions/checkout from 5 to 6 (#2037)
  • d90e7ab Fix R test references and make them reproducible (#2007)
  • f1ff9e8 minor numerical improvement to logpdf(::Skellam) (#2034)
  • Additional commits viewable in compare view

Updates ExpectationMaximization to 0.2.4

Release notes

Sourced from ExpectationMaximization's releases.

v0.2.4

ExpectationMaximization v0.2.4

Diff since v0.2.3

Merged pull requests:

Closed issues:

  • Fitting a beta mixture fails with no method found (#9)
Commits

Updates StableRNGs to 1.0.4

Commits
  • fc6df37 copy-in Random.ltm52 which was deleted from Random (for shuffle) (#35)
  • dcc5201 add 1.9, 1.10, 1.11 to CI, and rm 1.4 on macOS (#28)
  • a584e78 Create dependabot.yml and update action versions (#31)
  • f1b00d7 Bump version (#34)
  • f626dcb import Random.Sampler (#30)
  • 147f522 Update badges on README.md (#27)
  • 18aa75f Fix method ambiguity error of shuffle! with AbstractArray{Bool} on Julia ...
  • 7e5c4a8 Fix streams of randn and randexp on Julia >= 1.11 (#22)
  • 9af20f9 add TagBot.yml file (#21)
  • d4f375f Add weekly CI run (#19)
  • Additional commits viewable in compare view

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 the requirements on [Distributions](https://github.com/JuliaStats/Distributions.jl), [CSV](https://github.com/JuliaData/CSV.jl), [MLDatasets](https://github.com/JuliaML/MLDatasets.jl), [Literate](https://github.com/fredrikekre/Literate.jl), [ExpectationMaximization](https://github.com/dmetivie/ExpectationMaximization.jl), [StatsPlots](https://github.com/JuliaPlots/StatsPlots.jl) and [StableRNGs](https://github.com/JuliaRandom/StableRNGs.jl) to permit the latest version.

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

Updates `CSV` to 0.10.16
- [Release notes](https://github.com/JuliaData/CSV.jl/releases)
- [Commits](JuliaData/CSV.jl@v0.0.1...v0.10.16)

Updates `MLDatasets` to 0.7.21
- [Release notes](https://github.com/JuliaML/MLDatasets.jl/releases)
- [Commits](JuliaML/MLDatasets.jl@v0.0.1...v0.7.21)

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 `ExpectationMaximization` to 0.2.4
- [Release notes](https://github.com/dmetivie/ExpectationMaximization.jl/releases)
- [Commits](v0.1.0...v0.2.4)

Updates `StatsPlots` to 0.15.8
- [Release notes](https://github.com/JuliaPlots/StatsPlots.jl/releases)
- [Changelog](https://github.com/JuliaPlots/StatsPlots.jl/blob/master/NEWS.md)
- [Commits](JuliaPlots/StatsPlots.jl@v0.0.1...v0.15.8)

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

Updates `ExpectationMaximization` to 0.2.4
- [Release notes](https://github.com/dmetivie/ExpectationMaximization.jl/releases)
- [Commits](v0.1.0...v0.2.4)

Updates `StableRNGs` to 1.0.4
- [Release notes](https://github.com/JuliaRandom/StableRNGs.jl/releases)
- [Commits](JuliaRandom/StableRNGs.jl@v0.1.0...v1.0.4)

---
updated-dependencies:
- dependency-name: Distributions
  dependency-version: 0.25.125
  dependency-type: direct:production
  dependency-group: julia-dependencies
- dependency-name: CSV
  dependency-version: 0.10.16
  dependency-type: direct:production
  dependency-group: julia-dependencies
- dependency-name: MLDatasets
  dependency-version: 0.7.21
  dependency-type: direct:production
  dependency-group: julia-dependencies
- dependency-name: Literate
  dependency-version: 2.21.0
  dependency-type: direct:production
  dependency-group: julia-dependencies
- dependency-name: ExpectationMaximization
  dependency-version: 0.2.4
  dependency-type: direct:production
  dependency-group: julia-dependencies
- dependency-name: StatsPlots
  dependency-version: 0.15.8
  dependency-type: direct:production
  dependency-group: julia-dependencies
- dependency-name: Distributions
  dependency-version: 0.25.125
  dependency-type: direct:production
  dependency-group: julia-dependencies
- dependency-name: ExpectationMaximization
  dependency-version: 0.2.4
  dependency-type: direct:production
  dependency-group: julia-dependencies
- dependency-name: StableRNGs
  dependency-version: 1.0.4
  dependency-type: direct:production
  dependency-group: julia-dependencies
...

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 May 15, 2026
@dmetivie dmetivie merged commit 9ef1bfd into master May 15, 2026
0 of 3 checks passed
@dmetivie dmetivie deleted the dependabot/julia/docs/julia-dependencies-560ee17a95 branch May 15, 2026 13:34
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