Merged
Conversation
Courtesy PR superseding SciML#81 (dependabot). - Extend `SciMLBase` compat to `"2, 3.1"` (keep v2 support via the lower bound). - Bump `DASSL` version to 2.10.1. No code changes required — a grep of `src/` found no references to the SciMLBase v3 breaking surface (`u_modified!`, removed `DEProblem` type alias, 3-arg ensemble `prob_func`, `destats` / `.minimizer` / `.lb` getproperty aliases, or old iterators `tuples` / `intervals` / `TimeChoiceIterator`). The only `sol[...]` uses in `test/` are 2-arg symbolic indexing (`sol[x, 1]`, `sol[y, i]`), which is RAT-managed and unaffected by the v3 scalar-int change. Note: local tests cannot be run because `Pkg.resolve()` fails for any env containing 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, superseding the stalled dependabot PR #81.
SciMLBasecompat to"2, 3.1"(keep v2 support via the lower bound).DASSLversion to 2.10.1.No code changes required — a grep of
src/found no references to the SciMLBase v3 breaking surface (u_modified!, removedDEProblemtype alias, 3-arg ensembleprob_func,.destats/.minimizer/.lbgetproperty aliases, or old iteratorstuples/intervals/TimeChoiceIterator). The onlysol[...]uses intest/are 2-arg symbolic indexing (sol[x, 1],sol[y, i]), which is RAT-managed and unaffected by v3's scalar-int change.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 here 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.
cc @ChrisRackauckas
🤖 Generated with Claude Code