Require ModelingToolkit 11.22 - #91
Merged
ChrisRackauckas merged 2 commits intoJul 20, 2026
Merged
ChrisRackauckas merged 2 commits into
ChrisRackauckas merged 2 commits into
Conversation
Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
Member
Author
|
Hosted CI is now fully green: downgrade, Runic, typos, runic-suggestions, Core on Julia 1 and LTS, QA, and test discovery all passed. This matches the local exact-floor and current-compatible validation recorded in the PR body. |
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.
Stack
This is stacked on #90. Please merge #90 first; after it lands, this PR's effective diff is the single ModelingToolkit compat edit.
Summary
Require ModelingToolkit 11.22 instead of declaring support for ModelingToolkit 8, 9, 10, and all of 11.
MATLABDiffEq already requires SciMLBase 3.27. ModelingToolkit through 11.21 only permits SciMLBase 2; ModelingToolkit 11.22 is the first release whose registry compat permits SciMLBase 3. Dropping only ModelingToolkit 8 would leave the equally unreachable 9, 10, and 11.0–11.21 ranges.
An explicit Julia 1.10 resolver probe confirmed that ModelingToolkit 11.21.0 with SciMLBase 3.27.0 is unsatisfiable, while ModelingToolkit 11.22.0 with SciMLBase 3.27.0 resolves.
Validation
Using the deployed
julia-downgrade-compatv2.6.1 action atfab1def, Julia 1.10.11,depsmode, and the repository's CI-mode MATLAB.jl build path:5c0a832e8d1f67642bca97a87f29535fa8d429451cb00a7d02a951e5916b153a)A fresh Julia 1.12.6 latest-compatible graph selected ModelingToolkit 11.35.0 and SciMLBase 3.36.0. Locked Core again passed 40/40 interface and 34/34 JET checks, with the same no-engine runtime result; its manifest remained unchanged (SHA-256
61081dbbdf706f39eee8678f5b3a2950d7610744646a3c4492a73fed13e54430).Runic 1.7.0, TOML compat assertions,
git diff --check, and one-file diff-scope checks passed.