Align ArrayInterface 7.28 and SciMLBase 3.37 floors for Downgrade CI - #3999
Merged
ChrisRackauckas merged 1 commit intoJul 24, 2026
Conversation
Master Downgrade / Downgrade Sublibraries fail during Pkg resolve when julia-downgrade-compat pins floors that conflict with tighter floors from sibling path packages: - OrdinaryDiffEqDifferentiation requires ArrayInterface 7.28 while most packages still floored at 7.19 → Unsatisfiable ArrayInterface. - OrdinaryDiffEqCore requires SciMLBase 3.37 while most packages still floored at 3.35.1 → Unsatisfiable SciMLBase. Raise ArrayInterface floors to 7.28 and SciMLBase floors from 3.35.1 to 3.37 so the minimal solution the downgrade harness pins is jointly satisfiable. Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
ChrisRackauckas-Claude
force-pushed
the
agent/arrayinterface-7.28-floor
branch
from
July 23, 2026 20:08
46c92eb to
d0c612e
Compare
Member
Author
Follow-up push (cont_ci)Rebased onto current Additional fix beyond the original monorepo floors:
Spell Check `hom` is master #3989 noise → #4004 (not part of this PR). TaylorSeries / Latexify / OC2 residual remains #3958 (not addressed here). This PR should be ignored until reviewed by @ChrisRackauckas. |
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.
This PR should be ignored until reviewed by @ChrisRackauckas.
Summary
Master Downgrade and Downgrade Sublibraries fail at Pkg resolve because the downgrade harness pins per-package floors that are no longer jointly satisfiable:
ArrayInterface (root Downgrade + many sublibs)
SciMLBase (Downgrade Sublibraries)
Fix
ArrayInterfacefloors from7.19/7.19.0→7.28in Core, NonlinearSolve, BDF, DiffEqBase, DelayDiffEq, StochasticDiffEqCore (Differentiation already at 7.28).SciMLBasefloors from3.35.1→3.37across the monorepo (matching Core / root).No source or public-API changes.
Not covered here