Refresh NonlinearProblem under v7 stack - #1588
Draft
ChrisRackauckas-Claude wants to merge 1 commit into
Draft
Conversation
ChrisRackauckas-Claude
force-pushed
the
clean/NonlinearProblem
branch
from
May 22, 2026 14:15
95b93dd to
e5d18ab
Compare
Refresh Manifest.toml via Pkg.update() under the current v7 SciML stack (NonlinearSolve 4.x, LinearSolve 3.x, Symbolics 7.x, SciMLBase 3.x). Key version bumps: - SymbolicUtils 4.27.0 -> 4.30.1 - Symbolics 7.21.0 -> 7.24.2 - SciMLBase 3.7.1 -> 3.13.0 - SciMLLogging 1.9.1 -> 2.0.0 - NonlinearSolveBase 2.25.0 -> 2.26.0 - LinearSolve 3.75.0 -> 3.81.0 Smoke-tested: all 5 .jmd files (bruss, bruss_krylov, nonlinear_battery_problem, nonlinear_solver_23_tests, quadratic_nonlinear) successfully extract scripts via SciMLBenchmarks.weave_file(..., (:script,)). No .jmd content changes needed: precs already used with KrylovJL_GMRES, autodiff/verbose are typed (AutoEnzyme, :forward, missing, SciMLLogging.Standard()), no scalar sol[i] indexing, no ensemble prob_func patterns. Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
ChrisRackauckas-Claude
force-pushed
the
clean/NonlinearProblem
branch
from
May 31, 2026 01:12
e5d18ab to
b7207df
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.
Ignore until reviewed by @ChrisRackauckas.
Summary
Refresh
benchmarks/NonlinearProblem/Manifest.tomlviaPkg.update()under the current v7 SciML stack (NonlinearSolve 4.x, LinearSolve 3.x, Symbolics 7.x, SciMLBase 3.x).Verification
Pkg.instantiate()clean (only known pre-existing PETSc/MPI precompile-cache warning).Pkg.update()clean; no resolver conflicts..jmdfiles viaSciMLBenchmarks.weave_file(..., (:script,)):bruss.jmdOKbruss_krylov.jmdOKnonlinear_battery_problem.jmdOKnonlinear_solver_23_tests.jmdOKquadratic_nonlinear.jmdOKv7 pattern audit
No
.jmdcontent changes were needed:precs=already used withKrylovJL_GMRESinbruss_krylov.jmd.autodiff/verboseare already typed (AutoEnzyme,:forward,missing,SciMLLogging.Standard()); noBoolusages.sol[i]indexing.EnsembleProblem/prob_funcpatterns in this folder.Notable Manifest bumps
SciMLLogging.Standard()constructor still works under SciMLLogging 2.0.0 (verified locally).🤖 Generated with Claude Code