Skip to content

Raise ModelingToolkitBase DelayDiffEq floor to 6.1.2 - #4995

Merged
ChrisRackauckas merged 2 commits into
SciML:masterfrom
ChrisRackauckas-Claude:codex/downgrade-scilmbase-floor
Aug 20, 2026
Merged

Raise ModelingToolkitBase DelayDiffEq floor to 6.1.2#4995
ChrisRackauckas merged 2 commits into
SciML:masterfrom
ChrisRackauckas-Claude:codex/downgrade-scilmbase-floor

Conversation

@ChrisRackauckas-Claude

@ChrisRackauckas-Claude ChrisRackauckas-Claude commented Aug 20, 2026

Copy link
Copy Markdown
Member

What changed

Raise ModelingToolkitBase’s minimum DelayDiffEq version from 6.1 to 6.1.2. The preceding floor was merged in #4994, but its hosted sublibrary DowngradeCI still resolved DelayDiffEq 6.1.0 and reproduced nine OrdinaryDiffEqCore.DEOptions constructor errors. 6.1.2 is the first registered release that passes the exact minimum stack. This is a dependency-compatibility change only: no public API changed and no deprecation path is required.

Verification

  • Hosted failure on the merged 6.1 floor: https://github.com/SciML/ModelingToolkit.jl/actions/runs/32356973039/job/96388516017InitializationSystem Test | 605 passed, 9 errors, 12 broken; the log confirms DelayDiffEq v6.1.0.
  • Exact minimum resolver with DelayDiffEq 6.1.2: Successfully resolved minimal versions for lib/ModelingToolkitBase (with extras).
  • Local exact minimum GROUP=Initialization test: InitializationSystem Test | 660 pass, 12 broken, 672 total; Initial Values Test | 65 pass, 65 total; Testing ModelingToolkitBase tests passed.
  • The resolved local stack contains DelayDiffEq v6.1.2, OrdinaryDiffEqCore v4.14.3, and SciMLBase v3.48.0.
  • git diff --check passed and the final PR diff is one compat line.

The hosted Typos check reports pre-existing errors in .github and docs/src/internals/mtkcompile.md; this PR does not touch those files. GPU and downstream jobs were not run locally.

Please ignore this PR until it has been reviewed by @ChrisRackauckas.

Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
@ChrisRackauckas
ChrisRackauckas marked this pull request as ready for review August 20, 2026 15:55
@ChrisRackauckas
ChrisRackauckas merged commit 38d91d8 into SciML:master Aug 20, 2026
73 of 93 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants