Bump SciMLBase compat to v3 and bump version#4437
Open
ChrisRackauckas wants to merge 2 commits intomasterfrom
Open
Bump SciMLBase compat to v3 and bump version#4437ChrisRackauckas wants to merge 2 commits intomasterfrom
ChrisRackauckas wants to merge 2 commits intomasterfrom
Conversation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Member
|
Can we wait on this a little bit? Some of the breaking changes I wanted (passing arbitrary kwargs to interface functions in SciMLBase) didn't happen, and I can make a quick PR there. |
Member
Author
|
Do it now... you're very late. |
Member
ChrisRackauckas-Claude
pushed a commit
to ChrisRackauckas-Claude/SciMLBase.jl
that referenced
this pull request
Apr 11, 2026
…ojects
The v3.1.0 bump on master broke `Pkg.develop(path="."); Pkg.instantiate()`
in the downstream and python test envs, both of which pinned `SciMLBase = "2"`.
The develop step fixes SciMLBase to 3.1.0 from the repo checkout, but the
compat bound then rejects it:
ERROR: LoadError: empty intersection between SciMLBase@3.1.0
and project compatibility 2
Widen to `SciMLBase = "2, 3"` in both project files so the resolver accepts
the develop'd version. This is necessary but not sufficient to unbreak the
downstream jobs end-to-end — ModelingToolkit has not yet shipped a release
with SciMLBase 3 compat (see SciML/ModelingToolkit.jl#4437), so jobs that
pull MTK will still fail until that lands. This patch at least removes the
SciMLBase-side compat obstacle.
Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
4 tasks
Member
|
Is this ready? |
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
🤖 Generated with Claude Code