Skip to content

Bump compat lower bounds to exclude versions older than 3 months #475

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Aug 11, 2025

Conversation

ChrisRackauckas
Copy link
Member

Summary

  • Updated minimum version requirements for all dependencies to exclude packages released more than 3 months ago (before May 11, 2025)
  • This reduces the maintenance burden of supporting very old package versions
  • All tests pass with the updated bounds

Changes

Updated the following compat bounds in Project.toml:

  • Adapt: 3.4, 44
  • ArrayInterface: 7.107.16
  • DocStringExtensions: 0.90.9.3
  • FastBroadcast: 0.2.8, 0.30.3.5
  • ForwardDiff: 0.10.19, 10.10.38, 1 (keeping v0.10.38+ for compatibility)
  • GPUArraysCore: 0.1.1, 0.20.2
  • Measurements: 2.32.11
  • MonteCarloMeasurements: 1.11.2
  • RecipesBase: 1.11.3
  • StaticArraysCore: 1.41.4.2
  • StructArrays: 0.6.11, 0.70.7
  • SymbolicIndexingInterface: 0.3.300.3.34
  • Tables: 1.111.12
  • Tracker: 0.2.150.2.34
  • Zygote: 0.6.67, 0.7.100.7.10

Test plan

✅ Ran Pkg.test() - all tests pass with the new compat bounds

🤖 Generated with Claude Code

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 <[email protected]>
@ChrisRackauckas ChrisRackauckas merged commit 8a7426c into master Aug 11, 2025
27 checks passed
@ChrisRackauckas ChrisRackauckas deleted the bump-compat-bounds-3months branch August 11, 2025 13:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant