Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 2, 2025

Updates the requirements on OrdinaryDiffEq, DelayDiffEq and Plots to permit the latest version.
Updates OrdinaryDiffEq to 6.103.0

Release notes

Sourced from OrdinaryDiffEq's releases.

v6.103.0

OrdinaryDiffEq v6.103.0

Diff since v6.102.1

Merged pull requests:

Closed issues:

  • Efficient implementation of Gauss Collocation (#1004)
  • Standardize fields in AbstractDiffEqInterpolation (#2750)
  • Big slowdown and type instabilities of AD through ODE solver (#2837)
  • Automated linearization of ODEProblems with Linearize (#2874)
  • Example in OrdinaryDiffEqLinear documentation does not run (#2877)
  • using print callback saves solution vector (even when save_everystep=false) (#2882)
  • CI tests fail due to precompilation errors in OrdinaryDiffEq.jl et co (#2887)
Commits
  • c46429d Bump version from 6.102.1 to 6.103.0
  • 01f6703 Update OrdinaryDiffEq.jl
  • 701061a Merge pull request #2896 from KeshavVenkatesh/rkv76iia_3
  • 3e7b6d6 Removing mismatched tableaus
  • 8086a25 Merge pull request #2878 from KeshavVenkatesh/rkv76iia
  • 631d34d Update lib/OrdinaryDiffEqVerner/test/ode_verner_tests.jl
  • 8bbbe55 Update Project.toml
  • 748393b Update lib/OrdinaryDiffEqVerner/test/ode_verner_tests.jl
  • fad6914 Update lib/OrdinaryDiffEqVerner/test/ode_verner_tests.jl
  • 6f7f733 Update lib/OrdinaryDiffEqVerner/test/ode_verner_tests.jl
  • Additional commits viewable in compare view

Updates DelayDiffEq to 5.61.1

Release notes

Sourced from DelayDiffEq's releases.

v5.61.1

DelayDiffEq v5.61.1

Diff since v5.61.0

Merged pull requests:

Commits
  • edd864b Update Project.toml
  • 8a85086 Add compatibility layer for OrdinaryDiffEqCore DEOptions API change
  • 0694bb5 Update Project.toml
  • 1548927 build: bump ODECore compat
  • 067753f feat: use new save_discretes in DEOptions
  • b2fac14 Update Project.toml
  • f765513 Fix for ODE sumtype default solver as new default
  • c32cf6f build: bump SciMLBase, DiffEqBase, OrdinaryDiffEqCore compats
  • ef052db feat: integrate callback saving into integrator init and finalize
  • 60958b6 Update Project.toml
  • Additional commits viewable in compare view

Updates Plots to 1.41.2

Release notes

Sourced from Plots's releases.

v1.41.2

Plots v1.41.2

Diff since v1.41.1

Merged pull requests:

Closed issues:

  • WARNING: importing deprecated binding Colors.RGB1 into Plots. (#4780)
  • Support for PlotlyKaleido@2 (#4919)
  • Julia 1.10.2 fails when trying to add or use Plots issuing Pkg.add("Plots") or using Plots (#4921)
  • Reproducible output with PGFPlotsX backend (#4927)
  • [BUG] Precompile fails in Julia 1.10.3: Buffer overflow (#4935)
  • Failed to precompile Plots on Julia v1.10.3 (#4939)
  • upright Greek letters (like \upmu from upgreek latex package) (#5193)
  • grid and layout are not in Plots.RecipesBase (#5198)
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
  • 342b327 Plots 1.41.2 [skip ci]
  • 104a8f2 gr: change default print logic
  • 9f9c023 gr: improve print logic
  • 54cb7ed backport: PR 5192 : clarify order of bounds
  • 30da65f 1.41.1 [skip ci]
  • 075862c Drop UnitfulLatexify as a dependency for v1 (#5174)
  • edd52c5 Plots 1.41.0 [skip ci]
  • e0e4a1e Up minimum compat for v1 to 1.10 (current LTS), test "min" and "lts" on CI (#...
  • 8d8965d Plots 1.40.20 [skip ci]
  • abb9ecc Fix handling of vector attributes in plotly code (#5175)
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file julia Pull requests that update julia code labels Dec 2, 2025
Updates the requirements on [OrdinaryDiffEq](https://github.com/SciML/OrdinaryDiffEq.jl), [DelayDiffEq](https://github.com/SciML/DelayDiffEq.jl) and [Plots](https://github.com/JuliaPlots/Plots.jl) to permit the latest version.

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

Updates `DelayDiffEq` to 5.61.1
- [Release notes](https://github.com/SciML/DelayDiffEq.jl/releases)
- [Commits](v0.0.1...v5.61.1)

Updates `Plots` to 1.41.2
- [Release notes](https://github.com/JuliaPlots/Plots.jl/releases)
- [Changelog](https://github.com/JuliaPlots/Plots.jl/blob/v2/NEWS.md)
- [Commits](JuliaPlots/Plots.jl@v0.0.1...v1.41.2)

---
updated-dependencies:
- dependency-name: OrdinaryDiffEq
  dependency-version: 6.103.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: DelayDiffEq
  dependency-version: 5.61.1
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: Plots
  dependency-version: 1.41.2
  dependency-type: direct:production
  dependency-group: all-julia-packages
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/julia/docs/all-julia-packages-0ed0942613 branch from 2e75115 to 4a7b7fa Compare December 5, 2025 11:50
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