Refresh StiffSDE under v7 stack - #1572
Draft
ChrisRackauckas-Claude wants to merge 1 commit into
Draft
Conversation
ChrisRackauckas-Claude
force-pushed
the
clean/StiffSDE
branch
from
May 22, 2026 14:14
c24870d to
3493153
Compare
Local smoke test passed on Julia 1.11.9: Pkg.instantiate clean, all 5 .jmd files (Oval2LongRun, Oval2LongTimes, Oval2Timings, QuadraticStiffness, StochasticHeat) tangle cleanly, Oval2Timings ensemble uses v7 ctx.i signature, refreshed Manifest precompiles clean. 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, SciMLOperators 1.17.0->1.21.0. Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
ChrisRackauckas-Claude
force-pushed
the
clean/StiffSDE
branch
from
May 31, 2026 01:12
3493153 to
f4bc9db
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
Local verification of
benchmarks/StiffSDEagainst the v7 stack (OrdinaryDiffEq v7 / SciMLBase v3 / RecursiveArrayTools v4) followed by Manifest refresh.Verification (Julia 1.11.9, local)
Pkg.instantiate()clean — 22 new precompiles, no errors (only a benignsave_noise!conflict warning from StochasticDiffEqCore)..jmdfiles tangle cleanly viaSciMLBenchmarks.weave_file(..., (:script,)):Oval2LongRun,Oval2LongTimes,Oval2Timings,QuadraticStiffness,StochasticHeat.Oval2Timings.jmdensemble uses the v7 signature:prob_func(prob, ctx) = remake(prob, seed = ctx.i).using StochasticDiffEqloads (v7.0.0).Manifest changes
Notable bumps from
Pkg.update():SciMLBase3.7.1 -> 3.13.0DiffEqBase7.1.0 -> 7.5.0LinearSolve3.75.0 -> 3.80.0OrdinaryDiffEqCore4.0.0 -> 4.2.1OrdinaryDiffEqDifferentiation3.0.0 -> 3.1.1SciMLOperators1.17.0 -> 1.21.0SciMLLogging1.9.1 -> 1.10.1DiffEqDevTools3.0.0 -> 3.1.0Project.toml unchanged (all bumps within existing compat bounds).
PR CI run 25912465508 (on
amdci1-1) for this folder already succeeded; this PR refreshes the Manifest with the latest registry state and provides local confirmation.Please ignore until reviewed by @ChrisRackauckas.