Refresh NonStiffDDE under v7 stack#1586
Merged
ChrisRackauckas merged 1 commit intoJun 10, 2026
Merged
Conversation
e8a6f20 to
4fc81f5
Compare
- Remove stale `# CI retrigger: v7 stack outputs (2026-05-15)` marker from Project.toml (left over from batch-1 SciML#1558 merge). - Add explicit v7 sublibrary imports needed by the benchmarks: `OrdinaryDiffEqTsit5` (Tsit5), `OrdinaryDiffEqVerner` (Vern6-9), and `OrdinaryDiffEqNonlinearSolve` (NLFunctional). DelayDiffEq no longer reexports these in v7, so the Mackey-Glass, Wheldon, and Mosquito .jmd files now `using` them explicitly. Project.toml gains matching [deps] and [compat] entries. - Refresh Manifest.toml via `Pkg.update()`. Notable bumps: DelayDiffEq 6.0.0 -> 6.0.2, DiffEqBase 7.1.0 -> 7.5.0, DiffEqDevTools 3.0.0 -> 3.1.0, LinearSolve 3.75.0 -> 3.81.0, SciMLBase 3.7.1 -> 3.13.0, OrdinaryDiffEqCore 4.0.0 -> 4.2.1, OrdinaryDiffEqDefault 2.1.0 -> 2.2.0, OrdinaryDiffEqBDF 2.0.0 -> 2.1.1, OrdinaryDiffEqRosenbrock 2.0.0 -> 2.2.0, OrdinaryDiffEqSDIRK 2.0.0 -> 2.4.0, OrdinaryDiffEqDifferentiation 3.0.0 -> 3.1.1. Smoke-tested locally: Mackey-Glass reference solve, WorkPrecisionSet across BS3/Tsit5/RK4/DP5/OwrenZen3-5/Vern6-9, and Wheldon reference solve all succeed under Julia 1.11 with the refreshed environment. Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
4fc81f5 to
e8b99c3
Compare
1 task
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ignore until reviewed by @ChrisRackauckas.
Refresh the
benchmarks/NonStiffDDE/environment under the v7 SciML stack.Changes
# CI retrigger: v7 stack outputs (2026-05-15)marker fromProject.toml(left over from batch-1 Retrigger v7 outputs for 5 cancelled folders (batch 1) #1558 merge).OrdinaryDiffEqTsit5(Tsit5),OrdinaryDiffEqVerner(Vern6-9), andOrdinaryDiffEqNonlinearSolve(NLFunctional). DelayDiffEq no longer reexports these names in v7, so without the explicitusinglines the .jmd files fail withUndefVarError. Mackey-Glass, Wheldon, and Mosquito .jmd files updated; matching[deps]and[compat]entries added toProject.toml.Manifest.tomlviaPkg.update(). Notable bumps include DelayDiffEq 6.0.0 -> 6.0.2, DiffEqBase 7.1.0 -> 7.5.0, DiffEqDevTools 3.0.0 -> 3.1.0, LinearSolve 3.75.0 -> 3.81.0, SciMLBase 3.7.1 -> 3.13.0, OrdinaryDiffEqCore 4.0.0 -> 4.2.1, OrdinaryDiffEqDefault 2.1.0 -> 2.2.0, OrdinaryDiffEqBDF 2.0.0 -> 2.1.1, OrdinaryDiffEqRosenbrock 2.0.0 -> 2.2.0, OrdinaryDiffEqSDIRK 2.0.0 -> 2.4.0, OrdinaryDiffEqDifferentiation 3.0.0 -> 3.1.1.Local verification
On Julia 1.11 with the refreshed environment:
Pkg.instantiate()+Pkg.update()clean.solve(prob, MethodOfSteps(Vern9(); fpsolve = NLFunctional(...)))succeeds.WorkPrecisionSetacross BS3/Tsit5/RK4/DP5/OwrenZen3-5/Vern6-9 builds 11 setups without error.No
# CI retriggermarkers added.🤖 Generated with Claude Code