Skip to content

Bump the all-julia-packages group across 1 directory with 12 updates#158

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

Bump the all-julia-packages group across 1 directory with 12 updates#158
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/julia/test/all-julia-packages-a82d31cb8f

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 21, 2026

Updates the requirements on Distributions, ChainRulesCore, PDMats, RecursiveArrayTools, DiffEqBase, DifferenceEquations, Plots, Zygote, DataFrames, FiniteDiff, DelimitedFiles and ChainRulesTestUtils 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 ChainRulesCore to 1.26.1

Release notes

Sourced from ChainRulesCore's releases.

v1.26.1

What's Changed

New Contributors

Full Changelog: JuliaDiff/ChainRulesCore.jl@v1.26.0...v1.26.1

Commits
  • 4253bff Fix some tests and bump version (#706)
  • dad0d24 Bump codecov/codecov-action from 5 to 6 (#705)
  • 004e43e Bump actions/checkout from 5 to 6 (#700)
  • 115c282 Bump actions/checkout from 4 to 5 (#699)
  • 414b660 Update Project.toml
  • 124e0cb Merge pull request #698 from ChrisRackauckas-Claude/update-compat-bounds-2025
  • 1d5c651 Update Downgrade.yml
  • 6facda3 Create Downgrade.yml
  • 632c0dc Update compat bounds to exclude releases >1 year old
  • f396d36 Merge pull request #697 from ChrisRackauckas-Claude/bump-julia-v1.10
  • Additional commits viewable in compare view

Updates PDMats to 0.11.37

Release notes

Sourced from PDMats's releases.

v0.11.37

PDMats v0.11.37

Diff since v0.11.36

Merged pull requests:

Commits

Updates RecursiveArrayTools to 4.2.0

Release notes

Sourced from RecursiveArrayTools's releases.

v4.2.0

RecursiveArrayTools v4.2.0

Diff since v4.1.0

Merged pull requests:

Commits
  • 6a720b5 Merge pull request #580 from SciML/ChrisRackauckas-patch-3
  • fd39380 Update Project.toml
  • fea7a20 Merge pull request #579 from ChrisRackauckas-Claude/fix-zero-structarray
  • 5ddceee Add test for zero(VectorOfArray) preserving StructArray container type
  • 273a065 Preserve container type in zero(VectorOfArray) via rewrap
  • 25b5e64 Merge pull request #578 from SciML/dependabot/julia/all-julia-packages-629bbb...
  • f4f840b Update CUDA requirement 6.0
  • 9277c46 Merge pull request #576 from SciML/ChrisRackauckas-patch-3
  • ccc3e73 Update Project.toml
  • a22d73a Merge pull request #575 from ChrisRackauckas-Claude/mooncake-arraypartition-r...
  • Additional commits viewable in compare view

Updates DiffEqBase to 6.218.0

Commits

Updates DifferenceEquations to 1.0.0

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

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
  • delete pushtomaster.sh
  • use === nothing

0.26.2

  • improve empty animation build error

... (truncated)

Commits

Updates Zygote to 0.7.10

Release notes

Sourced from Zygote's releases.

v0.7.10

Zygote v0.7.10

Diff since v0.7.9

Merged pull requests:

Commits

Updates DataFrames to 1.8.2

Release notes

Sourced from DataFrames's releases.

v1.8.2

DataFrames v1.8.2

Diff since v1.8.1

Merged pull requests:

Closed issues:

  • stack wrong makeunique suggestion (#3487)
  • invalid index with SubDataFrame and copycols = false (#3515)
  • Link to "Data Wrangling with DataFrames.jl Cheat Sheet" is broken in the documentation (#3518)
Changelog

Sourced from DataFrames's changelog.

DataFrames.jl v1.8.2 Release Notes

Bug fixes

  • Fix a column selection bug when transforming SubDataFrame with copycols=false (#3503)

DataFrames.jl v1.8.0 Release Notes

Ecosystem compatibility changes

  • Make DataFrames.jl hashing consistent with Julia 1.13 and take into account column names when hashing AbstractDataFrame (#3507)
  • Require Julia 1.10 and add PrettyTables.jl v3 support (#3510)

DataFrames.jl v1.7.1 Release Notes

Julia compatibility change

  • Make DataFrames.jl support DataStructures.jl version 0.19 (#3503)

DataFrames.jl v1.7.0 Release Notes

New functionalities

  • Allow passing multiple values to add in push!, pushfirst!, append!, and prepend! (#3372)
  • rename and rename! now allow to apply a function transforming column names only to a subset of the columns specified by the cols keyword argument (#3380)
  • mapcols and mapcols! now allow to apply a function transforming columns only to a subset of the columns specified by the cols keyword argument (#3386)

Bug fixes

  • Correctly throw an error if negative number of rows is passed to first or last (#3402)
  • Always use the default thread pool for multithreaded operations, instead of using the interactive thread pool when Julia was started with -tM,N with N > 0 (#3385)
  • Correctly return Bool[] in the nonunique function applied to a data frame with a pulled column that has zero levels in the pool (#3393)

... (truncated)

Commits

Updates FiniteDiff to 2.30.0

Commits

Updates DelimitedFiles to 1.9.1

Commits

Updates ChainRulesTestUtils to 1.13.1

Commits

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


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

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

Updates the requirements on [Distributions](https://github.com/JuliaStats/Distributions.jl), [ChainRulesCore](https://github.com/JuliaDiff/ChainRulesCore.jl), [PDMats](https://github.com/JuliaStats/PDMats.jl), [RecursiveArrayTools](https://github.com/SciML/RecursiveArrayTools.jl), [DiffEqBase](https://github.com/SciML/OrdinaryDiffEq.jl), [DifferenceEquations](https://github.com/SciML/DifferenceEquations.jl), [Plots](https://github.com/JuliaPlots/Plots.jl), [Zygote](https://github.com/FluxML/Zygote.jl), [DataFrames](https://github.com/JuliaData/DataFrames.jl), [FiniteDiff](https://github.com/JuliaDiff/FiniteDiff.jl), [DelimitedFiles](https://github.com/JuliaData/DelimitedFiles.jl) and [ChainRulesTestUtils](https://github.com/JuliaDiff/ChainRulesTestUtils.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 `ChainRulesCore` to 1.26.1
- [Release notes](https://github.com/JuliaDiff/ChainRulesCore.jl/releases)
- [Commits](JuliaDiff/ChainRulesCore.jl@v0.1.0...v1.26.1)

Updates `PDMats` to 0.11.37
- [Release notes](https://github.com/JuliaStats/PDMats.jl/releases)
- [Commits](JuliaStats/PDMats.jl@v0.1.1...v0.11.37)

Updates `RecursiveArrayTools` to 4.2.0
- [Release notes](https://github.com/SciML/RecursiveArrayTools.jl/releases)
- [Commits](SciML/RecursiveArrayTools.jl@v0.0.1...v4.2.0)

Updates `DiffEqBase` to 6.218.0
- [Release notes](https://github.com/SciML/OrdinaryDiffEq.jl/releases)
- [Commits](https://github.com/SciML/OrdinaryDiffEq.jl/commits)

Updates `DifferenceEquations` to 1.0.0
- [Release notes](https://github.com/SciML/DifferenceEquations.jl/releases)
- [Commits](https://github.com/SciML/DifferenceEquations.jl/commits)

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 `Zygote` to 0.7.10
- [Release notes](https://github.com/FluxML/Zygote.jl/releases)
- [Commits](FluxML/Zygote.jl@v0.2.0...v0.7.10)

Updates `DataFrames` to 1.8.2
- [Release notes](https://github.com/JuliaData/DataFrames.jl/releases)
- [Changelog](https://github.com/JuliaData/DataFrames.jl/blob/main/NEWS.md)
- [Commits](JuliaData/DataFrames.jl@v0.0.0...v1.8.2)

Updates `FiniteDiff` to 2.30.0
- [Release notes](https://github.com/JuliaDiff/FiniteDiff.jl/releases)
- [Commits](https://github.com/JuliaDiff/FiniteDiff.jl/commits)

Updates `DelimitedFiles` to 1.9.1
- [Release notes](https://github.com/JuliaData/DelimitedFiles.jl/releases)
- [Commits](JuliaData/DelimitedFiles.jl@v1.9.0...v1.9.1)

Updates `ChainRulesTestUtils` to 1.13.1
- [Release notes](https://github.com/JuliaDiff/ChainRulesTestUtils.jl/releases)
- [Commits](JuliaDiff/ChainRulesTestUtils.jl@v0.1.0...v1.13.1)

---
updated-dependencies:
- dependency-name: Distributions
  dependency-version: 0.25.125
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: ChainRulesCore
  dependency-version: 1.26.1
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: PDMats
  dependency-version: 0.11.37
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: RecursiveArrayTools
  dependency-version: 4.2.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: DiffEqBase
  dependency-version: 6.218.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: DifferenceEquations
  dependency-version: 1.0.0
  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: Zygote
  dependency-version: 0.7.10
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: DataFrames
  dependency-version: 1.8.2
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: FiniteDiff
  dependency-version: 2.30.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: DelimitedFiles
  dependency-version: 1.9.1
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: ChainRulesTestUtils
  dependency-version: 1.13.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 Apr 21, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 23, 2026

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 24, 2026

Superseded by #159.

@dependabot dependabot Bot closed this Apr 24, 2026
@dependabot dependabot Bot deleted the dependabot/julia/test/all-julia-packages-a82d31cb8f branch April 24, 2026 00:49
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