Skip to content

Bump the all-julia-packages group across 1 directory with 21 updates - #801

Closed
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/julia/all-julia-packages-bf504cca68
Closed

Bump the all-julia-packages group across 1 directory with 21 updates#801
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/julia/all-julia-packages-bf504cca68

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Updates the requirements on StaticArrays, ManifoldsBase, Manifolds, Statistics, TimeZones, Distributions, Interpolations, Optim, DelimitedFiles, OrderedCollections, TransformUtils, IncrementalInference, IncrementalInferenceTypes, ImageCore, TensorCast, Rotations, DifferentialEquations, ImageIO, Flux, ForwardDiff and Manopt to permit the latest version.
Updates StaticArrays to 1.9.18

Release notes

Sourced from StaticArrays's releases.

v1.9.18

StaticArrays v1.9.18

Diff since v1.9.17

Merged pull requests:

Commits

Updates ManifoldsBase to 2.5.0

Release notes

Sourced from ManifoldsBase's releases.

v2.5.0

ManifoldsBase v2.5.0

Diff since v2.4.0

Added

  • a ZeroVector type, to allow for static dispatch and avoid allocating unnecessary zeros similar to the Identity on LieGroups.jl.

Merged pull requests:

Closed issues:

  • Move ZeroVector from Manopt.jl (#279)
Changelog

Sourced from ManifoldsBase's changelog.

[2.5.0] 08/07/2026

Added

  • a ZeroVector type, to allow for static dispatch and avoid allocating unnecessary zeros similar to the Identity on LieGroups.jl.

[2.4.0] 03/06/2026

Added

  • an extension to also perform the numerical checks plots with `Makie.jl (#272).

Fixed

  • documentation of the injectivity_radius function now displays clearer instructions for the implementation of a radius linked to a user's own AbstractRetractionMethod. (#270)

[2.3.5] 03/04/2026

Changed

  • moved Julia package dependency action to using dependabot
  • Bump compat of RecursiveArrayTools to include 4
  • unify the TestUtils and TestSuite package into one ManifoldsBase.Test submodule the same way was in Manifolds.jl
  • setup a CI to check for typographical errors with typos.

[2.3.4] 25/03/2026

Changed

  • submanifold_component with an integer index on ArrayPartition now skips creating Val objects and directly accesses the component. This is a more efficient way to access components of an ArrayPartition.

[2.3.3] 21/03/2026

Fixed

  • allocate_result in certain cases on a ProductManifold no longer returns an object of an incorrect type.

[2.3.2] 25/02/2026

Changed

  • get_vector! on AbstractPowerManifold now works faster by constructing views of the vector of coordinates instead of slicing it.

[2.3.1] 14/02/2026

Added

  • allocate(::T) where {T<:Number} method to allocate numeric scalars, which is used as a fallback for allocate when the input is a number. The method returns a zero-index array with element of type T.

... (truncated)

Commits

Updates Manifolds to 0.11.29

Release notes

Sourced from Manifolds's releases.

v0.11.29

Manifolds v0.11.29

Diff since v0.11.28

Added

  • vector_transport_to_project! for Tucker manifold. (#909)

Changed

  • SciML-related extensions now import interfaces and solvers from their owner packages and explicitly trigger on the required SciML weak dependencies.

Fixed

  • PythonPlot was replaced with GR to fix documentation building on CI.

Merged pull requests:

Closed issues:

  • Plotting recipes (#126)
Changelog

Sourced from Manifolds's changelog.

[0.11.29] 2026-07-22

Added

  • vector_transport_to_project! for Tucker manifold. (#909)

Changed

  • SciML-related extensions now import interfaces and solvers from their owner packages and explicitly trigger on the required SciML weak dependencies.

Fixed

  • PythonPlot was replaced with GR to fix documentation building on CI.

[0.11.28] 2026-06-15

Added

  • change_metric, change_representer extended to all GeneralUnitaryMatrices.
  • get_coordinates and get_vector on the UnitaryMatrices manifold.

[0.11.27] 2026-06-06

Added

  • a DefaultOrthonormalBasis for the Grassmann manifold in Stiefel representation. (#904)
  • improved documentation of the tangent space.

[0.11.26] 2026-05-22

Changed

  • Update the function of vector_transport_to(::Segre, p, X, q, ::ProjectionTransport) for Segre Manifold (#898)

[0.11.25] 2026-05-20

Added

  • An allocating variant of levi_civita_affine_connection!

Changed

  • Argument name for christoffel_symbols_second!, from i to index. The previous i overlapped with a for loop index, also named i, later in the function, thus resulting in incorrect behavior.

[0.11.24] 2026-05-19

Added

  • vector_transport_to(::Segre, p, X, q, ::ProjectionTransport) for Segre Manifold (#893)

... (truncated)

Commits

Updates Statistics to 1.11.1

Release notes

Sourced from Statistics's releases.

v1.11.1

Statistics v1.11.1

Diff since v1.11.0

Merged pull requests:

Closed issues:

  • The quantile function can return incorrect results for integer arrays (Int8, Int16, Int32) (#119)
Commits

Updates TimeZones to 1.22.2

Release notes

Sourced from TimeZones's releases.

v1.22.2

TimeZones v1.22.2

Diff since v1.22.1

Merged pull requests:

  • Defer creating the scratch directory until needed (#499) (@​omus)
  • Use julia-version action for matrix job creation (#500) (@​omus)
  • Set JULIA_TZ_VERSION only for test CI job (#501) (@​omus)

Closed issues:

  • TZData always writes (empty) scratchspace folder (#498)
Commits
  • e43b1b0 Set project version to 1.22.2
  • ccd3fc1 Set JULIA_TZ_VERSION only for test CI job (#501)
  • 3b044c3 Defer creating the scratch directory until needed (#499)
  • b1adccf Use julia-version action for matrix job creation (#500)
  • 4d5f314 Set project version to 1.22.1
  • 736075f Restore Dates.default_format(::Type{ZonedDateTime}) (#497)
  • 20ebd78 Corrected Dates.DateFormat link (#496)
  • d024b42 Improve internal logic for tryparsenext_(tz|fixedtz) (#494)
  • 4982d62 Stop using long-obsoleted ind2chr and chr2ind (#492)
  • 6df7da6 Add tests for tryparsenext_fixedtz and tryparsenext_tz (#493)
  • 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 Interpolations to 0.16.3

Release notes

Sourced from Interpolations's releases.

v0.16.3

Non-breaking changes

Interpolation package directory listing

Maintenance

New Contributors

Full Changelog: JuliaMath/Interpolations.jl@v0.16.2...v0.16.3

Changelog

Sourced from Interpolations's changelog.

For a comprehensive list of changes, see Releases.

v0.16.1

Fixes:

  • Fix hessian with ForwardDiff.jl for scaled interpolants (#628)

v0.16

Breaking changes:

  • getindex for AbstractInterpolations only accepts integers (#579), deprecated since (#226)
  • gradient and hessian are once again no longer exported (#623)
  • Fix free boundary condition on Cubic (#616)
  • Compatible with Julia versions 1.9 and later

v0.15

Breaking changes:

  • Compatible with Julia versions 1.6 and later

v0.14.0

Breaking changes:

Implement inplace GriddedInterpolation (#496, for #495)

  • interpolate now copies the coefficients for GriddedInterpolation.
  • interpolate! now does not copy the coefficients for GriddedInterpolation.
  • The third argument of GriddedInterpolation describes the array type of the coefficients rather than the element type of Array.

v0.9.0

Breaking changes:

  • gradient and hessian are no longer exported; use Interpolations.gradient and Interpolations.hessian.
  • interpolate objects now check bounds, and throw an error if you try to evaluate them at locations beyond the edge of their interpolation domain; use extrapolate if you need out-of-bounds evaluation
  • For quadratic and cubic interpolation, interpolate! now returns an object whose axes are narrowed by the amount of padding needed on the array edges. This preserves correspondence between input indices and output indices. See https://julialang.org/blog/2017/04/offset-arrays for more information.
  • The parametrization of some types has changed; this does not affect users of the "exported" interface, but does break packages that performed manual construction of explicit types.

Changes with deprecation warnings:

  • itp[i...] should be replaced with itp(i...).
  • OnGrid and OnCell should now be placed inside the boundary condition (e.g., Flat(OnGrid())), and should only be used for quadratic and cubic interpolation.
  • the extrapolation boundary condition Linear was changed to Line, to be consistent

... (truncated)

Commits

Updates Optim to 2.2.1

Changelog

Sourced from Optim's changelog.

Optim master release notes

  • Fix Preconditioning example for v1.0 syntax
  • Improve handling of alternative number types in univariate optimization
  • Add conditional likelihood example to docs
  • Improve Fminbox trace printing.

Optim v0.17.2 release notes

  • Fix some typos
  • Fix doc building

Optim v0.17.0 release notes

  • Drop support for Julia versions less 1.0. Optim v.17.1 is also out.

Optim v0.11.0 release notes

  • Optional scaling for inverse Hessian in L-BFGS
  • Support for initial step length guesses via LineSearches

Optim v0.10.0 release notes

  • Support for optimization on Riemannian manifolds
  • Support for optimization of functions of complex variables
  • New experimental KrylovTrustRegion method useful when cheap Hessian-vector products are available.
  • Improved support for BigFloats
  • Add doc strings to methods
  • Drop support for Julia versions less than v0.6.0-pre

Optim v0.9.0 release notes

  • Fminbox: If an initial guess is on the boundary of the box, the guess is moved inside the box and a warning is produced, as opposed to crashing with an error.
  • Significant changes to the Non-, Once-, and TwiceDifferentiable setup; these now hold temporaries relevant to the evaluation of objectives, gradients, and Hessians. They also hold f-, g-, and h_calls counters.
  • Refactor tests
  • Drop v0.4 support
  • Add limits to f-, g-, and h_calls
  • Improve trace for univariate optimization
  • Changed order of storage arrays and evaluation point arrays in gradient and Hessian calls
  • Skip v0.8.0 to allow fixes on Julia v0.5.0

Optim v0.7.6 release notes

  • Fix deprecations for *Function constructors
  • Fix depwarns on Julia master (v0.6)
  • Update references to new JuliaNLSolvers home for Optim+family

Optim v0.7.5 release notes

  • Various bug fixes
  • Deprecate DifferentiableFunction, TwiceDifferentiable in favor of OnceDifferentiable, TwiceDifferentiable
  • widen some type annotations (e.g. allow for multidimensional arrays as inputs again)
  • introduce allow_f_increases keyword in Optim.Options to allow objective to increase between iterations
  • New option in Optim.Options: allow_f_increases. Defaults to false, but if set to true, the solver will not stop even if a step leads to an increase in the objective.
  • Newton and BFGS: set initial step length to one. See 328.

Optim v0.7.3 release notes

... (truncated)

Commits

Updates DelimitedFiles to 1.9.1

Commits

Updates OrderedCollections to 2.0.1

Release notes

Sourced from OrderedCollections's releases.

v2.0.1

OrderedCollections v2.0.1

Diff since v2.0.0

Merged pull requests:

Commits
  • ee78af1 Bump version from 2.0.0 to 2.0.1 (#170)
  • 304d5ed avoid rehashing in read-only operations (and fix some bugs) (#169)
  • 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)
  • Additional commits viewable in compare view

Updates TransformUtils to 0.2.21

Release notes

Sourced from TransformUtils's releases.

v0.2.21

TransformUtils v0.2.21

Diff since v0.2.20

Merged pull requests:

  • CompatHelper: bump compat for ManifoldsBase to 2, (keep existing compat) (#73) (@​github-actions[bot])
Commits

Updates IncrementalInference to 0.37.2

Release notes

Sourced from IncrementalInference's releases.

IncrementalInference-v0.37.2

IncrementalInference IncrementalInference-v0.37.2

Diff since IncrementalInference-v0.37.1

Merged pull requests:

Changelog

Sourced from IncrementalInference's changelog.

NEWS on IncrementalInference.jl Releases

Currently general maintenance and bug fix changes are mostly tracked via Github Integrations. E.g. see Milestones along with Label filters to quickly find specific issues.

Also see automated TagBot Release note, e.g.:

Alternatively, either use the Github Blame, or the Github /compare/v0.18.0...v0.19.0 API, e.g.:

The list below highlights breaking changes according to normal semver workflow -- i.e. breaking changes go through at least one deprecatation (via warnings) on the dominant number in the version number. E.g. v0.18 -> v0.19 (warnings) -> v0.20 (breaking). Note that ongoing efforts are made to properly deprecate old code/APIs

v0.38

  • Various bug fixes.
  • Drop addVariable hack that used prepateState, internal cleanup, #1943.
  • Introduce selective resampling for maintaining manifoldProduct with N, #1943.
  • Drop TreeBelief and replace with HomotopyDensity, #1929.
  • Consolidate CSM solve options into CSMOptions and update all related solve via CSM calls.
  • Major change to transition to ApproxManifoldProducts v0.15, switching to HomotopyDensity #1922. (breaking change)
  • Major change to transition to independent SolverParams per solve #1924. (breaking change)
  • Improvements to parametric solve #1932.

v0.37

  • Requires IIFTypes-v0.1.1.
  • Ongoing work towards HomotopyDensity and DistributedFactorGraphs v1.0, field name and serde changes #1892, #1900, #1920. (breaking changes)
  • Update .val/bw for DFGv1 State refactor towards HomotopyDensityDFG #1904, #1918. (breaking change)
  • Temporary refactoring HomotopyDensity topologies: LeavesOnly / RootsOnly -- DO NOT USE THESE, they will be deprecated as fast as possible. (breaking changes)
  • General refactor to support DistributedFactorGraphs v0.29. (breaking changes)
  • Improve filters whereNoun #1907 and use #1899.
  • Fix test issues #1905, #1898.
  • Deprecate nanosecondtime #1895. (breaking change)
  • Restore ForwardDiff support in parametric #1915.
  • Enhance variable ordering support w CliqueTrees.jl, #1906 / #1926.
  • use DFG.@packed macro and update addVariable! #1897.
  • listSolveKeys becomes listStates #8196.
  • FactorState -> Recipestate + Receipehyper #1894. (breaking change)

Types-v0.1.1

  • General maintenance and clean towards compat for DistributedFactorGraphs v0.29 (towards DFG v1.0)

v0.36

  • Split out IIFTypes as a separate module.
  • Update for Abstract types from DFG 1154.
  • Update to LieGroups.
  • Refactor Mixture as direct Density see #1420.
  • Standardize sampling on FluxModelsDistributions.

... (truncated)

Commits

Updates IncrementalInferenceTypes to 0.1.1

Release notes

Sourced from IncrementalInferenceTypes's releases.

IncrementalInferenceTypes-v0.1.1

IncrementalInferenceTypes IncrementalInferenceTypes-v0.1.1

Diff since IncrementalInferenceTypes-v0.1.0

See NEWS.md for changelog and breaking changes.

Changelog

Sourced from IncrementalInferenceTypes's changelog.

Types-v0.1.1

  • General maintenance and clean towards compat for DistributedFactorGraphs v0.29 (towards DFG v1.0)

v0.36

  • Split out IIFTypes as a separate module.
  • Update for Abstract types from DFG 1154.
  • Update to LieGroups.
  • Refactor Mixture as direct Density see #1420.
  • Standardize sampling on FluxModelsDistributions.
  • Remove FunctionNodeData related deprecated names.
  • Remove PPEs - use calcMeanMaxSuggested see #1885.

v0.35

  • Standardize toward Manopt.jl (currently Riemannian Levenberg-Marquart), still have Optim.jl legacy support (#1784, #1778).
  • Much faster solves, both parametric and nonparametric (#1783, #1782, #1793).
  • Better standardize relative factors to use of tangent vectors (#1790).
  • Now abstract type CalcFactor with dedicated dispatches in various cases, e.g. CalcFactorNormSq, etc. (#1786).
  • Bug fixes and inference improvements (#1781, #1785, #1789)
  • Support for Julia 1.10.
  • Extension usage of AMD.jl for ccolamd variable ordering features, dropped internal SuiteSparse calls. JL 1.10 removal of SuiteSparse_long (#1763).
  • Further bug fixes for transition to StaticArrays value stores and computes, including Position{N} (#1779, #1776).
  • Restore DifferentialEquation.jl factor DERelative functionality and tests that were suppressed in a previous upgrade (#1774, #1777).
  • Restore previously suppressed tests (#1781, #1721, #1780)
  • Improve DERelative factor on-manifold operations (#1775, #1802, #1803).
  • Fixed a typo via deprecation, solveFactorParametric replaces solveFactorParameteric.

v0.34

  • Start transition to Manopt.jl via Riemannian Levenberg-Marquart.
  • Deprecate AbstractRelativeRoots.
  • Standardization improvements surrounding weakdeps code extensions.
  • Code quality improvements along wiht refactoring and reorganizing of file names and locations.
  • Restoring DERelative factors, through v0.34.1 and v0.34.2.
  • Switching to weakdep AMD.jl for ccolmod dependency, part of Julia 1.10 upgrade. Dropping SuiteSparse_long dependency. Further fixes necessary to restore full user constrained tree variable order functionality.

v0.33

  • Upgrades for DFG using StructTypes.jl (serialization).

v0.32

  • Major internal refactoring of CommonConvWrapper to avoid abstract field types, and better standardization; towards cleanup of internal multihypo handling and naming conventions.
  • Internal refactoring removing several legacy fields from CalcFactor.
  • All factors now require a getManifold definition.
  • Now have CalcFactor.manifold to reduce new allocation load inside hot-loop for solving.
  • Fixed tesing issues in testSpecialEuclidean2Mani.jl.
  • Refactored, consolidated, and added more in-place operations in surrounding ccw.measurement.
  • Refactor CommonConvWrapper to a not non-mutable struct, with several cleanups and some updated compat requirements.

... (truncated)

Commits
  • 5cb7938 Merge pull request #1928 from JuliaRobotics:26Q2/docs/news37
  • fd9ea27 update news for IIF v0.37.0
  • 1a95eb6 Merge pull request #1927 from JuliaRobotics/26Q2/ver/bumptoml
  • c4b6844 bump license date 2026
  • a021bf0 bump version in tomls, types v0.1.1, v0.37.0
  • c3c7231 Merge pull request #1926 from JuliaRobotics/26Q2/consol/1906
  • f4ee2e7 Merge pull request #1925 from samuelsonric/develop
  • f405f4b HomotopyDensityDFG constructors use HomotopyReprDFG for topology representati...
  • 5c50efd more fixes toward DFG v0.29.0 release (#1920)
  • 8d4673c Move LeavesOnlyTopology and RootsOnlyTopology from DFG (#1919)
  • Additional commits viewable in compare view

Updates ImageCore to 0.10.5

Release notes

Sourced from ImageCore's releases.

v0.10.5

ImageCore v0.10.5

Diff since v0.10.4

Merged pull requests:

Changelog

Sourced from ImageCore's changelog.

0.10.0

Breaking changes

  • clamp01 has been restricted to AbstractGray and AbstractRGB, as it did not make sense for colors like HSV (#181)
  • Step 3 of ColorVectorSpace's abs2 transition has been completed; users and developers should now replace any ColorVectorSpace.Future.abs2 calls with abs2 to prevent breakage when the final step completes.

Other changes

  • AbstractFFTs.jl is no longer a dependency; error hints are now used for fft operations on deliberately-unsupported Colorant types
  • Graphics.jl is no longer a dependency
  • PrecompileTools.jl is now used for precompilation

0.7.0

Breaking changes

  • Switch to Julia 0.7
  • Because of changes to Julia's own reinterpret, ImageCore now defines and exports reinterpretc for reinterpreting numeric arrays <----> colorant arrays (#52)
  • The ColorView and ChannelView types are deleted; their functionality is now handled via reinterpret (#52)

0.6.0

  • Last minor version with Julia 0.6 support
Commits

Updates TensorCast to 0.4.9

Release notes

Sourced from TensorCast's releases.

v0.4.9

TensorCast v0.4.9

Diff since v0.4.8

Merged pull requests:

Commits

Updates `Rotat...

Description has been truncated

Updates the requirements on [StaticArrays](https://github.com/JuliaArrays/StaticArrays.jl), [ManifoldsBase](https://github.com/JuliaManifolds/ManifoldsBase.jl), [Manifolds](https://github.com/JuliaManifolds/Manifolds.jl), [Statistics](https://github.com/JuliaStats/Statistics.jl), [TimeZones](https://github.com/JuliaTime/TimeZones.jl), [Distributions](https://github.com/JuliaStats/Distributions.jl), [Interpolations](https://github.com/JuliaMath/Interpolations.jl), [Optim](https://github.com/JuliaNLSolvers/Optim.jl), [DelimitedFiles](https://github.com/JuliaData/DelimitedFiles.jl), [OrderedCollections](https://github.com/JuliaCollections/OrderedCollections.jl), [TransformUtils](https://github.com/dehann/TransformUtils.jl), [IncrementalInference](https://github.com/JuliaRobotics/IncrementalInference.jl), [IncrementalInferenceTypes](https://github.com/JuliaRobotics/IncrementalInference.jl), [ImageCore](https://github.com/JuliaImages/ImageCore.jl), [TensorCast](https://github.com/mcabbott/TensorCast.jl), [Rotations](https://github.com/JuliaGeometry/Rotations.jl), [DifferentialEquations](https://github.com/SciML/DifferentialEquations.jl), [ImageIO](https://github.com/JuliaIO/ImageIO.jl), [Flux](https://github.com/FluxML/Flux.jl), [ForwardDiff](https://github.com/JuliaDiff/ForwardDiff.jl) and [Manopt](https://github.com/JuliaManifolds/Manopt.jl) to permit the latest version.

Updates `StaticArrays` to 1.9.18
- [Release notes](https://github.com/JuliaArrays/StaticArrays.jl/releases)
- [Commits](JuliaArrays/StaticArrays.jl@v1.9.7...v1.9.18)

Updates `ManifoldsBase` to 2.5.0
- [Release notes](https://github.com/JuliaManifolds/ManifoldsBase.jl/releases)
- [Changelog](https://github.com/JuliaManifolds/ManifoldsBase.jl/blob/master/NEWS.md)
- [Commits](https://github.com/JuliaManifolds/ManifoldsBase.jl/commits/v2.5.0)

Updates `Manifolds` to 0.11.29
- [Release notes](https://github.com/JuliaManifolds/Manifolds.jl/releases)
- [Changelog](https://github.com/JuliaManifolds/Manifolds.jl/blob/master/NEWS.md)
- [Commits](https://github.com/JuliaManifolds/Manifolds.jl/commits/v0.11.29)

Updates `Statistics` to 1.11.1
- [Release notes](https://github.com/JuliaStats/Statistics.jl/releases)
- [Commits](JuliaStats/Statistics.jl@v1.10.0...v1.11.1)

Updates `TimeZones` to 1.22.2
- [Release notes](https://github.com/JuliaTime/TimeZones.jl/releases)
- [Commits](JuliaTime/TimeZones.jl@v1.0.0...v1.22.2)

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

Updates `Interpolations` to 0.16.3
- [Release notes](https://github.com/JuliaMath/Interpolations.jl/releases)
- [Changelog](https://github.com/JuliaMath/Interpolations.jl/blob/master/NEWS.md)
- [Commits](https://github.com/JuliaMath/Interpolations.jl/commits/v0.16.3)

Updates `Optim` to 2.2.1
- [Release notes](https://github.com/JuliaNLSolvers/Optim.jl/releases)
- [Changelog](https://github.com/JuliaNLSolvers/Optim.jl/blob/master/NEWS.md)
- [Commits](https://github.com/JuliaNLSolvers/Optim.jl/commits/v2.2.1)

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 `OrderedCollections` to 2.0.1
- [Release notes](https://github.com/JuliaCollections/OrderedCollections.jl/releases)
- [Commits](JuliaCollections/OrderedCollections.jl@v1.0.0...v2.0.1)

Updates `TransformUtils` to 0.2.21
- [Release notes](https://github.com/dehann/TransformUtils.jl/releases)
- [Commits](dehann/TransformUtils.jl@v0.2.17...v0.2.21)

Updates `IncrementalInference` to 0.37.2
- [Release notes](https://github.com/JuliaRobotics/IncrementalInference.jl/releases)
- [Changelog](https://github.com/JuliaRobotics/IncrementalInference.jl/blob/develop/NEWS.md)
- [Commits](JuliaRobotics/IncrementalInference.jl@IncrementalInference-v0.37.0...IncrementalInference-v0.37.2)

Updates `IncrementalInferenceTypes` to 0.1.1
- [Release notes](https://github.com/JuliaRobotics/IncrementalInference.jl/releases)
- [Changelog](https://github.com/JuliaRobotics/IncrementalInference.jl/blob/develop/NEWS.md)
- [Commits](JuliaRobotics/IncrementalInference.jl@IncrementalInferenceTypes-v0.1.0...IncrementalInferenceTypes-v0.1.1)

Updates `ImageCore` to 0.10.5
- [Release notes](https://github.com/JuliaImages/ImageCore.jl/releases)
- [Changelog](https://github.com/JuliaImages/ImageCore.jl/blob/master/NEWS.md)
- [Commits](https://github.com/JuliaImages/ImageCore.jl/commits/v0.10.5)

Updates `TensorCast` to 0.4.9
- [Release notes](https://github.com/mcabbott/TensorCast.jl/releases)
- [Commits](https://github.com/mcabbott/TensorCast.jl/commits/v0.4.9)

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

Updates `DifferentialEquations` to 8.0.2
- [Release notes](https://github.com/SciML/DifferentialEquations.jl/releases)
- [Changelog](https://github.com/SciML/DifferentialEquations.jl/blob/master/NEWS.md)
- [Commits](https://github.com/SciML/DifferentialEquations.jl/commits)

Updates `ImageIO` to 0.6.9
- [Release notes](https://github.com/JuliaIO/ImageIO.jl/releases)
- [Commits](JuliaIO/ImageIO.jl@v0.6.0...v0.6.9)

Updates `Flux` to 0.16.10
- [Release notes](https://github.com/FluxML/Flux.jl/releases)
- [Changelog](https://github.com/FluxML/Flux.jl/blob/master/NEWS.md)
- [Commits](https://github.com/FluxML/Flux.jl/commits/v0.16.10)

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 `Manopt` to 0.6.3
- [Release notes](https://github.com/JuliaManifolds/Manopt.jl/releases)
- [Changelog](https://github.com/JuliaManifolds/Manopt.jl/blob/master/Changelog.md)
- [Commits](JuliaManifolds/Manopt.jl@v0.1.0...v0.6.3)

---
updated-dependencies:
- dependency-name: StaticArrays
  dependency-version: 1.9.18
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: ManifoldsBase
  dependency-version: 2.5.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: Manifolds
  dependency-version: 0.11.29
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: Statistics
  dependency-version: 1.11.1
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: TimeZones
  dependency-version: 1.22.2
  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: Interpolations
  dependency-version: 0.16.3
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: Optim
  dependency-version: 2.2.1
  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: OrderedCollections
  dependency-version: 2.0.1
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: TransformUtils
  dependency-version: 0.2.21
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: IncrementalInference
  dependency-version: 0.37.2
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: IncrementalInferenceTypes
  dependency-version: 0.1.1
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: ImageCore
  dependency-version: 0.10.5
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: TensorCast
  dependency-version: 0.4.9
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: Rotations
  dependency-version: 1.7.1
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: DifferentialEquations
  dependency-version: 8.0.2
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: ImageIO
  dependency-version: 0.6.9
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: Flux
  dependency-version: 0.16.10
  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: Manopt
  dependency-version: 0.6.3
  dependency-type: direct:production
  dependency-group: all-julia-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies julia Pull requests that update julia code labels Jul 23, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 28, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Jul 28, 2026
@dependabot
dependabot Bot deleted the dependabot/julia/all-julia-packages-bf504cca68 branch July 28, 2026 17:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies julia Pull requests that update julia code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants