Bump compat lower bounds to exclude versions older than 3 months#475
Merged
ChrisRackauckas merged 6 commits intomasterfrom Aug 11, 2025
Merged
Bump compat lower bounds to exclude versions older than 3 months#475ChrisRackauckas merged 6 commits intomasterfrom
ChrisRackauckas merged 6 commits intomasterfrom
Conversation
Updated minimum version requirements for all dependencies to exclude packages released more than 3 months ago (before May 11, 2025). This helps ensure compatibility with more recent package versions and reduces the maintenance burden of supporting very old versions. Key changes: - Adapt: 3.4, 4 → 4 - ArrayInterface: 7.10 → 7.16 - DocStringExtensions: 0.9 → 0.9.3 - FastBroadcast: 0.2.8, 0.3 → 0.3.5 - ForwardDiff: 0.10.19, 1 → 0.10.38, 1 (keeping v0.10.38+ for compatibility) - GPUArraysCore: 0.1.1, 0.2 → 0.2 - Measurements: 2.3 → 2.11 - MonteCarloMeasurements: 1.1 → 1.2 - RecipesBase: 1.1 → 1.3 - StaticArraysCore: 1.4 → 1.4.2 - StructArrays: 0.6.11, 0.7 → 0.7 - SymbolicIndexingInterface: 0.3.30 → 0.3.34 - Tables: 1.11 → 1.12 - Tracker: 0.2.15 → 0.2.34 - Zygote: 0.6.67, 0.7.10 → 0.7.10 All tests pass with the updated bounds. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
ChrisRackauckas
commented
Aug 11, 2025
ChrisRackauckas
commented
Aug 11, 2025
ChrisRackauckas
commented
Aug 11, 2025
ChrisRackauckas
commented
Aug 11, 2025
ChrisRackauckas
commented
Aug 11, 2025
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
Changes
Updated the following compat bounds in
Project.toml:3.4, 4→47.10→7.160.9→0.9.30.2.8, 0.3→0.3.50.10.19, 1→0.10.38, 1(keeping v0.10.38+ for compatibility)0.1.1, 0.2→0.22.3→2.111.1→1.21.1→1.31.4→1.4.20.6.11, 0.7→0.70.3.30→0.3.341.11→1.120.2.15→0.2.340.6.67, 0.7.10→0.7.10Test plan
✅ Ran
Pkg.test()- all tests pass with the new compat bounds🤖 Generated with Claude Code