Require DiffEqFlux 4 - #1273
Merged
ChrisRackauckas merged 1 commit intoJul 20, 2026
Merged
Conversation
Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
Member
Author
|
Investigation scratchpad: the patched downgrade resolver selected DiffEqFlux 4.0.0 after removing the 2/3 ranges. I compared that locked graph against an untouched clean-master checkout and reproduced the same Optim 1 interface errors in both (7 passed, 3 errors), isolating those failures from this compat edit. The branch then passed current Core, current QA, Runic, and diff checks locally. |
ChrisRackauckas
marked this pull request as ready for review
July 20, 2026 06:45
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
Ignore this PR until it has been reviewed by @ChrisRackauckas.
The patched downgrade resolver selects DiffEqFlux 4.0.0 exactly. This is a focused compatibility cleanup; it does not change Optimization source code or tests.
Local validation
masterwith the same locked dependency graph: reproduced the same 7-passed/3-error Optim 1 failures. That independent base-branch incompatibility is being investigated separately.GROUP=Coreon Julia 1.12: passed (Mini batching 2 passed/1 pre-existing broken; Interface 14/14; Sense 18/18).GROUP=QAon Julia 1.12: passed (18 passed/1 pre-existing broken).Runic.main([\"--check\", \".\"]): passed.git diff --check: passed.The exact-floor failure is therefore identical on clean
master, while this branch independently validates the intended DiffEqFlux floor and passes the current test and QA groups.