Raise ModelingToolkitBase DelayDiffEq floor to 6.1.2 - #4995
Merged
ChrisRackauckas merged 2 commits intoAug 20, 2026
Merged
Conversation
Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
ChrisRackauckas
marked this pull request as ready for review
August 20, 2026 15:55
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.
What changed
Raise
ModelingToolkitBase’s minimumDelayDiffEqversion from6.1to6.1.2. The preceding floor was merged in #4994, but its hosted sublibrary DowngradeCI still resolvedDelayDiffEq 6.1.0and reproduced nineOrdinaryDiffEqCore.DEOptionsconstructor errors.6.1.2is 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
6.1floor: https://github.com/SciML/ModelingToolkit.jl/actions/runs/32356973039/job/96388516017 —InitializationSystem Test | 605 passed, 9 errors, 12 broken; the log confirmsDelayDiffEq v6.1.0.DelayDiffEq 6.1.2:Successfully resolved minimal versions for lib/ModelingToolkitBase (with extras).GROUP=Initializationtest:InitializationSystem Test | 660 pass, 12 broken, 672 total;Initial Values Test | 65 pass, 65 total;Testing ModelingToolkitBase tests passed.DelayDiffEq v6.1.2,OrdinaryDiffEqCore v4.14.3, andSciMLBase v3.48.0.git diff --checkpassed and the final PR diff is one compat line.The hosted Typos check reports pre-existing errors in
.githubanddocs/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.