Raise Cubature minimum to 1.5.1#348
Merged
ChrisRackauckas merged 2 commits intoJul 20, 2026
Merged
Conversation
Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
Member
Author
|
Investigation scratchpad for commit
No upstream Cubature issue/PR was opened because the dependency defect is already fixed in 1.5.1 and Cubature is outside the repositories authorized for autonomous writes. |
Member
Author
|
Final validation update:
|
ChrisRackauckas
marked this pull request as ready for review
July 20, 2026 07:03
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
Why
The downgrade resolver selects Cubature 1.5.0 from the current floor. In a clean depot, that release fails during
Pkg.buildbecause its staledeps/build.jlimports undeclaredBinaryProvider, so Integrals tests never start. Cubature 1.5.1 removed the obsolete build file in upstream commit57e0d1a.Integrals commit
f812956eintroduced both the downgrade job and the 1.5 floor, making 1.5.0 the first selected release for that job.This is intentionally separate from other independent downgrade-floor failures.
Local verification
Package BinaryProvider not foundfromdeps/build.jl:1.downgrade.jldependency resolver after this change: selected Cubature 1.5.1.--check-bounds=yes --depwarn=error: a realCubatureJLhsolve returned approximately1/3and passed its assertion.GROUP=Core Pkg.test(),--check-bounds=yes --depwarn=error: Integrals tests passed (1,741 assertions).--check --verbose .: all 37 Julia files passed.