Drop [compat] majors whose successor is 2+ years old - #264
Merged
ChrisRackauckas merged 1 commit intoAug 14, 2026
Merged
Conversation
Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
ChrisRackauckas
marked this pull request as ready for review
August 14, 2026 20:54
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.
Please ignore this PR until it has been reviewed by @ChrisRackauckas.
What changed
Pure
[compat]edits that drop majors whose successor has been out for at least 2 years (cutoff 2024-08-14). No code, tests, or package version were changed.Project.toml[deps]QuasiMonteCarlo:0.2.3, 0.3, 0.4→0.3, 0.4(drop 0.2.3; QuasiMonteCarlo 0.3.x first released 2022-12-16)Why
Once a newer major has been in the General registry for two years, the previous major is untested and unused. Declaring it only keeps a dead window in the resolver / downgrade graph. Remaining majors and their existing lower bounds are unchanged.
Verification
Dates come from GitHub tags (and General registrator PRs where a tag was later rewritten). Not verified here: the full test suite, QA, or a live
julia-downgrade-compatrun.