Skip to content

Bump the all-julia-packages group across 2 directories with 16 updates#90

Merged
icweaver merged 1 commit into
mainfrom
dependabot/julia/docs/all-julia-packages-57010047cb
Jul 8, 2026
Merged

Bump the all-julia-packages group across 2 directories with 16 updates#90
icweaver merged 1 commit into
mainfrom
dependabot/julia/docs/all-julia-packages-57010047cb

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 8, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on ChainRulesCore, Orbits, Zygote, StableRNGs, Distributions, Bijectors, Unitful, ForwardDiff, HypothesisTests, UnitfulAstro, FiniteDifferences, Plots, Aqua, ChainRulesTestUtils, ParallelTestRunner and QuadGK to permit the latest version.
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 Orbits to 0.1.1

Release notes

Sourced from Orbits's releases.

v0.1.1

What's Changed

New Contributors

Full Changelog: JuliaAstro/Orbits.jl@v0.1.0...v0.1.1

Commits

Updates Zygote to 0.7.11

Release notes

Sourced from Zygote's releases.

v0.7.11

Zygote v0.7.11

Diff since v0.7.10

Merged pull requests:

... (truncated)

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

Updates Distributions to 0.25.129

Release notes

Sourced from Distributions's releases.

v0.25.129

Distributions v0.25.129

Diff since v0.25.128

