Open
Conversation
Extend `SciMLBase` compat to include v3.1 (keep the existing lower bound and v2 support). No code changes required — no references to the SciMLBase v3 breaking surface (`u_modified!`, removed `DEProblem` type alias, 3-arg ensemble `prob_func`, single-int non-scalar timeseries `sol[i]`, or removed getproperty aliases like `.destats` / `.minimizer`). Note: local tests cannot be run because `Pkg.resolve()` fails for any env that contains SciMLBase 3.1 — OrdinaryDiffEq in the registry still pins `RecursiveArrayTools ≤ 3.54` while SciMLBase 3.1 requires RAT v4. CI on this PR will reproduce the same resolution error until upstream OrdinaryDiffEq releases a RAT-v4-compatible version. Re-running CI afterward should go green without further edits. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
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
Courtesy PR for the SciMLBase v3 release.
Extend
SciMLBasecompat to include v3.1 (keep the existing lower bound and v2 support). No code changes required — a grep ofsrc/andtest/found no references to the SciMLBase v3 breaking surface (u_modified!, removedDEProblemtype alias, 3-arg ensembleprob_func, single-int non-scalar timeseriessol[i]indexing, or removed getproperty aliases like.destats/.minimizer).Known limitation
Local tests cannot be run:
Pkg.resolve()fails on any env containing SciMLBase 3.1 becauseOrdinaryDiffEqin the registry still pinsRecursiveArrayTools ≤ 3.54while SciMLBase 3.1 requires RAT v4. Expect CI on this PR to fail at thePkg.addstep with an unsatisfiable resolution error until upstream OrdinaryDiffEq releases a RAT-v4-compatible version; re-running afterward should go green without further edits.Context
Part of the SciMLBase v3 ecosystem sweep — see SciML/DiffEqCallbacks.jl#300 and SciML/DiffEqParamEstim.jl#290 for the reference patterns for code-side changes.
cc @ChrisRackauckas
🤖 Generated with Claude Code