Skip to content

Bump the all-julia-packages group across 3 directories with 10 updates - #51

Merged
mateuszbaran merged 3 commits into
mainfrom
dependabot/julia/all-julia-packages-acea50e4c6
Apr 20, 2026
Merged

Bump the all-julia-packages group across 3 directories with 10 updates#51
mateuszbaran merged 3 commits into
mainfrom
dependabot/julia/all-julia-packages-acea50e4c6

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Updates the requirements on SciMLBase, StaticArrays, PythonPlot, LieGroups, Manifolds, RecursiveArrayTools, ForwardDiff, ReverseDiff, DoubleFloats and OrdinaryDiffEq to permit the latest version.
Updates SciMLBase to 3.3.0

Release notes

Sourced from SciMLBase's releases.

v3.3.0

SciMLBase v3.3.0

Diff since v3.2.0

Merged pull requests:

Closed issues:

  • Remaining Mooncake SymbolicIndexingInterface AD gaps (#1316)
Commits

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 PythonPlot to 1.0.6

Release notes

Sourced from PythonPlot's releases.

v1.0.6

PythonPlot v1.0.6

Diff since v1.0.5

Merged pull requests:

Closed issues:

  • Default :tk pygui makes julia registry segfault (#42)
  • Segfault when exiting a Julia v1.11.1 session with multiple threads (#45)
  • Loading time is longer than PyPlot (#47)
Commits
  • 746033b Update Project.toml: bump 1.0.6
  • faf6094 Make sure event loop is terminated when Julia exists (#46)
  • 4ad469a Colors.jl 0.13 compat entry (#44)
  • 06136e2 put reading the version from the pyplot package in try catch since it can...
  • 93dfb2e Update README.md: fix backend instructions
  • e7565b9 Update TagBot.yml
  • 9c8379c Update Project.toml: bump 1.0.5
  • c26feef check for matplotlibs.colormaps before matplotlibs.colormaps.register (#40)
  • aff0598 bump 1.0.4
  • 42c6e65 Update deprecated colormap APIs (#38)
  • Additional commits viewable in compare view

Updates LieGroups to 0.1.10

Release notes

Sourced from LieGroups's releases.

v0.1.10

LieGroups v0.1.10

Diff since v0.1.9

Fixed

  • Fixed inv(CircleGroup(), [1.0]) (issue #94) to return the correct result instead of throwing an error.

Added

  • There is now a JuliaCon proceedings paper about LieGroups.jl, see the citation in the Readme.md.
  • add a link to the JuliaCon 2025 presentation video to the Readme.md

Merged pull requests:

Closed issues:

  • Mathematical definition of tangent space and smooth manifold (#87)
  • Peer Review: Groups and Smooth Geometry using LieGroups.jl (#88)
Changelog

Sourced from LieGroups's changelog.

[0.1.10] 2026-04-18

Fixed

  • Fixed inv(CircleGroup(), [1.0]) (issue #94) to return the correct result instead of throwing an error.

Added

  • There is now a JuliaCon proceedings paper about LieGroups.jl, see the citation in the Readme.md.
  • add a link to the JuliaCon 2025 presentation video to the Readme.md

[0.1.9] 2025-11-27

Changed

  • the formerly internal LieGroupsTestSuite module inside tests is now available as LieGroups.Test as soon as Test.jl is loaded.
  • refactored the Project.toml to use a [workspace]
  • moved the test dependencies into a separate test/Project.toml

[0.1.8] 2025-10-31

Added

  • a MetricLieGroup as a meta type to be able to change the metric imposed on the Lie algebra and its effects e.g. on the coordinates, inner product and the exponential and logarithmic map.
  • diff_left_compose and diff_right_compose for the special Euclidean group.
  • submanifold_components now works with Identity{<:ProductGroupOperation}.
  • zero_vector(G, Identity(G)) returns the zero vector in default representation.

Fixed

  • fixed the contributing.md to mention runic as the code formatter.
  • diff_left_compose correctly allocates when g is Identity.
  • init_constants! fixed for SpecialEuclideanMatrixTangentVector and SpecialEuclideanMatrixPoint.

[0.1.7] 2025-10-28

Added

  • NestedPowerRepresentation and NestedReplacingPowerRepresentation are now re-exported from ManifoldsBase.jl.
  • getindex access to parts of a point of tangent vector represented by a matrix with :Rotation and :Translation as indices. For example, when g is a point on any variant of the special euclidean group, g[G, :Translation] will return the translation part of g regardless of whether G is the left or right semidirect product even when g is a matrix.

Fixed

  • Zenodo metadata.

[0.1.6] 2025-10-10

Fixed

  • diff_group_apply has corrected documentation and works with g equal to Identity.

... (truncated)

Commits

Updates Manifolds to 0.11.20

Release notes

Sourced from Manifolds's releases.

v0.11.20

Manifolds v0.11.20

Diff since v0.11.19

Added

Changed

  • Improved formatting of the references in the Readme.md (#869)

Fixed

  • get_vectors on Stiefel no longer returns incorrect vectors in certain cases.

Merged pull requests:

Closed issues:

  • Suggestion: Add hyperlinks to papers to README (#868)
  • get_vectors in the Stiefel manifold (#871)
Changelog

Sourced from Manifolds's changelog.

[0.11.20] 2026-03-31

Added

Changed

  • Improved formatting of the references in the Readme.md (#869)

Fixed

  • get_vectors on Stiefel no longer returns incorrect vectors in certain cases.

[0.11.19] 2026-03-21

Added

  • recursive_bottom_eltype methods for TuckerTangentVector and TuckerPoint for better compatibility with RecursiveArrayTools.jl.

Changed

  • default_inverse_retraction_method, default_retraction_method and default_vector_transport_method for Tucker manifold are now ProjectionRetraction, ProjectionRetraction and ProjectionTransport, respectively, since the previous defaults were not available for the manifold.

Fixed

  • Fixed broadcasting of TuckerTangentVector inside ArrayPartition.

[0.11.18] 2026-03-20

Added

  • Random point and tangent vector generation on the Tucker manifold.

[0.11.17] 2026-03-13

Fixed

  • Fixed polar retraction on UnitaryMatrices.

[0.11.16] 2026-03-11

Fixed

  • Fixed embed! on Segre manifold.

[0.11.15] 2026-03-04

Fixed

... (truncated)

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 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 ForwardDiff to 1.3.3

Release notes

Sourced from ForwardDiff's releases.

v1.3.3

ForwardDiff v1.3.3

Diff since v1.3.2

Merged pull requests:

Commits

Updates ReverseDiff to 1.16.2

Release notes

Sourced from ReverseDiff's releases.

v1.16.2

ReverseDiff v1.16.2

Diff since v1.16.1

Merged pull requests:

Closed issues:

  • Method ambiguities reported by Aqua (#245)
Commits
  • b36f9f0 Merge pull request #280 from ChrisRackauckas-Claude/add-floatmax-floatmin
  • 7d268d1 Bump version
  • 57b4698 Extend tests
  • c186125 Update tests
  • 3ad6271 Only define floatmin and floatmax for types
  • 2403c89 Add floatmax and floatmin methods for TrackedReal
  • 7cc6588 Bump actions/checkout from 5 to 6 (#277)
  • 4236692 Mark tests as not broken on Julia 1.11 (#275)
  • 9cab52b Bump actions/checkout from 4 to 5 (#274)
  • b73cb62 Merge pull request #273 from JuliaDiff/ChrisRackauckas-patch-2
  • Additional commits viewable in compare view

Updates DoubleFloats to 1.7.1

Release notes

Sourced from DoubleFloats's releases.

v1.7.1

DoubleFloats v1.7.1

Diff since v1.7.0

Merged pull requests:

Closed issues:

  • please update the compat bounds of Quadmath and GenericLinearAlgebra (#271)
Commits
  • 0e86cf0 Merge pull request #276 from JuliaMath/JeffreySarnoff-patch-7
  • 99eee8e compats Bump version to 1.7.1 in Project.toml
  • 535a221 Merge pull request #275 from araujoms/main
  • 089245e restrict Quadmath to 1
  • 24b9fdd widen compat bounds and cleanup
  • b93ba61 Merge pull request #274 from JuliaMath/JeffreySarnoff-patch-6
  • 233ca6e Update version to 1.7 in Project.toml
  • c069323 Merge pull request #273 from JuliaMath/JeffreySarnoff-patch-6
  • 0761860 Bump version to 1.6.4 and update compat entries
  • 4013f80 Merge pull request #270 from JuliaMath/JeffreySarnoff-patch-5
  • Additional commits viewable in compare view

Updates OrdinaryDiffEq to 6.111.0

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 [SciMLBase](https://github.com/SciML/SciMLBase.jl), [StaticArrays](https://github.com/JuliaArrays/StaticArrays.jl), [PythonPlot](https://github.com/JuliaPy/PythonPlot.jl), [LieGroups](https://github.com/JuliaManifolds/LieGroups.jl), [Manifolds](https://github.com/JuliaManifolds/Manifolds.jl), [RecursiveArrayTools](https://github.com/SciML/RecursiveArrayTools.jl), [ForwardDiff](https://github.com/JuliaDiff/ForwardDiff.jl), [ReverseDiff](https://github.com/JuliaDiff/ReverseDiff.jl), [DoubleFloats](https://github.com/JuliaMath/DoubleFloats.jl) and [OrdinaryDiffEq](https://github.com/SciML/OrdinaryDiffEq.jl) to permit the latest version.

Updates `SciMLBase` to 3.3.0
- [Release notes](https://github.com/SciML/SciMLBase.jl/releases)
- [Commits](https://github.com/SciML/SciMLBase.jl/commits/v3.3.0)

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

Updates `PythonPlot` to 1.0.6
- [Release notes](https://github.com/JuliaPy/PythonPlot.jl/releases)
- [Commits](JuliaPy/PythonPlot.jl@v1.0.0...v1.0.6)

Updates `LieGroups` to 0.1.10
- [Release notes](https://github.com/JuliaManifolds/LieGroups.jl/releases)
- [Changelog](https://github.com/JuliaManifolds/LieGroups.jl/blob/main/NEWS.md)
- [Commits](JuliaManifolds/LieGroups.jl@v0.0.1...v0.1.10)

Updates `Manifolds` to 0.11.20
- [Release notes](https://github.com/JuliaManifolds/Manifolds.jl/releases)
- [Changelog](https://github.com/JuliaManifolds/Manifolds.jl/blob/master/NEWS.md)
- [Commits](JuliaManifolds/Manifolds.jl@v0.1.0...v0.11.20)

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 `StaticArrays` to 1.9.18
- [Release notes](https://github.com/JuliaArrays/StaticArrays.jl/releases)
- [Commits](JuliaArrays/StaticArrays.jl@v0.0.1...v1.9.18)

Updates `ForwardDiff` to 1.3.3
- [Release notes](https://github.com/JuliaDiff/ForwardDiff.jl/releases)
- [Commits](JuliaDiff/ForwardDiff.jl@v0.0.2...v1.3.3)

Updates `ReverseDiff` to 1.16.2
- [Release notes](https://github.com/JuliaDiff/ReverseDiff.jl/releases)
- [Commits](JuliaDiff/ReverseDiff.jl@v0.0.1...v1.16.2)

Updates `DoubleFloats` to 1.7.1
- [Release notes](https://github.com/JuliaMath/DoubleFloats.jl/releases)
- [Commits](JuliaMath/DoubleFloats.jl@v0.0.1...v1.7.1)

Updates `OrdinaryDiffEq` to 6.111.0
- [Release notes](https://github.com/SciML/OrdinaryDiffEq.jl/releases)
- [Commits](SciML/OrdinaryDiffEq.jl@v0.0.1...v6.111.0)

---
updated-dependencies:
- dependency-name: SciMLBase
  dependency-version: 3.3.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: StaticArrays
  dependency-version: 1.9.18
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: PythonPlot
  dependency-version: 1.0.6
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: LieGroups
  dependency-version: 0.1.10
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: Manifolds
  dependency-version: 0.11.20
  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: StaticArrays
  dependency-version: 1.9.18
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: ForwardDiff
  dependency-version: 1.3.3
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: ReverseDiff
  dependency-version: 1.16.2
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: DoubleFloats
  dependency-version: 1.7.1
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: OrdinaryDiffEq
  dependency-version: 6.111.0
  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 20, 2026
Comment thread test/Project.toml Outdated
Comment thread test/Project.toml Outdated
@codecov

codecov Bot commented Apr 20, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.78%. Comparing base (968dff2) to head (589645e).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #51   +/-   ##
=======================================
  Coverage   92.78%   92.78%           
=======================================
  Files           9        9           
  Lines         499      499           
=======================================
  Hits          463      463           
  Misses         36       36           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@mateuszbaran
mateuszbaran merged commit 1ba4d53 into main Apr 20, 2026
14 of 15 checks passed
@dependabot
dependabot Bot deleted the dependabot/julia/all-julia-packages-acea50e4c6 branch April 20, 2026 11:58
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