Merged pull requests:

  • More flexible and less brittle MvNormal and MvNormalCanon type aliases (#2073) (@​devmotion)
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 Unitful to 1.28.0

Release notes

Sourced from Unitful's releases.

v1.28.0

Unitful v1.28.0

Diff since v1.27.0

  • Feature: Dimensionless quantities now support iseven and isodd (#829).
  • Bugfix: Quantities that have equal values and equal units now have the same hash (#833). For now, quantities that are equal (isequal) but have different units still have different hashes, see #379.

Merged pull requests:

Closed issues:

  • Should hashing of Quantity{BigFloat} behave differently to those of BigFloat's? (#378)
  • Latexify as soft dependency (#665)
  • stack overflow when calling iseven and isodd with unitful quantity (#822)
  • "Binding undeclared during precompilation" error (#831)
Changelog

Sourced from Unitful's changelog.

v1.28.0 (2026-01-29)

  • Feature: Dimensionless quantities now support iseven and isodd (#829).
  • Bugfix: Quantities that have equal values and equal units now have the same hash (#833). For now, quantities that are equal (isequal) but have different units still have different hashes, see #379.

v1.27.0 (2025-12-08)

  • Feature: NaNMath.pow and NaNMath.sqrt from NaNMath.jl are supported via a package extension (#824).

v1.26.0 (2025-12-05)

  • Feature: The aliases degC and degF for °C and °F are added (#826).
  • Bugfix: Correct LaTeX printing of affine units (#825).
  • Maintenance: Fix a world-age warning on Julia 1.12 (#819).

v1.25.1 (2025-10-18)

  • Maintenance: Fix a parsing error on Julia 1.13 (#817).

v1.25.0 (2025-09-16)

  • Feature: Quantities and units can now be converted to a LaTeX representation using Latexify.jl. This is provided via a package extension and replaces the UnitfulLatexify.jl package (#795).
  • This package now requires Julia ≥ 1.6.

v1.24.0 (2025-07-31)

  • Feature: The alias deg for ° is added (#764).

v1.23.1 (2025-06-10)

  • Bugfix: Fix a world-age issue with the new mechanism to preserve the floating-point precision on unit conversion (#790).

v1.23.0 (2025-06-08)

  • Feature: On Julia ≥ 1.9, dimensionless quantities can now be converted to ForwardDiff.Dual. This is important for compatibility with the SciML ecosystem and is provided via a package extension (#765).
  • Feature: On Julia ≥ 1.9, @printf and @sprintf can now be used with Unitful quantities. The specified format is applied to the numeric part of the quantity and the unit is appended to that. This is provided via a package extension (#772).
  • Bugfix: Certain unit conversions involving units that are defined using non-integer exponents no longer error (#783).
  • Enhancement: uconvert now preserves the floating-point precision of quantities in a non-breaking way (#782).

v1.22.1 (2025-05-13)

  • Bugfix: The behaviour to preserve the floating-point precision of quantities (#754, added in v1.22.0) is reverted because it is not compatible with IntervalArithmetic.jl (see #758). The feature will be added in a non-breaking way in a future release.

v1.22.0 (2025-01-02)

  • Feature: Base.big can now be used with quantities (#755).
  • Bugfix: Using Base.convert to convert to a unitless quantity no longer errors (#724).
  • Bugfix: Using Base.convert to convert to a mixed logarithmic quantity no longer returns wrong results. In cases that returned a result even though it was unknown whether the quantity was a power or root-power quantity, an error is thrown instead (#724).
  • Enhancement: uconvert now preserves the floating-point precision of quantities (#754).
  • Enhancement: When printing arrays, quantities are now aligned at the decimal point just like unitless numbers (#752).

... (truncated)

Commits

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 Orbits to 0.1.1

Release notes

Sourced from Orbits's releases.

v0.1.1

What's Changed

New Contributors

Full Changelog: JuliaAstro/Orbits.jl@v0.1.0...v0.1.1

Commits

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 HypothesisTests to 0.11.8

Release notes

Sourced from HypothesisTests's releases.

v0.11.8

HypothesisTests v0.11.8

Diff since v0.11.7

Merged pull requests:

Commits

Updates the requirements on [ChainRulesCore](https://github.com/JuliaDiff/ChainRulesCore.jl), [Orbits](https://github.com/JuliaAstro/Orbits.jl), [Zygote](https://github.com/FluxML/Zygote.jl), [StableRNGs](https://github.com/JuliaRandom/StableRNGs.jl), [Distributions](https://github.com/JuliaStats/Distributions.jl), [Bijectors](https://github.com/TuringLang/Bijectors.jl), [Unitful](https://github.com/JuliaPhysics/Unitful.jl), [ForwardDiff](https://github.com/JuliaDiff/ForwardDiff.jl), [HypothesisTests](https://github.com/JuliaStats/HypothesisTests.jl), [UnitfulAstro](https://github.com/JuliaAstro/UnitfulAstro.jl), [FiniteDifferences](https://github.com/JuliaDiff/FiniteDifferences.jl), [Plots](https://github.com/JuliaPlots/Plots.jl), [Aqua](https://github.com/JuliaTesting/Aqua.jl), [ChainRulesTestUtils](https://github.com/JuliaDiff/ChainRulesTestUtils.jl), [ParallelTestRunner](https://github.com/JuliaTesting/ParallelTestRunner.jl) and [QuadGK](https://github.com/JuliaMath/QuadGK.jl) to permit the latest version.

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 `Orbits` to 0.1.1
- [Release notes](https://github.com/JuliaAstro/Orbits.jl/releases)
- [Commits](JuliaAstro/Orbits.jl@v0.1.0...v0.1.1)

Updates `Zygote` to 0.7.11
- [Release notes](https://github.com/FluxML/Zygote.jl/releases)
- [Commits](FluxML/Zygote.jl@v0.1.0...v0.7.11)

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)

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

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 `Unitful` to 1.28.0
- [Release notes](https://github.com/JuliaPhysics/Unitful.jl/releases)
- [Changelog](https://github.com/JuliaPhysics/Unitful.jl/blob/master/NEWS.md)
- [Commits](JuliaPhysics/Unitful.jl@v0.0.1...v1.28.0)

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 `Orbits` to 0.1.1
- [Release notes](https://github.com/JuliaAstro/Orbits.jl/releases)
- [Commits](JuliaAstro/Orbits.jl@v0.1.0...v0.1.1)

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 `HypothesisTests` to 0.11.8
- [Release notes](https://github.com/JuliaStats/HypothesisTests.jl/releases)
- [Commits](JuliaStats/HypothesisTests.jl@v0.2.3...v0.11.8)

Updates `UnitfulAstro` to 1.2.2
- [Release notes](https://github.com/JuliaAstro/UnitfulAstro.jl/releases)
- [Changelog](https://github.com/JuliaAstro/UnitfulAstro.jl/blob/master/NEWS.md)
- [Commits](JuliaAstro/UnitfulAstro.jl@v0.1.0...v1.2.2)

Updates `FiniteDifferences` to 0.12.34
- [Release notes](https://github.com/JuliaDiff/FiniteDifferences.jl/releases)
- [Commits](JuliaDiff/FiniteDifferences.jl@v0.1.0...v0.12.34)

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 `Aqua` to 0.8.16
- [Release notes](https://github.com/JuliaTesting/Aqua.jl/releases)
- [Changelog](https://github.com/JuliaTesting/Aqua.jl/blob/master/CHANGELOG.md)
- [Commits](JuliaTesting/Aqua.jl@v0.1.0...v0.8.16)

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)

Updates `ParallelTestRunner` to 2.6.2
- [Release notes](https://github.com/JuliaTesting/ParallelTestRunner.jl/releases)
- [Commits](JuliaTesting/ParallelTestRunner.jl@v0.1.0...v2.6.2)

Updates `QuadGK` to 2.11.3
- [Release notes](https://github.com/JuliaMath/QuadGK.jl/releases)
- [Commits](JuliaMath/QuadGK.jl@v0.1.0...v2.11.3)

---
updated-dependencies:
- dependency-name: ChainRulesCore
  dependency-version: 1.26.1
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: Orbits
  dependency-version: 0.1.1
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: Zygote
  dependency-version: 0.7.11
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: StableRNGs
  dependency-version: 1.0.4
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: Distributions
  dependency-version: 0.25.129
  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: Unitful
  dependency-version: 1.28.0
  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: Orbits
  dependency-version: 0.1.1
  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: HypothesisTests
  dependency-version: 0.11.8
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: UnitfulAstro
  dependency-version: 1.2.2
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: FiniteDifferences
  dependency-version: 0.12.34
  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: Aqua
  dependency-version: 0.8.16
  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
- dependency-name: ParallelTestRunner
  dependency-version: 2.6.2
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: QuadGK
  dependency-version: 2.11.3
  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 Jul 8, 2026
@icweaver icweaver merged commit 8b697cf into main Jul 8, 2026
9 of 10 checks passed
@icweaver icweaver deleted the dependabot/julia/docs/all-julia-packages-57010047cb branch July 8, 2026 10:07
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