Skip to content

Widen root MatrixAlgebraKit to "0.6"; exclude only 0.6.5 in test#260

Merged
mtfishman merged 1 commit intomainfrom
mf/widen-mak-exclude-0.6.5
Apr 23, 2026
Merged

Widen root MatrixAlgebraKit to "0.6"; exclude only 0.6.5 in test#260
mtfishman merged 1 commit intomainfrom
mf/widen-mak-exclude-0.6.5

Conversation

@mtfishman
Copy link
Copy Markdown
Member

@mtfishman mtfishman commented Apr 23, 2026

Follow-up to #258. Under the bucket-rule compat check (ITensorActions#79), within-bucket gaps no longer fail, so root can go back to "0.6" instead of the narrow "0.6.0 - 0.6.4".

test/Project.toml still needs to exclude MatrixAlgebraKit 0.6.5 because of its JLArrays compat break. Switching from "0.6.0 - 0.6.4" to "0.6.0 - 0.6.4, 0.6.6" lets the resolver auto-pick up 0.6.6 as soon as it's registered, with no further compat bump required here. The trailing "0.6.6" uses bare caret semver ([0.6.6, 0.7.0)) so it stays in the 0.6 bucket — ">=0.6.6" would also admit 0.7+.

Closes #259.

Changes

  • root: MatrixAlgebraKit = "0.6.0 - 0.6.4""0.6"
  • test: MatrixAlgebraKit = "0.6.0 - 0.6.4""0.6.0 - 0.6.4, 0.6.6"
  • Patch version bump.

Under the bucket-rule compat check (ITensorActions#79), within-bucket
gaps no longer fail. Root "0.6" vs test resolving at 0.6.4 is the same
0.6 breaking bucket, so root can go back to "0.6".

Test stays pinned away from the broken MatrixAlgebraKit 0.6.5 (JLArrays
compat break), but now uses "0.6.0 - 0.6.4, 0.6.6" so the resolver will
automatically pick up 0.6.6 when it's released without needing another
compat bump here. The trailing "0.6.6" is caret-expanded to [0.6.6, 0.7.0),
so it stays in the 0.6 bucket (not ">=0.6.6", which would also admit 0.7+).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 23, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 71.99%. Comparing base (b474423) to head (50ea8ec).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #260   +/-   ##
=======================================
  Coverage   71.99%   71.99%           
=======================================
  Files          36       36           
  Lines        2032     2032           
=======================================
  Hits         1463     1463           
  Misses        569      569           
Flag Coverage Δ
docs 5.83% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ 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.

@mtfishman mtfishman enabled auto-merge (squash) April 23, 2026 19:56
@mtfishman mtfishman merged commit b912400 into main Apr 23, 2026
19 checks passed
@mtfishman mtfishman deleted the mf/widen-mak-exclude-0.6.5 branch April 23, 2026 20:05
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