Skip to content

Conversation

@dependabot
Copy link
Contributor

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

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

Release notes

Sourced from OrdinaryDiffEq's releases.

v6.104.0

OrdinaryDiffEq v6.104.0

Diff since v6.103.0

Merged pull requests:

Closed issues:

  • Numark-beta method (#411)
  • OrdinaryDiffEqTsit5 with a subarray as initial conditions fails with LoadError: No matching function wrapper was found! (#2900)
  • Hitting "Current interpolant only works between tprev and t" in regular time integration (#2917)
  • QNDF slowed down while rationalizing floats (#2921)
Commits
  • 3d5432d Update Project.toml
  • 504e928 Create LICENSE.md
  • 0135f6b Bump version from 0.0.2 to 1.0.0
  • 7d608e5 Update Project.toml
  • d588e98 Remove UnPack and SimpleUnPack (#2927)
  • b80bd3b Merge pull request #2923 from ChrisRackauckas-Claude/fix-nlsolver-gamma-type
  • f1fc692 Convert nlsolver.γ to tTypeNoUnits to avoid expensive rationalize calls
  • 9e60800 Merge pull request #2920 from ChrisRackauckas-Claude/migrate-to-dependabot
  • e0ae58d Remove CompatHelper.yml (replaced by Dependabot)
  • 57494a2 Update dependabot.yml to add Julia ecosystem support
  • Additional commits viewable in compare view

Updates DelayDiffEq to 5.64.0

Release notes

Sourced from DelayDiffEq's releases.

v5.64.0

DelayDiffEq v5.64.0

Diff since v5.63.0

Commits
  • c394930 Bump version 5.64.0
  • 3698f3c Bump compat for OrdinaryDiffEqCore.jl v2 in test/Project.toml
  • 5082bb0 Bump OrdinaryDiffEqCore.jl compat to v2, remove older v1 compat
  • 91e8a35 Remove SimpleUnPack
  • 7cf5001 Update Project.toml
  • 4343c29 Relax tolerance in rosenbrock tests
  • 453f203 Add get_tstops interface for PeriodicCallback support
  • 70d0694 Remove CompatHelper.yml (replaced by Dependabot)
  • baf3d83 Update dependabot.yml to add Julia ecosystem support
  • c5f276b Bump actions/checkout from 5 to 6
  • Additional commits viewable in compare view

Updates Plots to 1.41.3

Release notes

Sourced from Plots's releases.

v1.41.3

Plots v1.41.3

Diff since v1.41.2

Merged pull requests:

Closed issues:

  • png() always shows the plot (#5202)
  • Question on adding new backends (#5205)
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
  • 2127a0d Plots 1.41.3 [skip ci]
  • 2f2a5f4 make Plots relocatable again (#5200)
  • 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 (#...
  • 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

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.104.0
- [Release notes](https://github.com/SciML/OrdinaryDiffEq.jl/releases)
- [Commits](SciML/OrdinaryDiffEq.jl@v0.0.1...v6.104.0)

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

Updates `Plots` to 1.41.3
- [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.3)

---
updated-dependencies:
- dependency-name: OrdinaryDiffEq
  dependency-version: 6.104.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: DelayDiffEq
  dependency-version: 5.64.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: Plots
  dependency-version: 1.41.3
  dependency-type: direct:production
  dependency-group: all-julia-packages
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file julia Pull requests that update julia code labels Dec 15, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 16, 2025

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.

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