Drop FastGaussQuadrature 0.5 compatibility#350
Merged
ChrisRackauckas merged 1 commit intoJul 20, 2026
Merged
Conversation
Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
Member
Author
|
Validation scratchpad:
For exact Core isolation, the manifest also used the separately corrected Cubature 1.5.1 (#348) and HAdaptiveIntegration 0.2.2 (#349) floors. Moshi was diagnostically pinned to 0.3.10 because registered SciMLBase 2.104.0 has a clean-base forced-deprecation mismatch with Moshi 0.3.11+; SciMLBase.jl#1451 fixes that forward. This PR changes no test code or assertions. |
Member
Author
|
Post-timer CI follow-up:
No CI follow-up changes are needed. |
ChrisRackauckas
marked this pull request as ready for review
July 20, 2026 06:50
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
FastGaussQuadrature 1.0 has been available since October 2023. Integrals added v1 support in #214 while retaining v0.5; the extension and its AD paths now pass at the exact v1.0 floor, so the superseded pre-1 line no longer needs to constrain resolution.
Local validation
Brokencases; nested AD passed 6/6Brokencases; nested AD passed 6/6The exact Core run isolated this floor from independent clean-base minimum-resolution defects by using Cubature 1.5.1 and HAdaptiveIntegration 0.2.2 (handled separately in #348 and #349). It also used Moshi 0.3.10 because registered SciMLBase 2.104.0 fails under
--depwarn=errorwith Moshi 0.3.11 and newer; the forward SciMLBase v2 fix is SciMLBase.jl#1451. No tests, assertions, orBrokendeclarations are changed here.Ignore this PR until it has been reviewed by @ChrisRackauckas.