Skip to content

Update compat bounds and remove stale docs/registry.md#435

Merged
ViralBShah merged 1 commit intomasterfrom
update-compat-cleanup-docs
Apr 15, 2026
Merged

Update compat bounds and remove stale docs/registry.md#435
ViralBShah merged 1 commit intomasterfrom
update-compat-cleanup-docs

Conversation

@ViralBShah
Copy link
Copy Markdown
Member

@ViralBShah ViralBShah commented Apr 13, 2026

Summary

  • Tighten compat: HTTP "0.6, 1""1", CodecZlib "0.5, 0.6, 0.7""0.7"
  • Set minimum julia compat to "1.6" (was "0.7, 1")
  • Simplify stdlib compat entries (drop 0.7 ranges, keep <0.0.1 for Julia 1.6)
  • Use 'min' instead of hardcoded '1.6' in CI test matrix
  • Drop stale HTTP = "0.9, 1" compat from docs/Project.toml
  • Remove checked-in docs/registry.md — it's auto-generated into docs/src/registry.md (already gitignored) and the stale copy had broken http:/// URLs

Note: Julia 1.6 min jobs fail in the Integration test due to latest ImageIO dropping Julia 1.6 support (neither save nor fileio_save is defined). This is a pre-existing issue unrelated to this PR.

Test plan

  • CI passes on Julia 1, lts, nightly
  • Docs build succeeds
  • Julia min (1.6) — known failure in Integration test (ImageIO incompatibility)

🤖 Generated with Claude Code

@codecov
Copy link
Copy Markdown

codecov bot commented Apr 13, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.31%. Comparing base (70fe308) to head (0562021).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #435   +/-   ##
=======================================
  Coverage   91.31%   91.31%           
=======================================
  Files          11       11           
  Lines         714      714           
=======================================
  Hits          652      652           
  Misses         62       62           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@ViralBShah ViralBShah force-pushed the update-compat-cleanup-docs branch from f5b0077 to 6867f01 Compare April 13, 2026 17:17
- Tighten compat: HTTP "1", CodecZlib "0.7"
- Set minimum julia compat to "1.6"
- Simplify stdlib compat entries (drop 0.7 ranges)
- Use 'min' instead of hardcoded Julia 1.6 in CI test matrix
- Drop stale HTTP 0.9 compat from docs/Project.toml
- Remove checked-in docs/registry.md (auto-generated with broken URLs)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@ViralBShah ViralBShah force-pushed the update-compat-cleanup-docs branch from fd10ee4 to 0562021 Compare April 14, 2026 04:18
@ViralBShah ViralBShah merged commit b4660c9 into master Apr 15, 2026
17 checks passed
@ViralBShah ViralBShah deleted the update-compat-cleanup-docs branch April 15, 2026 03:09
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