Refresh NonStiffBVP under v7 stack#1576
Merged
ChrisRackauckas merged 1 commit intoJun 26, 2026
Merged
Conversation
eebe993 to
6ce1d85
Compare
Local smoke test passed under Julia 1.11: Pkg.instantiate clean, all three .jmd files (linear_wpd, nonlinear_wpd, orbital) extract their scripts cleanly via SciMLBenchmarks.weave_file. No surviving v7-era patterns (Bool autodiff/verbose, sol[i], length(sol), old ensemble prob_func signature, KrylovJL precs) in extracted code. Pkg.update refreshes 37 dependencies. Notable bumps: - SciMLBase 3.7.1 -> 3.13.0 - DiffEqBase 7.1.0 -> 7.5.0 - LinearSolve 3.75.0 -> 3.80.0 - OrdinaryDiffEqCore 4.0.0 -> 4.2.1 - OrdinaryDiffEqBDF 2.0.0 -> 2.1.1 - OrdinaryDiffEqRosenbrock 2.0.0 -> 2.2.0 - SciMLLogging 1.9.1 -> 1.10.1 - SciMLOperators 1.17.0 -> 1.21.0 - NonlinearSolveBase 2.25.0 -> 2.26.0 Also drops the stale "CI retrigger" marker comment from Project.toml. Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
6ce1d85 to
1bb9fb5
Compare
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.
Summary
Refreshes
benchmarks/NonStiffBVP/against the current v7 stack.The previous CI failure on this folder (job 76159420622 in PR #1558 run 25912048243) was an infrastructure error on amdci3-1 (missing
set_outputfile in the runner), not a real benchmark bug. The folder had also been cancelled mid-checkout during the original v7 cutover run, so a clean refresh is in order.Verification (Julia 1.11.9, local)
Pkg.instantiate()clean: 21 deps precompiled, 536 already cached, no errors or method-overwrite warnings..jmdfiles (linear_wpd,nonlinear_wpd,orbital) extract their scripts cleanly viaSciMLBenchmarks.weave_file(..., (:script,))..jlfor surviving v7-era patterns (Boolautodiff/verbose,sol[i],length(sol), old ensembleprob_func(prob, i, repeat)signature,KrylovJLwith positionalprecs) — none found.Changes
Manifest.toml:Pkg.update()refresh — 37 deps changed/added. Notable: SciMLBase 3.7.1 -> 3.13.0, DiffEqBase 7.1.0 -> 7.5.0, LinearSolve 3.75.0 -> 3.80.0, OrdinaryDiffEqCore 4.0.0 -> 4.2.1, OrdinaryDiffEqBDF 2.0.0 -> 2.1.1, OrdinaryDiffEqRosenbrock 2.0.0 -> 2.2.0, SciMLLogging 1.9.1 -> 1.10.1, SciMLOperators 1.17.0 -> 1.21.0.Project.toml: removes a stale# CI retrigger: v7 stack outputs (2026-05-15)comment.Test plan
benchmarks/NonStiffBVP/goes green.Please ignore until reviewed by @ChrisRackauckas.