Skip to content

CompatHelper: bump compat for MatrixAlgebraKit to 0.6 for package test, (keep existing compat)#259

Closed
mtfishman wants to merge 1 commit intomainfrom
compathelper/new_version/2026-04-23-04-05-45-810-01564157744
Closed

CompatHelper: bump compat for MatrixAlgebraKit to 0.6 for package test, (keep existing compat)#259
mtfishman wants to merge 1 commit intomainfrom
compathelper/new_version/2026-04-23-04-05-45-810-01564157744

Conversation

@mtfishman
Copy link
Copy Markdown
Member

This pull request changes the compat entry for the MatrixAlgebraKit package from 0.6.0 - 0.6.4 to 0.6.0 - 0.6.4, 0.6 for package test.
This keeps the compat entries for earlier versions.

Note: I have not tested your package with this new compat entry.
It is your responsibility to make sure that your package tests pass before you merge this pull request.

@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 5.83%. Comparing base (550c1c1) to head (2bcd2d4).
⚠️ Report is 2 commits behind head on main.

❗ There is a different number of reports uploaded between BASE (550c1c1) and HEAD (2bcd2d4). Click for more details.

HEAD has 7 uploads less than BASE
Flag BASE (550c1c1) HEAD (2bcd2d4)
docs 2 1
6 0
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #259       +/-   ##
==========================================
- Coverage   71.99%   5.83%   -66.17%     
==========================================
  Files          36      35        -1     
  Lines        2032    1971       -61     
==========================================
- Hits         1463     115     -1348     
- Misses        569    1856     +1287     
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 added a commit that referenced this pull request Apr 23, 2026
Follow-up to #258. Under the bucket-rule compat check
([ITensorActions#79](ITensor/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.

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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